body{
	margin: 0px auto 0px auto;
	width: 918px;
	background-color: #8a3c1c;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;	
	font-size: 0.8em;
	font-family: Tahoma;
	color: #333333;
}

a{
	color: Blue;	
}

a:hover{
	text-decoration: none;
}

a img{
	border: 0px;
}

h1{
	margin: 0px 0px 0px 80px;
	padding: 0px;
	text-align: center;
	height: 88px;
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#languages{
	float: right;
	margin: 0px;
	padding: 10px 60px 0px 0px;
	width: 20px;
}

#languages li{
	padding: 0px 0px 5px 0px;
	margin: 0px;
	list-style: none;
}

#horizontal_menu{
	float: left;
	margin: 0px 0px 0px 90px;
	text-align: center;
	height: 34px;
}

#horizontal_menu.nofloat{
	float: none;
	margin-left: auto;
	margin-right: auto;
}

#horizontal_menu li{
	float: left;
	margin: 0px;
	padding: 0px 12px 0px 12px;
	list-style: none;
	height: 34px;
	background-image: url(../images/menu_item_delimiter.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#horizontal_menu li.last{
	background-image: none;
}

#horizontal_menu li a{
	color: #ffffff;
	text-decoration: none;
	line-height: 34px;
	vertical-align: middle;	
}

#horizontal_menu li a:hover{
	text-decoration: underline;
}

#horizontal_menu li.selected{
	padding: 0px 2px 0px 2px;
}

#horizontal_menu li.selected a{
	display: block;
	float: left;
	padding: 0px 0px 0px 10px;	
	color: #000000;
	background-image: url(../images/menu_item_bg_left.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#horizontal_menu li.selected span{
	display: block;
	float: left;
	padding-right: 10px;
	height: 34px;
	background-image: url(../images/menu_item_bg_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}


#page_top{
	clear: both;
	float: left;
	width: 918px;
	background-image: url(../images/page_bg_top.png);
	background-repeat: no-repeat;		
}

#page_center{	
	float: left;
	width: 918px;
	background-image: url(../images/page_bg_center.png);
	background-repeat: repeat-y;
}

#page_bottom{		
	float: left;
	width: 874px;
	padding: 0px 22px 0px 22px;	
	background-image: url(../images/page_bg_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}


#vertical_menu{
	display: none;
	float: right;	
	width: 254px;	
	margin-bottom: 40px;
	background-image: url(../images/vertical_menu_bottom.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#vertical_menu .resizer{
	float: left;
	height: 237px;	
}

#vertical_menu ul{
	margin: 0px;
	padding: 20px 0px 35px 0px;	
	background-image: url(../images/vertical_menu_top.png);
	background-repeat: no-repeat;
}

#vertical_menu ul li{
	margin: 0px;
	padding: 0px 10px 0px 37px;
	line-height: 20px;
	list-style: square;
	list-style-position: inside;
}

#vertical_menu ul li.ads{
	margin: 0px;
	padding: 15px 10px 0px 17px;
	list-style: none;
}

#vertical_menu ul li a{
	color: #333333;
	text-decoration: none;
}

#vertical_menu ul li a:hover{
	text-decoration: underline;
}


#content{
	padding: 53px 32px 40px 32px;
	min-height: 0px;
}

#page_bottom .page_resizer{
	float: left;	
	height: 135px;
}


#footer_left{
	float: left;
	padding-left: 22px;
}

#footer_left img{
	float: left;
}

#footer_left p{
	float: left;
	padding-left: 22px;
	padding-top: 2px;
	line-height: 1.4em;
	color: #c6c6c6;
}

#footer_right{
	float: right;
	margin: 0px;
	padding: 2px 56px 0px 0px;
	color: #c6c6c6;
	font-size: 0.8em;
}

body.show_vertical_menu #content{	
	float: left;
	width: 574px;
	padding-right: 10px;
}

body.show_vertical_menu #vertical_menu{
	display: block;
}

#creator{
	clear: right;	
	padding: 0px 56px 0px 0px;
	margin: 0px;
	text-align: right;	
	color: #c6c6c6; 
	font-size: 0.8em
}

#creator a{
	color: #c6c6c6;
	text-decoration: none;
}

#creator a:hover{
	text-decoration: underline;
}