body, html{
	background: #c2c1c6 url('../images/bg.jpg') repeat-x left top;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #030303;
	padding-top: 15px;
}

* {  
    padding: 0;  
    margin:0;  
    }  
p{
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #030303;
	text-align: left;
	padding-bottom: 10px;
}
ul{
	margin: 5px 0px 10px 18px;
}
.float {  
    float: left;  
    }  
.clear {  
    clear: both;  
    }  
#container {  
    width:1008px;  
    margin: auto;  
    }  
#header {  
    width: 1008px;
    height: 408px;
    background-image: url(../images/mainshape-bg-top-home2.png);
    background-repeat: no-repeat;
    position: relative;
    } 
	
#langmenu{
	position: absolute;
	top: -30px;
	right: 0px;
	width:100px;
	height: 30px;
	text-align: right;
}

	#langmenu ul li:nth-child(2) a img{
		width:0px; 
		height:0px; 
		padding: 6px 9px; 
		background: url(/media/mod_languages/images/bon.gif);
	}
	
#logo{
	position: absolute;
	top: 135px;
	left: 83px;
	width: 264px;
	height: 127px;
	text-align: right;
}
	
#poem{
	position: absolute;
	top: 270px;
	left: 685px;
	width: 260px;
	height: 160px;
}
	
	#poem p{
		text-align: right;
		color: #9c9c9f;
	}

#hr{
	position: absolute;
	top: 405px;
	left: 60px;
	width: 885px;
	height: 1px;	
}
ul.menu{
 	width: 880px;
 	margin-left: 49px;
 	padding-top: 24px;
 }
ul.menu li{
 	display: inline;
 	margin-left: 80px;
 }
 
ul.menu li a:link, ul.menu li a:visited, ul.menu li a:active{
 	color: #58585a;
 	font-size: 36px;
 	text-decoration: none;
 }
 
ul.menu li a:hover{
 	color: #ec4399;
 	font-size: 36px;
 	text-decoration: none;
 }
 
ul.menu li.active a{
 	color: #ec4399;
 }
#content {  
    width: 838px;
    min-height: 349px;
    text-align: center;  
  	background-image: url(../images/mainshape-bg-middle.png);
  	background-repeat: repeat-y;
  	padding: 30px 85px 40px 85px;
  	line-height: 1.5;
    }
.item-page h1{
	color: #58585a;
	font-size: 34px;
	text-align: left;
	font-weight: normal;
	margin-bottom:40px;
} 
#footer {  
	width: 1008px;
	height: 12px;
	background-image: url(../images/mainshape-bg-bottom.png);
	background-repeat: no-repeat; 
    text-align:center;
    font-size: 10px;
    color: #8f8f92;
    padding-top: 12px;
    }  
#footer a:link, #footer a:active, #footer a:visited{
	font-size: 10px;
	color: #8f8f92;
	text-decoration: none;
}
#footer a:hover{
	font-size: 10px;
	color: #6e6e6e;
	text-decoration: none;
}