body {
	background-color:#FFF;
	color:#666;
	margin:0;
	padding:0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
}

div#wrapper{
	width: 760px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

div#banner {
	width: 760px;
	margin-top:0;
	padding-top:0;
}

ul.nav li{
	display: inline;	
}

ul.nav a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	padding: 3px 15px 5px 15px;
}

div#content {
	
}

div#leftSidebar {
	
}

div#rightSidebar{
	
}
div#footer {
	clear:both;	
	padding-top:20px;
}

a {
	color:#036;
	text-decoration:underline;
}

a:hover {
	text-decoration: none;
}
.imgBox {
	border:solid 1px #999;
	padding:2px;
	margin:10px;
}
.clear {
	clear:both;
	line-height:1px;
}