@charset "UTF-8";
body {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
	background-image: url(images/bg.png);
}
#nav {
	width: 900px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	white-space: normal;
	margin-top: -10px;
	background-image: url(images/navigation.png);
	background-repeat: no-repeat;
}
#links  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
}
#links  a:hover {
	color: #CC0000;
}
#wrap #nav #links {
	margin-top: 10px;
}
#wrap #graphic {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#links {
	height: 50px;
	margin-top: -15px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #858585;
}
#footer {
	height: 75px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#updates {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-repeat: repeat;
	line-height: 20px;
	text-align: left;
	margin-top: 10px;
	text-indent: 25px;
	white-space: normal;
	background-image: url(images/navbg.png);
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #333333;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	}
#updates a {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
		}
#updates a:hover {
	color: #666666;
	
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-align: center;
}
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#head {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat;
	height: 200px;
	margin-top: 0px;
	background-image: url(images/navbg.png);
}
#content {
	height: 600px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-repeat: repeat;
	line-height: 20px;
	text-align: left;
	margin-top: 10px;
	text-indent: 25px;
	white-space: normal;
	background-image: url(images/navbg.png);
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #333333;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
#content a:hover {
	color: #666666;
}
#wrap {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	visibility: inherit;
	background-repeat: repeat;
	background-position: center bottom;
	background-attachment: scroll;
	margin-bottom: 10px;
	background-image: url(images/wrap_bg.png);
}
