/* CSS Document */

html, body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
img{
	border: none;
}
body{
	background: #001428 url(../img/back.png) repeat-y center;
}
div{
	zoom: 1;
}

#content{
	width: 990px;
	margin: 0 auto;
	min-height: 100%;
	margin-bottom: -150px;
	background: #082850 url(../img/left.jpg) no-repeat left bottom;
}
* html #content{
	height: 100%;
}

#main{
	padding-bottom: 150px;
	background: url(../img/right.jpg) no-repeat right 140px;
}
#header{
	padding: 0 0 10px 0;
	background: url(../img/logo.png) no-repeat;
}
#header a#logo{
	display: block;
	width: 700px;
	height: 110px;
	margin: 0 auto 5px;
	text-decoration: none;
}
#langs{
	width: 152px;
	height: 38px;
	margin: 0 auto 0;
	background: url(../img/flags.png) no-repeat;
}
#langs div{
	padding: 4px 0 0 5px;
}
#langs a{
	float: left;
	margin: 0 4px 0 0;
	width: 45px;
	height: 30px;
}
#menu{
	clear: both;
	float: left;
	width: 235px;
}
#menu h2{
	width: 235px;
	margin: 0;
	padding: 5px 0 5px;
	background: url(../img/menu.png) no-repeat;
	_background:expression('none');
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/menu.png',sizingMethod='crop');
}
#menu h2 a{
	position: relative;
	display: block;
	font: 20px Tahoma, Arial, Helvetica, sans-serif;
	color: #dfddff;
	text-decoration: none;
	text-align: center;
	padding: 5px 0 5px 0;
	margin: 0 5px 0 0;
}
#text{
	margin-left: 250px;
}
#text h1{
	margin: 10px 0 0;
	padding: 0;
	padding-right: 260px;
	font: bold 22px Verdana, Arial, Helvetica, sans-serif;
	line-height: 28px;
	color: white;
}
#text p{
	margin: 14px 0 0;
	padding: 0;
	padding-right: 260px;
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: white;
}
#text a{
	color: white;
}
#text a:hover{
	text-decoration: none;
}
#text ul{
	margin: 10px 40px 0;
	padding: 0;
	list-style: inside square;
}
#text li{
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: white;
}
#text li a{
	text-decoration: none;
}
#text li a:hover{
	text-decoration: underline;
}
#gall{
	position:relative;
	padding: 10px 0 0;
}
#gall img{
	border: 2px solid #aaaaff;
	margin: 20px 20px 0 0;
}
#gall2{
	clear: both;
	position:relative;
	padding: 10px 0 0;
}
#gall2 img{
	border: 2px solid #aaaaff;
	margin: 20px 0 0 20px;
}
#gall3{
	position:relative;
	padding: 25px 0 0 0;
}
#gall3 img{
	border: 2px solid #aaaaff;
	margin: 5px 5px 0 0;
}
#hidd img{
	position: absolute;
	display: none;
}

#footer{
	width: 990px;
	margin: 0 auto;
	height: 150px;
	background: url(../img/foot.png) repeat-x;
	_background:expression('none');
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/foot.png',sizingMethod='scale');
}
#footer p{
	float: left;
	width: 260px;
	margin: 65px 40px 0 0;
	padding: 0;
	font: 14px Tahoma, Arial, Helvetica, sans-serif;
	color: white;
	text-align: right;
}
#footer p strong{
	font: bold 20px Tahoma, Arial, Helvetica, sans-serif;
}
#footer p a{
	position: relative;
	color: white;
	text-decoration: none;
}
#footer p a:hover{
	text-decoration: underline;
}

.center{
	text-align: center;
}