@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	background-color: #000;
	background-image: url(/img/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center center;
	color: #000;
}

#header {

}

#container {
	width: 960px;
	margin: 0 auto;
	
	background-image: url(/img/container_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 150px;
}

#nav {
	float: left;
	width: 215px;
	text-align: center;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li {

}

#nav a:link, #nav a:visited, #nav a:active {
	display: block;
	background-image: url(/img/nav_bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
	width: 200px;
	margin: 0 auto;
	height: 28px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding-top: 4px;
	margin-bottom: 5px;
}

#nav a:hover, #nav #active {
	background-position: bottom center;
}

#weather_widget {
	padding-top: 10px;
}

#content_container {
	float: right;
	width: 729px;
	padding-right: 12px;
}

#content_top, #content_bot {
	overflow: hidden;
	height: 17px;
	width: 729px;
	background-repeat: no-repeat;
}

#content_top {
	background-image: url(/img/content_top.png);
}

#content {
	background-image: url(/img/content_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 8px;
	min-height: 450px;
	background-color: #fff;
}

.content h1, .content h2, .content h3, .content h4, .content p {
	margin: 0;
	font-weight: normal;
	padding-bottom: 0.3em;
}

.content p {
	padding-bottom: 0.5em;
}

.content h1 { font-size: 24px; }
.content h2 { font-size: 18px; color: #ff8121; }
.content h3 { font-size: 14px; }

.content a:link, .content a:visited, .content a:active {
	color: #ff8121;
	text-decoration: none;
}

.content a:hover {
	text-decoration: underline;
}

#content_bot {
	background-image: url(/img/content_bot.png);
}

#footer {
	padding-top: 4px;
	padding-right: 25px;
	font-size: 10px;
	text-align: right;
	color: #cccccc;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #cccccc;
	text-decoration: none;
}

#footer a:hover {
	color: #ff8121;
	text-decoration: underline;
}
