#content {
	width: 860px;
	text-align: left;
}
#logoHide{
display: none;
}
#header{
	height: 160px;
	background-image: url(../assets/logo.gif);
	background-repeat: no-repeat;
}
#mainPane {
	padding: 10px 50px;
	color: #000000;
	font-family: "Century Gothic",Arial;
	font-size: 14px;
	background-color: #c3d9ff;
}
#mainPane img{
	border: solid 3px #ffffff;
	margin: 2px;
}
.imageviewer{
	float:right;
	margin-left:20px;
	width:300px;
}
body {
	width: 760px;
	margin: 10px;
	background-color: #808080;
	border: 1px solid #525252;


}
h1 {
	font-size: 2em;
	margin: 5px 0px 10px 0px;
	padding: 5px 0px;
	border: 1px solid #000000;
	text-align: center;
	background-color: #D1D1D3;
	height:1.5em;
}
h2 {
	font-size: 1.2em;
	margin: 5px 0px 10px 0px;
	padding: 5px 0px;
}
h3 {
	font-size: 1.1em;
	margin: 5px 0px 10px;
	padding: 5px;
}
p, li{
	margin-top: 3px;
	padding: 0px;
	text-align: justify;
}
.clear{
	clear: both;
}
#ad1{
	float: left;
	margin-right: 10px;
}
a{
	text-decoration: none;
	color: #6666bb;
	font-weight:bold;
}
#footer{
	text-align:center;
	font-size:.9em;
}
#footer p{
	text-align:center;
}
#footer a{
	margin:0 5px;
}
#news {
	padding-top:50px;
	background-image:url("../assets/news.gif");
	background-repeat:no-repeat;
}
#subnav {
	text-align:left;
}
#subnav li{

	padding:0 10px;
	display:inline;
}
