



strong{
	font-weight:800;
}

 html div.fixie {position: absolute;
top:expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop : document.body.scrollTop);}


body{
font-family: Arial, Verdana, Helvetica, Sans-Serif;
background: #000000;
background: url(../images/background_sides.gif) repeat;	
color:#858585;
font-size: 13px;
margin:0;
padding:0;
border:0;
height:100%;

}
a
{
	color:#ffffff;	
	text-decoration:none;
	border:0px;
}

a:hover
{
	color:#c37c2a;	
	text-decoration:none;
}

.sub_selected
{
	color:#c37c2a;	
	font-weight: bold;
}
.top_back
{
	padding:0;
	margin:0;
	background:url(../images/header_normal.jpg) no-repeat scroll center top;
}

.seperator
{
height:1px;
border: 0px;
background:#c37c2a;
color:#c37c2a;
}
.header_large_text
{
	color:#ffffff;
	font-size: 16px;
	font-weight:bold;	
}

.header_text
{
	color:#c88304;
	font-size: 14px;
	font-weight:bold;	
}
.header
{
	height:338px;
	width:968px;
	padding:0;
	margin:0;
	background:url(../images/header_normal_top.jpg) no-repeat;
}
.content
{
	background:url(../images/content_background.jpg) repeat-y ;
	width:968px;
	display: flex;
}

.footer
{

	height:172px;
	background:url(../images/footer.jpg) repeat-y;
	width:968px;
	display:flex;
}

.content_left
{
	border:0px;
	padding-left:20px;
	padding-top:20px;
	width:444px;	
	background:url(../images/field_left.jpg) no-repeat;
}

.content_right
{
	border:0px;
	padding-left:0px;
	padding-top:20px;
	min-height:250px;
	width:266px;
	background:url(../images/field_right.jpg) no-repeat;
}
ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;
	
}
ul li
{
	cursor:pointer;
	padding: 0px;
	border:0px solid red;	
	height:26px;
	float:right;
	position:relative;
}

ul li.menu_about
{	
	width:115px;
	background: url(../images/menu_1_about_normal.jpg) no-repeat
}
ul li.menu_about_selected
{	
	width:115px;
	background: url(../images/menu_1_about_selected.jpg) no-repeat
}
ul li.menu_about:hover
{
	background: url(../images/menu_1_about_highlighted.jpg) no-repeat
}
ul li.menu_news
{
	width:102px;
	background: url(../images/menu_2_news_normal.jpg) no-repeat 
}
ul li.menu_news_selected
{
	width:102px;
	background: url(../images/menu_2_news_selected.jpg) no-repeat 
}
ul li.menu_news:hover
{
	background: url(../images/menu_2_news_highlighted.jpg) no-repeat
}
ul li.menu_games
{
	width:115px;
	background: url(../images/menu_3_games_normal.jpg) no-repeat
}
ul li.menu_games_selected
{
	width:115px;
	background: url(../images/menu_3_games_selected.jpg) no-repeat
}
ul li.menu_games:hover
{
	background: url(../images/menu_3_games_highlighted.jpg) no-repeat
}
ul li.menu_contact
{
	width:145px;
	background: url(../images/menu_4_contact_normal.jpg) 
}
ul li.menu_contact_selected
{
	width:145px;
	background: url(../images/menu_4_contact_selected.jpg) 
}
ul li.menu_contact:hover
{
	background: url(../images/menu_4_contact_highlighted.jpg) no-repeat
}

ul li.menu_jobs
{
	width:102px;
	background: url(../images/menu_5_jobs_normal.jpg) no-repeat
}
ul li.menu_jobs_selected
{
	width:102px;
	background: url(../images/menu_5_jobs_selected.jpg) no-repeat
}

ul li.menu_jobs:hover
{
	background: url(../images/menu_5_jobs_highlighted.jpg) no-repeat
}

