* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #000;
	width: 785px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
	color: #000;
	padding: 20px;
}
#wrapper #logo {
	height: 129px;
	background-color: #000;
	text-align: center;
}
#wrapper #bodyArea #right {
	width: 550px;
	float: right;
	color: #CCC;
}

#wrapper #bodyArea #left {
	width: 235px;
	float: left;
	background-color: #002;
	color: #CCC;
}
#wrapper #bodyArea #footer {
	height: 40px;
	clear: both;
	color: #FFF;
	font-size: 9px;
}


a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #nav {
	background-color: #002;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: small-caps;
	font-style: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14px;
	line-height: 30px;
	width: 785px;
	height: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 20px;
}

