body {
	background-color: #CCF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#wrapper {
	background-color: #2B4659;
	text-align: left;
	padding: 0px;
	width: 770px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 600px;
	margin-left: auto;
	height: auto;
}
#footer {
	background-color: #2B4659;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 770px;
}

#main {
	background-color: #CFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 600px;
	float: left;
	clear: both;
}
#title {
	background-color: #CC6;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 600px;
	clear: both;
}
#mainContent {
	background-color: #2B4659;
	padding: 0px;
	height: 389px;
	width: 600px;
	text-align: center;
	margin: 0px;
	clear: both;
}
#mainContentVertical {
	background-color: #2B4659;
	padding: 0px;
	height: 450px;
	width: 600px;
	text-align: center;
	margin: 0px;
	clear: both;
}

#wrapper #main #mainContent img {
	margin-top: 22px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#wrapper #side p {
	margin: 10px;
}

#bottom {
	background-color: #2B4659;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 770px;
}
#wrapper #bottom img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}


#side {
	background-color: #2B4659;
	float: right;
	width: 150px;
	text-align: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper #side img {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 22px;
	margin-left: 0px;
	height: 87px;
	width: 130px;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FC0204;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.navB a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
.navB a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
.navB a:hover {
	color: #FC0204;
	text-decoration: underline;
	font-weight: normal;
}
.navB a:active {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
