@charset "utf-8";
/* CSS Document */


#header {
	height: 320px;
}
#header #logo {
	position: absolute;
	top: 0px;
	left: 10px;
	z-index: 4;
}
#header #headerBack {
	position: absolute;
	top: 91px;
	z-index: 0;
}
#header #headerBack img {
	position: absolute;
	top: 0px;
}

#header #headerBack .front {
	z-index: 1;
}
#header #headerBack .back {
	z-index: 2;
}


#headerBack .topBar {
	position:absolute;
	background: #000;
	height: 3px;
	overflow: hidden;
	display: block;
	top: 0px;
	width: 1000px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);	
	opacity: .5;
	z-index: 3;
}
#headerBack .bottomBarRight {
	position:absolute;
	background: #000;
	height: 18px;
	overflow: hidden;
	display: block;
	top: 211px;
	left: 491px;
	width: 509px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);	
	opacity: .5;
	z-index: 3;
}
#headerBack .bottomBarLeft {
	position:absolute;
	background: #000;
	height: 41px;
	overflow: hidden;
	display: block;
	top: 188px;
	left: 0px;
	width: 491px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);	
	opacity: .5;
	z-index: 3;
}

#header h1 {
	position: absolute;
	top: 288px;
	left: 18px;
	color: #FFF;
	font-size: 21px;
}

#header div.search {
	position: absolute;
	top: 63px;
	left: 791px;
	z-index: 20;
}
#subMenu {
	position: absolute;
	top: 25px;
	left: 10px;
	width: 460px;
	height: 80px;
	overflow: hidden;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-size: 16px;
	padding: 24px 0 0 10px;
}


.content {
	background: #2D3E52 url(/gfx/contentBack.png) repeat-x 0 135px;
	width: 1000px;
}

.contentColumn {
	width: 500px;
	background: url(/gfx/menuBack.png) repeat-x;
	float: left;
}

.column {
	margin-top: 0;
}

#columnsCaption {
	height:18px;
	padding:10px 0 0 12px;
}

.rightColumn {
	width: 500px;
	background: url(/gfx/menuBack.png) repeat-x;
	float: left;
}

.rightColumn .left {
	float: left;
}

.rightColumn .right {
	float: left;
}

#menu #mainMenu {
	left: 10px;
}
#menu #menuDescription {
	left: 10px;
}

.mainArticle {
	top: 4px;
}





















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
