/* CSS Document */

body {
	background-color: #3c5075;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
}


p, td, div, h1, h2, h3, h4, h5, h6, a, ul, li, lo {
	font-family: Trebuchet, "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	color: #ffffff;

	
}

a:link {
	color: #1651cc;
}

a:hover, {
	text-decoration: underline;
	color: #b5c2db;
}

a:visited {
	color: #1651cc;
}


div#nav {
	text-align: left;
	position: absolute;
	top: 159px;
	left: 260px;
	width: 711px;
	margin-right: 30px;
	margin-bottom: 100px;
}

div#maincontent {
	text-align: left;
	position: absolute;
	top: 220px;
	left: 475px;
	width: 490px;
	margin-right: 30px;
	margin-bottom: 100px;
}

div#sidecontent {
	text-align: left;
	position: absolute;
	top: 220px;
	left: 275px;
	width: 150px;
	margin-right: 30px;
	margin-bottom: 100px;
}

div#frontcontent {
	text-align: left;
	position: absolute;
	top: 250px;
	left: 275px;
	width: 725px;
	margin-right: 30px;
	margin-bottom: 100px;
}

