@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(images/bg_repeat.jpg);
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#CCC;
	margin:0px;
}
a {
	color:#999;
	text-decoration:none;
}
#container {
	background-image:url(images/shadow.png);
	background-repeat:repeat-y;
	background-position:center top;
}
#main {
	margin:auto;
	width: 829px;
	background-image:url(images/contentbg.jpg);
	background-repeat:repeat-y;
}
#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height: 404px;
}
#nav {
	float:right;
	position:relative;
	top:355px;
	right: 25px;
}
#nav a {
	color:#999;
	text-decoration:none;
	font-size:16px;
	margin-left: 25px;
}
#nav a:hover {
	color:#FFF;
}
#content {
	padding:25px;
}
#content img {
	border: 1px solid #5B70AD;
	margin-bottom: 20px;
}
#content .blue {
	color:#5B70AD;
	font-weight:bold;
}
#content a .blue {
	color:#5B70AD;
	font-weight:bold;
}
#content .left {
	margin-right: 20px;
}
#footer {
	height: 25px;
	border-top:#5d5d5d 1px solid;
	padding: 10px 25px 0px 0px;
	width:800px;
	text-align:right;
	font-size:12px;
	background-color:#292929;
	border-right:2px solid #5d5d5d;
	border-left:2px solid #5d5d5d;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}