@charset "utf-8";

body {
	background-color: #305F8B;
	background-image: url(images/bg_color.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 10px;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FC0;
}
a:active {
	text-decoration: underline;
	color: #FFF;
}
.main {
	width: 900px;
	position: relative;
	top: -12px;
	background-image: url(images/horizontal_bg.jpg);
	background-repeat: repeat-y;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.nav {
	float: left;
	height: 450px;
	width: 300px;
	padding-top: 40px;
	text-align: left;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FC0;
	padding-left: 25px;
}
.footer {
	text-align: center;
	height: 40px;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	background-image: url(images/horizontal_bg.jpg);
	background-repeat: repeat-y;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FF9;
}

p {
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	padding-right: 25px;
	padding-left: 25px;
}
