/* CSS Document */
body {
	background-color: #888877;
}
#bar {
	width: 195px;
	height: 649px;
	position: absolute; top: 35px; left: 35px;
}

#header {
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
	width: 708px;
	height: 100px;
	position: absolute; top: 35px; left: 230px;
	text-decoration: none;
}

#headercontainer {
	text-decoration: none;
	font: Verdana, Arial, Helvetica, sans-serif;
}

#headercontainer li {
	display: inline;
	list-style-type: none;
	padding-right: 30px;
	position: relative; top: 30px; left: -8px;
	text-decoration: none;
	font-family: Trebuchet, Verdana, Helvetica, sans-serif;
	font-size: 14px; 
}

#headercontainer li a:link {
	word-spacing: 2px;	
	text-decoration: none;
	font-family: Trebuchet, Verdana, Helvetica, sans-serif;
}

#headercontainer li a:hover {
	text-decoration: none;
	color: #000033;
	font-family: Trebuchet, Verdana, Helvetica, sans-serif;
}

#headercontainer li a:focus, #headercontainer li a:visited, #headercontainer li a:active {
	text-decoration: none;}


#maincontent {
	background-image: url(images/main.jpg);
	background-repeat: repeat-y; 
	width: 708px;
	height: 549px;
	position: absolute; top: 135px; left: 230px;
}

#main {	
	font-family: Trebuchet, Verdana, Helvetica, sans-serif;
	font-size:13px;
	line-height: 18px;
	text-align: center;
	font-weight: lighter;
	position:absolute; top: 160px; left: 250px;
	width: 640px;
	font-weight: bold;
}


#main a:link {
	color: #000033;
	text-decoration: none;
}

#main a:hover {
	color: #888877;
	text-decoration: none;
}

#main a:visited {
	color: inherit;
	text-decoration: none;
}

.style4 a:link {
	color: #000033;
	text-decoration: none;
}

.style4 a:hover {
	color: #888877;
	text-decoration: none;
}

.style4 a:visited {
	color: inherit;
	text-decoration: none;
}

#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px; 
	font-weight: lighter;
	position: relative; top: 342px; left:-137px;
	color: #ffffff;
	letter-spacing: 2px;
}
#footer a:link {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #000033;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: inherit;
}