@charset "UTF-8";
* {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#wrapper {
	width: 1030px;
	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: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
}
#wrapper #header {
	width: 1030px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	width: 1030px;
}
#wrapper #navigation a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	height: 34px;
	width: 128px;
	float: left;
	text-align: center;
	line-height: 30px;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper #navigation a:hover {
	background-position: bottom;
}
#wrapper #bodyarea {
	height: 50px;
	width: 1030px;
}
#wrapper #bodyarea #rightcolum {
	float: right;
	width: 266px;
	background-color: #333333;
	height: 595px;
}
#address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
	width: 1040px;
	color: #FFFFFF;
	padding-top: 5px;
	font-weight: bold;
	padding-left: 15px;
}
#wrapper #bodyarea #leftcolum {
	width: 262px;
	float: left;
	background-color: #333333;
	height: 595px;
}
#wrapper #footer {
	clear: both;
	height: 10px;
}
#wrapper #bodyarea #centrecolum {
	float: left;
	width: 501px;
	height: 373px;
}
