/* CSS Document */
body {
	background: url(images/background.jpg);
	background-position: top left;
	background-color: #000000;
	margin: 0px auto;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 92%;
}

#Page {
	width: 1002px; 
	margin: 0px auto;
}

#Container {
	width: 854px; 
	margin: 0px auto 10px auto;
}

#Header {
	background: url(images/background_header.png); 
	background-repeat: no-repeat;
	height: 183px; 
	width: 854px; 
	margin: 0px auto;
	z-index: 2;
}

#Footer {
	background: url(images/background_footer.png); 
	background-repeat: no-repeat;
	height: 82px; 
	width: 854px; 
	margin: 0px auto;
}

#Menu {
	background: url(images/background_menu.png); 
	background-repeat: repeat-y;	
	height: 21px; 
	width: 854px; 
	margin: 0px auto;
}

#Logo {
	background: url(images/logo.png); 
	background-repeat: no-repeat;
	position: absolute;
	margin-left: 34px;
	height: 244px;
	width: 334px;
	z-index: 90;
}

#Content {
	background: url(images/background_content.png);
	background-repeat: repeat-y;
	width: 783px;
	margin: 0px auto;
	padding: 30px 36px 15px 35px;
	color: #FFFFFF;
}

#MainTitle {
	border-bottom: 1px solid #ba2b0f;
	height: 19px;
}

#Menu2 {
	width: 650px;
	text-align: right; 
	top: 185px; 
	margin-left: 244px; 
	position: absolute; 
	z-index: 99;
}

.menu_text {
	padding: 0px 3px 0px 3px;
}

a.menu_text:link, a.menu_text:visited, a.menu_text:active {
	color: #003300;
	font-weight: bold;
	text-decoration: none;
}

a.menu_text:hover {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}

.col_right_text {
	color: #FF6600;
}

a.col_right_text:link, a.col_right_text:visited, a.col_right_text:active {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}

a.col_right_text:hover {
	color: #FF6600;
	font-weight: bold;
	text-decoration: underline;
}

.border_right {
	border-right: 1px solid #000000;
}