body {
	background-color: #004b85;
	margin:0;
	background-image: url(assets/background.jpg);
	background-repeat: repeat-x;
	height:100%;
}
a, a:link, a:active, a:visited {
	color: #ffd200;
	text-decoration:none;
	}
a:hover {
	color: #E1BA00;
	text-decoration:underline;
	}
#background_container {
	background-image: url(assets/background_repeat.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 0px;
	width: 844px;
	overflow:hidden;
}

#content_container {
	background-image: url(assets/content_shadow_top.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 844px;
	_height:481px;
}

#bg_top {
	background-image: url(assets/header_bg.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 844px;
	padding: 0px;
	height: 133px;
}

#header {
	background-image: url(assets/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 844px;
	padding: 0;
	height: 133px;
}

#menu {
	float:left;
	width:569px;
	height: 45px;
	padding: 0px;
	margin:0px;
	background-color: #524f40;
}

#content {
	float:left;
	display: block;
	width: 569px;
	width /**/:568px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	min-height: 408px;
	height:100%;
	background-image:url(assets/content_background.jpg);
	background-repeat:repeat-x;
	border-right /**/: 1px solid #5d5a4b;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
}

#left_side{
	float:left;
	margin: 0px 0px 0px 4px;
	margin-left /**/:9px;
	padding /**/: 0px;
	background-image:url(assets/side_background.jpg);
	background-repeat:no-repeat;
	width:256px;
	width /**/:257px;
	
}

#navlist{
	margin: 0;
	padding: 0;
	list-style: none;
}

#navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#footer {
	width:844px;
	height:100px;
	margin:0 auto;
	padding-top:25px;
	padding-bottom: -25px;
	background-image:url(assets/footer.jpg);
	background-repeat:no-repeat;
	background-color: #004b85;
	text-align:center;
	color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer a,#footer a:visited,#footer a:active {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	color:#FFCC00;
}

.smalltextbox {
	float:left;
	width:260px;
	margin-left:10px;
	margin-left /**/:15px;
	margin-top: 20px;
	text-align:left;
}
.smalltitle{
	width:255px;
	height:20px;
	padding: 2px  0px 0px 5px;
	color:#f1c703;
	font-weight:bold;
}
.boxtitle{
	width:252px;
	padding: 9px 0px 9px 8px;
	background-color:#36342c;
	color:#f1c703;
	font-weight:bold;
}
.boxcontent{
	float:left;
	width:250px;
	padding: 5px;
	background-color:#807b69;
}
.boxfooter{
	float:left;
	width:250px;
}

.largetextbox {
	float:left;
	width:525px;
	margin-left:10px;
	margin-left /**/:20px;
	text-align:left;
}
.largeboxtitle{
	width:525px;
	height:5px;
	background-color:#36342c;
	color:#f1c703;
}
.largeboxcontent{
	float:left;
	width:495px;
	padding: 15px;
	background-color:#807b69;
}
.largeboxfooter{
	float:left;
	width:525px;
	height:7px;
}
.blcolumn{
	width:252px;
	position:absolute;
	padding-left:5px;
	bottom:0;
	left:0;
	background-image:url(assets/bottom_left_side.jpg);
	background-repeat:no-repeat;
	height:121px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

img {
	color:#000;
}
