@charset "utf-8";
* {
}
#wrapper {
	width: 700px;
	border: medium none #000000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-bottom: 10px;
}
#rightsidediv {
	text-align: right;
	margin: 5px;
	padding: 5px;
	float: right;
	width: 200px;
}
#leftsidediv {
	text-align: left;
	margin: 5px;
	padding: 5px;
	float: left;
	width: 200px;
}

#wrapper #logo {
	background-image: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#maiwrapper #wrapper #mainbodycontent {
	padding: 4px;
	border: thin none #000000;
}

#top navigation bar {
	height: 200px;
	border: medium groove #FFFFFF;
	width: 70px;
}
#wrapper #navbartop {
	height: auto;
	color: #333333;
}
#wrapper #mainbodycontent #left {
	height: auto;
	width: 210px;
	float: left;
	padding-top: 40px;
}
#wrapper #mainbodycontent #footer {
	color: #000000;
	height: auto;
	width: 700px;
	border: medium none #333333;
	float: none;
	margin: auto;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	position: relative;
	bottom: 20px;
}
#wrapper #mainbodycontent #right {
	width: 450px;
	float: right;
	height: auto;
	background-image: none;
	font-size: 24px;
	color: #FFFFFF;
	border: none;
	margin: 0px;
	padding: 10px;
	font-family: "arial black";
}
#rightsidewrapper {
	float: left;
	width: 250px;
	margin-right: 2px;
}
#maiwrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#rightwrapper {
	float: right;
	width: 150px;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#maiwrapper #leftwrapper {
	float: left;
	width: 100px;
	border: thick none #FFFFFF;
	height: auto;
	padding-top: 180px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

