* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 159px;
}
#wrapper #banner {
	float: right;
	height: 100px;
	width: 660px;
	padding-top: 0px;
	top: 35px;
	position: relative;
	right: 30px;
}


#wrapper #logo {
	float: left;
	height: 139px;
	width: 105px;
	top: 15px;
	position: relative;
}
#bodyArea {
	width: 950px;
	clip: rect(auto,auto,auto,auto);
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/main_content.png);
	background-repeat: repeat;
}
#bodyArea #nav {
	height: 600px;
	width: 180px;
	float: left;
}
#bodyArea #right {
	width: 740px;
	float: right;
	background-image: url(../images/main_content.png);
	padding-left: 15px;
	padding-right: 15px;
	line-height: 25px;
	background-repeat: repeat;
	height: auto;
}
#bodyArea #right #rightCover {
	height: 382px;
	width: 288px;
	float: right;
	position: relative;
	top: -40px;
	right: 8px;
}


#bodyArea #left {
	height: 550px;
	width: 180px;
	float: left;
}
#footer {
	width: 100%;
	clear: both;
	background-image: url(../images/templatemo_footer_bg.jpg);
	height: 200px;
}


#footer #left {
	height: 100px;
	width: 238px;
	float: left;
	position: relative;
	top: 10px;
	right: -30px;
}
#footer #right {
	width: 63%;
	float: right;
	position: relative;
	top: 10px;
	right: auto;
	left: auto;
}
a:link {
color: white;
text-decoration:underline;
}
a:visited {
color: gray;
text-decoration:underline;
}
.text {
text-indent: 2em;
}
