@import url('stdTags.css?version=20080822');
@import url('menu.css');
@import url('modules.css');

html, body{
	margin: 0px;
	padding: 0px;
}

body{
	font-family: sans-serif;
	font-size: 10pt;

	color: black;
	background-color: white;
}


#header{
	position: absolute;
	left: 9.6%;
	width: 80.7%;
	top: 0px;
	height: 154px;
	overflow: auto;

	padding: 0px;
	margin: 0px;

	background-image: url('../images/background.header.jpg');
	background-position: right;
	background-repeat: no-repeat;
	border: none;
}

#mainMenu{
	position: absolute;
	left: 9.6%;
	width: 80.7%;
	top: 159px;
	height: 25px;
	overflow: hidden;

	padding: 0px;
	margin: 0px;

	border: none;

	color: white;
	background-color: #991840;
}



#subMenu{
	position: absolute;
	left: 9.6%;
	width: 14%;
	top: 194px;
}

	#subMenu .infoblock{
		border: 1px solid #CC8CA0;
		padding: 10px;
	}

	#subMenu .itemMenu{
		margin-top: 10px;
	}

	#subMenu .infoMenu{
		margin-top: 10px;
	}

#contentLeft{
	position: absolute;
	left: 25%;
	width: 32%;
	top: 194px;

	padding: 0px;
	padding-bottom: 30px;
	margin: 0px;

	background-color: white;
	color: black;
}

	#contentLeft div.module{
		margin: 15px;
	}

#contentRight{
	position: absolute;
	right: 10%;
	width: 32%;
	top: 194px;

	padding: 0px;
	padding-bottom: 30px;
	margin: 0px;

	background-color: white;
	color: black;
}

	#contentRight div.module{
		margin: 15px;
	}


