body {
	background-color: #000000;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
#page {
	width: 997px;
	margin:0px auto 0px auto;
}
.clr{
	clear: both;
}
.white_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fffffe;
	text-decoration: none;
}
a.white_text:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #cccccc;
	text-decoration: none;
}
.grey_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6d6d6d;
	text-decoration: none;
}
.orange_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #eab526;
	text-decoration: none;
}
a.orange_text:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6d6d6d;
	text-decoration: none;
}


/*==========================================================HEADER==========================================================*/


#header {
	width: 963px;
	height: 110px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navigation_home {
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 40px;
}
#navigation_home ul {
	margin:0px;
	padding: 0px;
}
#navigation_home li {
	float: left;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#navigation_home a img {
	border:none;
}

/*==========================================================HEADER END======================================================*/



/*==========================================================MIDDLE==========================================================*/

#middle {
	width: 997px;
}
#middle_one {
	width: 495px;
	float:left;
}
#middle_one_top {
	background-image: url(../images/flash_bg.gif);
	width: 496px;
	height:377px;
	background-repeat: no-repeat;
	background-position: center;
}
#middle_one_top div.flach_cont {
	padding-bottom:28px;
	padding-top:11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 28px;
}
#middle_one_bottom {
	width: 440px;
	margin:8px 10px 0px 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #494843;
	text-decoration: none;
	padding-right:18px;
}
#middle_two {
	float: left;
	width: 255px;
}
#middle_two_top {
	background-color: #FFFFFF;
	float: left;
	width: 255px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#middle_two_top1 {
	background-color: #000000;
	height: 338px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #bab7ab;
	text-decoration: none;
}
#middle_two_bottom {
	width: 255px;
	background-color:#4e4e4e;
}
#middle_three {
	float: left;
	width: 246px;
}
#middle_three_top {
	width: 246px;
	background-image: url(../images/rightbox_bg.gif);
	background-repeat: no-repeat;
	height:377px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #494843;
	text-decoration: none;
}
.news_tab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #f8f7f3;
	text-decoration: none;
	background-color: #eab527;
	text-align: center;
	padding-right: 4px;
	padding-left: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.news_tab:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #f8f7f3;
	text-decoration: none;
	background-color: #000000;
	text-align: center;
	padding-right: 4px;
	padding-left: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.news_activ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
	text-align: center;
	padding-right: 4px;
	padding-left: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#pop3 {
	position:absolute;
	z-index:200;
	left: 327px;
	top: 350px;
}
#pop4 {
	position:absolute;
	z-index:250;
	left: 328px;
	top: 328px;
}
.text4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #9a771a;
	text-decoration: none;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #9a771a;
	text-decoration: none;
}
.text9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #46360c;
	text-decoration: none;
}

/*==========================================================MIDDLE END======================================================*/



/*==========================================================FOOTER==========================================================*/

#footer {
	width: 997px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*==========================================================FOOTER END======================================================*/
