body {
	font-family: Verdana, Helvetica, Sans-Serif;
	margin: 0; 
	margin-top:8px;
	padding: 0;
	background-color: #c9c9c9;
	background-image:url(../img/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

a{
	text-decoration: none;
}


#content{
	position:relative;
	margin: 0px auto 3px auto; 
	background-repeat: no-repeat;
	width: 990px;
	height: 595px;
}

#headlines{
	position: absolute;
	top: 437px;
	left: 25px;
}

#headlines h1{
	font-size: 28px;
	padding: none;
	color: #FFFFFF;
	letter-spacing: 0px;
	margin: 0px;
	font-weight: normal;
}

#headlines h2{
	display: none;
	margin: 0px 0px 0px 18px;
	font-size: 44px;
	font-weight:bold;
	padding: none;
	color: #FFFFFF;
	letter-spacing: -2px;
}

#headlines h3{
	margin: 5px 0px 0px 54px;
	font-size: 24px;
	padding: none;
	color: #000000;
	letter-spacing: 0px;
	font-weight: normal;
}



#brand{
	border:none;
	position: absolute;
	top: 18px;
	left: 20px;
	width: 153px;
	height: 85px;
}


#mainmenu{
	position: absolute;
	top: 445px;
	left: 25px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #b2c3d8;
}

#mainmenu .act{
	color:#FFFFFF;
}

#mainmenu .inact{
	color:#b2c3d8;
}


#text1{
	position: absolute;
	top: 475px;
	left: 25px;
	width: 425px;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 15px;
}



#text2{
	position: absolute;
	top: 425px;
	left: 655px;
	width: 304px;
	height: 115px;
	font-size: 11px;
	color: #848284;
	line-height: 15px;
}

.arrowyellow{
	font-weight:bold;
	font-size: 17px;
	letter-spacing: -1px;
	color: #ffffff;
	line-height:20px;
	background-image:url(../img/arrows.gif);
	background-position:0 4px;
	background-repeat:no-repeat;
	padding-left:15px;
}

#footer{
	margin: 0px auto 0px auto; 
	width: 990px;
	height: 16px;
	color:#000000;
	font-size: 10px;
	text-align:center;
}

#footer a{
	color: #000000;
	
}

#footer .homelink{
	background-image: url(../img/footer-arrow.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-left: 9px;
}

#footer img{
	border: none;
}

#footertext1{
	float:left;
	padding-left:20px;
}
#footertext2{
	top: 2px;
	left: 425px;
}
#footertext3{
	float:right;
	padding-right:20px;
}



