/* @override 
	http://www.erbertandgerberts.com/newsite/main-sample6.css
	http://www.erbertandgerberts.com/newsite/main-ext-sample6.css
	http://www.erbertandgerberts.com/newsite/main-ext-sample7.css
	http://www.erbertandgerberts.com/newsite/main-ext-restaurant7.css
	http://erbertandgerberts.com/locationV2.css
*/

/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 14px;
	background-image:   url("/images2/E_G_flip_Background.jpg");
}
#wrapper { 
 margin: 0 auto;
 width: 980px;
}
#faux {
 background:   url("images2/bckgrnd-wwhite.gif");
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
div#faux h3{
	margin-bottom: 10px;
	margin-top: 8px;
}
div#faux p{
	margin-top: 8px;
	margin-bottom: 4px;
}
#header {
 color: #333;
 width: 960px 0px;
 height: 138px;
 margin: 10px 0px 0px 0px;
	padding: 10px;
	background-image: url(images2/top-banr-1col.gif);
}
#leftcolumn { 
 display: inline;
 color: #333;
 width: 195px;
 float: left;
	margin: 0 10px 10px 0;
	padding: 0px 0px 0px 12px;
}
#content { 
 float: left;
 color: #333;
 margin: 14px 13px 10px;
 padding: 0px;
 width: 660px;
 display: inline;
 position: relative;
}

div#content li {
	color: #646423;
	font-size: 11px;
	margin-left: 32px;
	list-style-type: square;
}

div#content td {
	padding: 12px;
}


/*div#content h3{
	margin-top: 18px;
}
div#content img{
	margin-bottom: 8px;
}
div#content p{
	margin-bottom: 8px;
}
*/

/*
#rightcolumn { 
 display: inline;
 position: relative;
 margin: 14px 12px 10px 0px;
 padding: 0px 20px 0px 10px;
 width: 250px;
 float: right;
 border-left: thin solid #4c4c4c;
 border-bottom: medium none #4c4c4c;
 font: 14px Lucida Sans Unicode, Lucida Grande, sans-serif;
 background-color: #fff;
 color: #333;
}
*/

div#rightcolumn img {
	float: left;
	margin-bottom: 14px;
}

.rest-desc {
	color: #646423;
}

#footer {
	width: 960px;
	clear: both;
	color: #333;
	margin: 0px 0px 10px 0px;
	/* padding: 10px; */
	height: 19px;
}
div#footer img {
	margin-right: 20px;
} 
.clear { clear: both; background: none; }
