#page {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	float: left;
	height: auto;
	width: 800px;
}
#head {
	float: left;
	width: 800px;
	padding-bottom: 1px;
}
#menu {
	float: left;
	height: 28px;
	width: 778px;
	background-color: #CCCCCC;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	text-align: center;
}
#orangediv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: lighter;
	text-align: center;
	float: left;
	border: 2px solid #FFFFFF;
	width: 778px;
	height: auto;
	background-image: url(graphics/header_bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#content {
	float: left;
	height: auto;
	width: 734px;
	border: 2px solid #FFFFFF;
	padding: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #666666;
	background-color: #FFFFFF;
}
#main {
	float: left;
	height: auto;
	width: 510px;
}
.leftcol {
	float: left;
	height: auto;
	width: 200px;
	text-align: center;
	padding-right: 27px;
}
.leftcol li, .middlecol li {
	text-align: left;
}

.rightcol {
	float: left;
	width: 200px;
	text-align: center;
	color: #333333;
	padding-left: 27px;
}
.darkgrey {
	color: #333333;
}
.middlecol {
	float: left;
	width: 264px;
	text-align: center;
}
#bordered {
	border: 9px solid #A7A9AC;
	width: 782px;
	float: left;
}
.highlight {
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
}
a {
	color: #B06E3C;
	text-decoration: underline;
}
.text2 {
	margin: 0px;
	padding-bottom: 5px;
	padding-right: 15px;
	text-align: right;
	font-size: 16px;
}
.text1 {
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}

a:hover {
	color: #AC6C3C;
	text-decoration: underline;
}

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 30px;
	color: #999999;
}body {
	background-color: #D0D0D0;
	background-image: url(graphics/site_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	padding-top: 0px;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #666666;
	text-decoration: none;
}
.author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #999999;
}
.imgright {
	float: right;
	height: auto;
	width: auto;
	margin-bottom: 15px;
	margin-left: 15px;
}
#sidebar {
	float: left;
	height: auto;
	width: 175px;
	padding: 10px;
	background-color: #EFEFEF;
	margin-left: 20px;
}

