body {
	font-family: Tahoma, Helvetia, Arial;
	font-size: 69%;
	line-height: 1.6em;
	color:#000000;
	background-color: #00353F;
	background-image: url(assets/bg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
}
h1 {
margin: 0px;
	padding: 0px;	
	font-family: Helvetia, Arial;
	font-size: 110%;
	line-height: 1.4em;
	color:#00353f
}
p {
	margin: 0px;
	padding: 0px;	
}
a {
	color:#00353f;
	text-decoration: none;
}
ul {
line-height: 2em;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
a:hover {
	color:#00353f;
	text-decoration: underline;
}
#wrapper {
	height: 600px;
	width: 800px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	margin-top: 0px;
	background-color: #00353F;
}
#right {
	float: right;
	height: 475px;
	width: 475px;
}
#left {
	float: left;
	height: 445px;
	width: 280px;
	padding: 15px 15px 15px 25px;
}
#banner {
	background-color: #00353F;
	height: 100px;
	width: 800px;
}
#content {
	background-color: #FFFFFF;
	height: 440px;
	width: 800px;
	margin-top: 2px;
}
#nav {
	background-color: #00353F;
	height: 35px;
	width: 800px;
}
#footer {
	height: 25px;
	width: 790px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	float: left;
	padding-top: 2px;
}
