@import url(menu.css);
body { background-color: #e4e4e4; background-position: 0 top; padding: 10px; font-family: Verdana, Helvetica, Arial, sans-serif; font-size:12px; background-image: inherit; background-repeat: repeat; position: relative; }
	
img{display:block;}
	
#pageWrapper { background-color: gray; width: 800px; left: 50%; margin-left: -410px; }

#header {
	width: 780px;
	background-image: url(../images/header.png);
	background-position: 50% top;
	background-repeat: no-repeat;
	padding: 10px 10px 5px;
	font-size: 11px;
	color: #828282;
	
	}
	
#contentWrapper { background-color: white; width: 800px; background-repeat: repeat; padding: 0; }
	
#content {
	padding: 30px 20px 20px;
	width: 760px;
	}
	
#bannerTop { 
	width:760px;
	}
	
#banner { width:780px; }
	
#navigation { color: silver; line-height: 0; width: 780px; background-color: #ffffff; background-image: none; background-position: left top; text-align: center; position: relative; left: 10px; height: 0; margin: 0; list-style-image: none; }
	
#footer {
	width:780px;
	background-repeat: no-repeat;
	padding: 10px;
	color: #ffffff;
	font-size: 8pt;
	text-align: right;
	}
ul { list-style-type: none; padding: 0; margin: 0; }
	
.ulDot	{
	list-style-image: url(../images/dot_vertical.png);
	padding: 0px;
	margin: 0px;
	list-style-position: inside;
	}
	
	
