@charset "utf-8";

/* CSS Document */



body {
	background-color:#58b4e6;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-attachment: fixed;
}



#header {

	background-image: url(images/header.png);

	background-repeat: no-repeat;

	height: 268px;

	width: 992px;

		}

	

#headerlink {

width:219px;

height:992px;

}



#page {

	width:992px;

	margin-left:auto;

	margin-right:auto;

}

#navigation {

	background-image: url(images/nav.gif);

	background-repeat: no-repeat;

	height: 41px;

	margin-left: 19px;

	margin-right: 23px;

}

#rightbar {

	background-repeat: no-repeat;

	height: 488px;

	width: 250px;

	margin-right: 26px;	

	float: right;

}

#content {
	width: 685px;
	float: left;
	margin-left: 30px;
}

#footer {

	background-image: url(images/footer.png);

	background-repeat: no-repeat;

	height: 48px;

	width: 990px;

	clear: both;

	font-size: 12px;

}





#main {
	background-image: url(images/mainbg.png);
	background-repeat: repeat-y;
	height: 1500px;
}



#nav {

	padding:0;

	margin:0;

	list-style:none;

	color:#FFF;

	font-size:16px;

	font-weight:bold;

	text-align:center;

}



#nav li {

	width:190px;

	float:left;

	margin-top:13px;

}



#nav a {

	color:#fff;

	text-decoration:none;

}

.subheading {

	color: #F00;

	font-weight: bold;

	font-style: italic;

}

.bold {

	font-weight: bold;

}

