@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #000025;
	width: 801px;
	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: #999999;
	border-left-color: #999999;
	background-image: url(../images/bg.jpg);
	margin-top: 54px;
}
#wrapper #logo {
	height: 100px;
	background-color: #FFFFFF;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 35px;
	background-color: #FF0000;
}
#wrapper #bodyArea #left {
	swidth: 651px;
	float: left;
	background-color: #FFFFFF;
	width: 800px;
	border-left-style: inset;
	height: 790px;
	border-top-style: inset;
	border-bottom-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-style: inset;
	border-right-color: #000000;
}
#wrapper #bodyArea #right {
	width: 145px;
	float: right;
	background-color: #FFFFFF;
	border-left-style: inset;
	border-right-style: inset;
	height: 750px;
	border-top-style: inset;
	border-bottom-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#wrapper #bodyArea #footer {
	clear: both;
	height: 10px;
	background-color: #000000;
	background-repeat: no-repeat;
	width: 806px;
}
