body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000ce;
	text-align: center;
	padding-top: 0;
	margin-top: 0;
	}
	
	p,ul {
	font-size: 13px;
	}

a img {
border: 0;
}

a {
color: #4146b2;
}

#container {
	margin-top: 0;
	width: 960px;
	background-image: url(images/mainbg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

#header {
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
	height: 160px;
	color: #0000ce;
	}

#header a {
		color: #0000ce;
		}

#logolink {
	width: 130px;
	height: 130px;
	margin-top: 15px;
	margin-right: 30px;
	float: right;
	}
	
#headertitle {
	width: 600px;
	padding-top: 60px;
	font-size: 28px;
	font-weight: bold;
	padding-left: 15px;
	}
	
	
#headersubtitle {
padding-left: 15px;
padding-top: 5px;
}

	
#trunk {
	width: 960px;
	}

#left {
	width: 180px;
	height: 500px;
	padding: 10px;
	background-image: url(images/columnbg.jpg);
	background-repeat:no-repeat;
	float: left;
	}

#left UL {
	list-style:none;
	margin: 0;
	padding: 0;
	
	}

#left UL LI {
	padding: 0;
	margin: 0;
	}
	
	
	h1 {
	font-size: 18px;
	padding-top: 15px;
	
	}
	
#left UL LI a {
	width: 160px;
	height: 26px;
	text-decoration:none;
	padding-top: 6px;
	padding-left: 20px;
	margin-top: 8px;
	color: #000;
	background: #97c2de;
	display: block;
	}

#left UL LI a:hover, #left UL LI.act a{
	color: red;
	font-weight: bold;
	}


#content {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	font-size: 17px;
	width: 530px;
	float: left;
	height: 500px;
	overflow: auto;

	}
	
#content h1 {
padding: 0px;
margin: 0px;
padding-top: 15px;
}
	
	
#right {
	width: 200px;
	height: 500px;
	padding-top: 15px;
	background-image: url(images/columnbg.jpg);
	background-repeat:no-repeat;
	float: right;
	text-align:center;
	}
	
	#right p {
	padding: 5px;
	font-size: 20px;
	color: white;
	}
	

/*#footer {
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
	height: 170px;
	}
*/

#footer {
margin-top: -20px;
	background-image: url(images/bar-onder-background.jpg);
	background-repeat: no-repeat;
	height: 160px;}
	

#footertext {

	font-size: 10px;
	padding: 5px;
	text-align:center;
	}

#footertitle {
padding-top: 8px;
	text-align:center;
	color: #0000ce;
	}
	
.clearer {
	clear: both;
	}