/* CSS Document */

body {
	margin: 0;
	background-color: #16243E;
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(../images/body_background.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

body a {
	color: #6E050A;
}

body a:hover {
	color: #BF0B17;
}

body a:visited {
	color: #4F050B;
	text-decoration: none;
}

#body_frame{
	width: 802px;
	margin-left: auto;
	margin-right: auto;
/*	background-image: url(../images/body.jpg);
	background-repeat: repeat-y;
	min-height: 800px;
*/

}

#page_frame{
	background-image: url(../images/header.jpg);
	background-position: top;
	background-repeat: no-repeat;
/*	min-height: 500px;
*/	margin: 0;

}


#header {
	margin: 0;

}

#navigation {
	margin: 0;
	padding: 0 3px 0 3px;

}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
	margin: 0;
}

#navigation a {
	color: #D5CCD1;
	display: block;
	width: 113px;
	height: 25px;
	text-align: center;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 2em;
}

#navigation a:hover {
	color: #262C3C;
	background-color: #D5CCD1;
	display: block;
	width: 113px;
	height: 25px;
	text-align: center;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 2em;
}

#body_content{
	padding: 230px 0 0 20px;
	width: 530px;
	text-align: justify;
	float: left;

}

#body_secondary_cont{
	margin: 390px 0 0 0;
	padding: 0 20px 0 0;
	width: 210px;
	float: right;
/*	min-height: 100px;
*/	text-align: left;

}

#footer {
	clear: both;
	padding: 20px;
	text-align: center;
	font-size: smaller;
	font-weight: bolder;

}