html{
	height:100%;
}
body
{
	text-align: center;
	margin: 0;	
	height:100%;
	font-family: arial;
	font-size: 11px;
	color: #656565;
	background-color:#b9b09d;
}

img {
	border:none
}

a{
	text-decoration:none;
}

.wrapper
{
	text-align:left;
	margin:0 auto;
	width:905px;
	background:url(images/content_bg.jpg);
	background-repeat:repeat-y;
	background-color:#99000;
}

.languages
{
	text-align:right;
	margin:0 40px;
}

.content{
	width:872px;
	padding:40px;
	padding-bottom:10px;
}

.stripe{
	height:4px;
	background-color:#dfb680;
	width:835px;
	margin-top:12px;
}

/* IE 6 */
* html .stripe{
	height:1px;
	background-color:#dfb680;
	width:835px;
	margin-top:5px;
	padding:0px;
}

.header {
	margin-top:-28px;
	color:#000000;
}

.header a{
	color:#333333;	
}

ul .current_page_item a{
	color:#b0423b;
	font-weight:bold;
}

.menu{
	background:url(images/menu_bg.jpg);
	background-repeat:no-repeat;
	height:252px;
	padding-left:50px;
	padding-top:20px;
	margin-top:23px;
	width:160px;
	font-family:tahoma, verdana, arila;
	font-size:13px;
	float:left;
	line-height:16px;
}

.menu ul{
	margin-top:0px;
}

.menu li a{
	text-decoration:none;
}

.menu a{
	color:#FFFFFF;
}

.menu li a:hover{
	color:#b0423b;
	font-weight:bold;
}

.menu li{
	list-style-type:none;
	margin-left:-50px;
	font-family:tahoma;
	font-size:13px;
	padding-bottom:8px;
}

.menu li{
	list-style-type:square;
	color:#b0423b;
	font-family:tahoma;
	font-size:13px;
	padding-bottom:8px;
}

.menu ul li .menu_act{
	color:#b0423b;
	font-weight:bold;
}


.flash{
	float:left;
	margin-left:0px;
}

.content_left{
	width:633px;
	height:auto;
	float:left;
	background:url(images/left_stripe.jpg);
	background-repeat:no-repeat;
	padding-right:30px;
}

.shadow{
	background:url(images/shadow.gif);
	background-repeat:repeat-x;
	margin-left:21px;
	margin-right:12px;
}

.content_right{
	width:165px;
	float:left;
	background:url(images/left_stripe.jpg);
	background-repeat:no-repeat;
	height:auto;
}

.links{
	width:820px;
	height:auto;
	color:#CCCCCC;
	font-size:11px;
	text-align:center;
}

.links a{
	color:#999999;
}

h1{
	color:#b0423b;
	font-size:14px;
	margin-top:0px;
}

h2{
	color:#b0423b;
	font-size:14px;
	margin-top:0px;
}

.footer{
	background:url(images/footer_bg.jpg);
	background-repeat:repeat-x;
	background-position:center;
	padding-top:10px;
}

.footer a{
	text-decoration:none;
	color:#003366;
}

p{}