/* andreas03 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given to the original author.

Version: 1.2
(Nov 28, 2005)

Screen layout: */


#container{
	width:940px;
	background-repeat: no-repeat;
	background-color: #FFF;
	margin: 0 auto;
	padding: 0px 10px 0;
}



#pageTitle {
	background: transparent;
	width:940px;
	height: 250px;
	padding-bottom:8px;
	z-index: 30;
	font-family: Arial, Helvetica, sans-serif;
}

#pageTicker {
	width:940px;
	height: 30px;
	z-index: 30;
	background-color: transparent;
	background-image: url(../images/ticker_Bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}



#pageTickerContent {
width:800px;
	height: 29px;
	background:none;
	background-color:none;
}
#pageTicker p{
	margin:0px;
	font-size:1.4em;
	text-indent:93px;
	color:#FFF;
	
}

#pageTicker a{
	text-decoration:none;
	background-color:inherit;
	color:#FFF;
}

#pageTickerLinks a:hover{
	color:#CCC;
}
/*
#homemain{
	float:left;
	width:230px;
	height:130px;
	margin-right:5px;
	padding:0;
	margin-top: 10px;
	background-image:url(../images/home/homeLinks_1.jpg);
}

#homemain2{
	float:left;
	height:130px;
	width:230px;
	margin-right:5px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 0px;
	margin-top: 10px;
		background-image:url(../images/home/homeLinks_2.jpg);

}
#homemain3{
	float:left;
	width:230px;
	height:130px;
	margin-right:5px;
	background-repeat: no-repeat;
	background-position: left top;
	padding:0;
	margin-top: 10px;
	background-image:url(../images/home/homeLinks_3.jpg);

}
#homemain4{
	float:left;
	width:230px;
	height:130px;
	margin-right:0px;
	background-repeat: no-repeat;
	background-position: left top;
	padding:0;
	margin-top: 10px;
		background-image:url(../images/home/homeLinks_4.jpg);

}
*/


#header{
	height: 80px;
	margin:0 auto 0px auto;
	width:960px;
	padding:0 0 0px 0;
	font-size:0.1em;
	color:#fff;
	text-align:left;
	background-image: url(../images/headerbg.png);
	background-repeat: no-repeat;
	background-position: top;
}
