/* CSS Document */
body {
	background-color: #5C0607;
	background-image: url(img/background_body.png);
	background-repeat: repeat;
	margin:0px;
}

#main_div {
	border: thin ridge #660000;
	padding: 20px;
	width: 1000px;
	position: absolute;
	right: 50%;
	margin-right: -520px;
	background-color: #3E0000;
	background-image: url(img/background_main.png);
	background-repeat: repeat;
}
#header {
	background-image: url(img/header.jpg);
	height: 250px;
	width: 1000px;
	background-repeat: no-repeat;
}
#content {
	position:relative;
	background-image: url(img/bottom.jpg);
	background-repeat:no-repeat;
	background-color: #A88601;
	width: 1000px;
	min-height:inherit;
}
#logo {
	position: relative;
	width:196px;
	margin-left: 50px;
}
#menu_left {
	top:0px;
	left:0px;
	width:181px;
	float:left;
}
#menu_right {
	top:0px;
	left:819px;
	width:181px;
	float:right;
}
#main_content {
	top:0px;
	left:181px;
	width:624px;
	padding:7px;
	float:left;
}
#content_item {
	width: 624px;
}
#content_top {
	width: 624px;
	background-image:url(img/content_top.png);
	height: 34px;
	background-repeat: no-repeat;
}
#content_bottom {
	width: 624px;
	background-image:url(img/content_bottom.png);
	height: 34px;
	background-repeat: no-repeat;
}
#content_middle {
	width: 584px;
	background-image:url(img/content_middle.png);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
}
#content_source {
	width:584px;
	background-image:url(img/text.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFCC00;
}
#content_source_nologo {
	width:584px;
	color: #FFCC00;
}

.menu_style {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF9933;
	text-decoration: none;
	cursor:pointer;
}

.menu_small_style {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF9933;
	text-decoration: none;
	cursor:pointer;
}

.menu_small_style_red {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	cursor:pointer;
}
.navigation_style {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF9933;
	text-decoration: none;
	cursor:pointer;
}

.navigation_on {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
	cursor:pointer;
}

.text_style {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC00;
	text-decoration: none;
}

.img_style {
	border: 4px solid #FFCC33;
}