@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#shadow {
	height: auto;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(shadow.jpg);
	background-repeat: repeat-y;
}

#wrapper #header {
	height: 110px;
	width: 790px;
	background-color: #000000;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: left;
}
#wrapper #mainimage {
	height: 472px;
	width: 800px;
	border-top-width: 2px;
	border-top-style: inset;
	border-top-color: #999999;
	border-bottom-width: 2px;
	border-bottom-style: inset;
	border-bottom-color: #999999;
	float: left;
}
#wrapper  #mainbody  {
	height: 270px;
	width: 500px;
	padding: 10px;
	float: left;
}
#wrapper   #rightbody  {
	height: 270px;
	width: 258px;
	float: left;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#wrapper  #footer  {
	float: left;
	height: auto;
	width: 798px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}
