@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 1024px;
	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: #666666;
	border-left-color: #666666;
}
#wrapper #logo {
	height: 90px;
	padding-top: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/header.png);
}
#wrapper #logo #graphic {
	float: left;
	height: 90px;
	width: 419px;
}
#wrapper #logo #searchbar {
	float: right;
	width: 290px;
	padding-top: 45px;
	padding-right: 17px;
}


#wrapper #navigation {
	height: 23px;
	background-color: #D8B163;
}
#wrapper #bodyArea {
	background-repeat: repeat-x;
	background-position: center;
	width: 1024px;
	background-image: url(../images/mainbkgrd.png);
	height: 800px;
}
#wrapper    #bodyArea    #footer  {
	height: 22px;
	background-color: #D8B163;
	padding-top: 2px;
	clear: both;
	width: 1024px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	float: left;
}
#wrapper #bodyArea #left {
	width: 240px;
	clear: none;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	height: 790px;
	background-image: url(../images/mainbkgrd.png);
}
#wrapper #bodyArea #left #links {
	width: 222px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
}


#wrapper #bodyArea #right {
	float: left;
	width: 750px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: inset;
	border-left-color: #FFFFFF;
	padding-top: 3px;
	height: 790px;
}



a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #000033;
	text-decoration: none;
}
