* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	background-color: #666666;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
#wrapper #logo {
	height: 153px;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Times New Roman", Times, serif;
	
	
}
#wrapper #bodyarea #left {
	height: 350px;
	width: 200px;
	float: left;
	background-image: url(../Images/nav.jpg);
	font-size: 30px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-family: "Times New Roman";
	overflow: auto;
}
#wrapper #bodyarea #right {
	width: 591px;
	float: right;
	background-color: #141414;
	border: 2px solid #000;
	font-size: 16px;
	color: #FFFFFF;
	text-align: justify;



}
#wrapper #bodyarea #right #rightcontent {
	height: 98%;
	width: 96%;
	margin-top: 1%;
	margin-right: 2%;
	margin-bottom: 1%;
	margin-left: 2%;
	text-indent: 20px;

}

#wrapper #bodyarea #Bottom {
	height: 341px;
	width: 196px;
	float: left;
	background-color: #141414;
	border: 2px solid #000;
	text-align: center;
	font-size: 16px;
	color: #FFF;
}
#wrapper #bodyarea #spacer {
	height: 5px;
	width: 200px;
	float: left;
	clear: none;
	font-size: 1px;
	overflow: auto;
}


#wrapper #bodyarea #footer {
	clear: both;
	height: 20px;
	background-color: #666666;
	border-top-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-bottom-width: 5px;
	border-bottom-color: #666666;
	text-align: center;
	color: #000;
} 

a:link {
COLOR: #FFFFFF;
}
a:visited {
COLOR: #FFFFFF;
}
a:hover {
	COLOR: #666;
}
a:active {
COLOR: #FFFFFF;
}
