@import url('stdTags.css');
@import url('menu.css');
@import url('modules.css');

html, body{
	margin: 0px;
	padding: 0px;
}

body{
	font-family: sans-serif;
	/*font-size: 11pt;*/
	font-size: 0.8em;

	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;
}

#contentLeft{
	position: absolute;
	right: 50.3%;
	width: 40%;
	top: 194px;
	height: 253px;
	overflow: auto;

	padding: 0px;
	margin: 0px;

	background-image: url('../images/background.content.jpg');
	background-repeat: repeat-x;
	border: 1px solid #991840;
}

	#contentLeft p{
		margin-top: 0px;
	}

#contentRight{
	position: absolute;
	left: 50.3%;
	width: 40%;
	top: 194px;
	height: 253px;
	overflow: auto;

	padding: 0px;
	margin: 0px;

	background-image: url('../images/background.content.jpg');
	background-repeat: repeat-x;
	border: 1px solid #991840;
}

	#contentRight p{
		margin-top: 0px;
	}

#info1{
	position: absolute;
	right: 70.2%;
	width: 20.1%;
	top: 461px;

	padding: 0px;
	margin: 0px;

	border: none;
}

	#headerInfo1{
		border: 1px solid #991840;
		height: 73px;

		background-image: url('../images/header.info1.jpg');
		background-repeat: repeat-x;
		background-position: top center;
	}

#info2{
	position: absolute;
	right: 50.3%;
	width: 19.3%;
	top: 461px;

	padding: 0px;
	margin: 0px;

	border: none;
}

	#headerInfo2{
		border: 1px solid #991840;
		height: 73px;

		background-image: url('../images/header.info2.jpg');
		background-repeat: repeat-x;
		background-position: top left;
	}

#info3{
	position: absolute;
	left: 50.3%;
	width: 19.3%;
	top: 461px;

	padding: 0px;
	margin: 0px;

	border: none;
}

	#headerInfo3{
		border: 1px solid #991840;
		height: 73px;

		background-image: url('../images/header.info3.jpg');
		background-repeat: repeat-x;
		background-position: top right;
	}

#info4{
	position: absolute;
	left: 70.2%;
	width: 20.1%;
	top: 461px;

	padding: 0px;
	margin: 0px;

	border: none;
}

	#headerInfo4{
		border: 1px solid #991840;
		height: 73px;

		background-image: url('../images/header.info4.jpg');
		background-repeat: repeat-x;
		background-position: top left;
	}

#ads{
	position: absolute;
	left: 91%;
	top: 0px;
}

	#ads p{
		margin: 0px;
		padding: 0px;
	}
