html, body {
	font-family: arial;
	margin: 0;
	padding: 0;
	background-color: #303548;
	height: 100%;
	color: #666;
}
a,
a:active,
a:visited,
a:hover {
	text-decoration: none;
	color: #000;
}
hr {
	border: 2px solid #ccc;
}

#container {
	padding: 0;
	width: 860px;
	background-color: #ffffff;
	margin:  auto;
	min-height: 800px;
	margin-top: -20px;
	border: 6px solid #3573a6;


}

#header img {
	position: relative;
	left: -470px;

}
#nav {
	position: relative;
	height: 0;
	left: 250px;
	top: 120px;
	width: 500px;
}
#nav ul {
	list-style: none;
}
#nav li {
	float: left;
}
#nav li a {
	font: 12px arial;
	display: block;
	width: 80px;
	height: 37px;
	margin-right: 5px;
	text-align: center;
	vertical-align: middle;
}
#nav li a:hover { 
	background-color: ;
	color: orange;
	
}
#bluelink {
	background-image: url(../images/contact.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
	width:860px;
	height:46px;

}
#bluelink a {
	color: #fff;
	font: 17px arial;
	height: 0;
	width: 0;
}
#content {
	position:relative;
	padding-top:-10px;
	width: 450px;
	margin: 0 60px;
	font: 12px arial
}

}
#content li {
	color: #444;
}

#content h1 {
	font: 20px arial;
	color: #5f95b9;
}
#content h2 {
	font: 12px arial;
	color: #d98b3f;
	width: 250px;
	font-style: italic;
	border-bottom: 1px dotted #ccc;
	padding-left: 1em;
}
#sidebar {
	position:relative;
	top: 10px;
	padding: 6px;
	width: 210px;
	height: 369px;
	background-image: //url(../images/whats_new_column.jpg)//;
	background-repeat: no-repeat;
	float: right;
	font: 11px arial;
	color: #ccc;
}
#sidebar a {
	font-style: ;
}
#footer {
	text-align: center;

	
}
#footer p {
	font: 10px arial;
	color: #666;
}
