#content {
	width: 860px;
	text-align: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #fff;
	background-color:#C3D9FF;
}
#logoHide{
display: none;
}
#header{
	height: 160px;
	background-image: url(../assets/logo.gif);
	background-repeat: no-repeat;
}
#mainPane {
	padding: 10px 50px;
	color: #000000;
	font-size: 14px;
}
#mainPane img{
	border: solid 3px #ffffff;
	margin: 2px;
}
.imageviewer{
	float:right;
	margin-left:20px;
	width:300px;
}
body {
	width: 860px;
	margin: 10px auto;
	background-color: #808080;
	text-align:center;
	font-family: "Century Gothic",Arial;
}
h1 {
	font-size: 2em;
	margin: 0px;
	padding: 5px 0px;
	border-bottom: 1px solid #fff;
	text-align: center;
	background-color: #aaaaff;
	height:1.5em;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color:#fff;
}
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:center;
	background-color:#DDDDFF;
	margin:0;
	padding:5px;
	text-align:center;
	border-bottom:1px solid #fff;
}
#subnav li{

	padding:0 10px;
	display:inline;
}

