

body {
	background: #60452a url('../images/bg.jpg') top center repeat;
	padding: 0px;
	margin: 0px;
	
	color: #000000;
	font: 11px/16px arial, verdana, helvetica, sans-serif;
}

h1 {
	color: #161a44;
	font: bolder 18px/24px georgia, times;
	padding: 0px 0px 12px 0px;
	margin: 0px;
}

h2 {
	color: #01374d;
	font: bolder 12px arial, verdana, helvetica, sans-serif;
	padding: 0px 0px 4px 0px;
	margin: 0px;
}

hr {
	border: 0px;
	border-top: #9db7c2 1px solid;
}

#home_news {
	padding: 0px 15px 0px 15px;
	width: 160px;
	font: 11px arial, verdana, helvetica, sans-serif;
}

#home_news p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#copyright {
	margin-top: 75px;
	color: #a39282;
	font: 11px/18px arial, verdana, helvetica, sans-serif;
}

#copyright a {
	color: #a39282;
	font: 11px/16px arial, verdana, helvetica, sans-serif;
	text-decoration: none;
}

#copyright a:hover {
	color: #f7f2e8;
	font: 11px/16px arial, verdana, helvetica, sans-serif;
	text-decoration: none;
}

#container {
	background: url('../images/bg_content_tile.gif') top center repeat-y;
}

#container_inner {
	width: 1000px;
	background: url('../images/bg_content.gif') top center no-repeat;
}

#content_left {
	float: left;
	width: 230px;
	padding: 0px 0px 0px 84px;
}

#content_middle {
	background: url('../images/vr.gif') top right no-repeat;
	float: left;
	width: 522px;
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
}

#content_right {
	float: left;
	width: 202px;
	margin: 0px 0px 0px 20px;
}

#content_middle a {
	color: #26648f;
	text-decoration: none;
	
}

#content_middle p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 12px 0px;
}

#content_middle a:hover {
	color: red;
	text-decoration: none;
}

#footer {
	height: 64px;
	background: url('../images/bg_footer.gif') no-repeat;
}

/* Buttons */

.button {
	background: #aa0000 url('../images/bg_button.jpg') top repeat-x;
	color: #fff6e1;
	font: 11px arial, verdana, helvetica, sans-serif;
	text-decoration: none;
	padding: 4px 0px 4px 0px;
	border: solid 1px #aa0000;
	}

.button_over {
	background: #ffffff url('../images/bg_button_over.jpg') top repeat-x;
	color: #738fad;
	font: 11px arial, verdana, helvetica, sans-serif;
	text-decoration: none;
	padding: 4px 0px 4px 0px;
	border: 1px solid #aa0000;
	cursor: pointer;
	}
	
/* Dropdown Menu */

.submenu, .submenu:active, .submenu:visited {
	font: normal 10px arial, verdana, microsoft sans-serif, sans-serif;
	color: #666666;
	display: block;
	padding-left: 7px;
	padding-bottom: 7px;
	padding-top: 7px;
	width: 135px;
	text-decoration: none;
	text-align:left;
}

.submenu:hover {
	color: white;
	background: #ffffff;
	width: 135px;
	display: block;
	text-decoration: none;
}

.subOne {
	background: #ffffff;
	position: absolute;
	z-index: 2;
	visibility: hidden;
	left: auto;
	margin-left: 115px;
	top: 145px;
	z-index: 999;
}
	
.subTwo {
	background: #f4e0bb url('../images/submenu_background.jpg');
	position: absolute;
	z-index: 2;
	visibility: hidden;
	left: auto;
	margin-left: 256px;
	top: 145px;
	z-index: 999;
}

.subThree {
	background: #f4e0bb url('../images/submenu_background.jpg');
	position: absolute;
	z-index: 2;
	visibility: hidden;
	left: auto;
	margin-left: 345px;
	top: 145px;
	z-index: 999;
}
	
.subFour {
	background: #f4e0bb url('../images/submenu_background.jpg');
	position: absolute;
	z-index: 2;
	visibility: hidden;
	left: auto;
	margin-left: 453px;
	top: 145px;
	z-index: 999;
}

.subFive {
	background: #f4e0bb url('../images/submenu_background.jpg');
	position: absolute;
	z-index: 2;
	visibility: hidden;
	left: auto;
	margin-left: 552px;
	top: 145px;
	z-index: 999;
}