html {
	background: #c1e0b2 url(../images/page_background.png) top left repeat-x;
	margin: 0px;
	padding: 0px;
	}
	
body {
	text-align: center;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin: 0px;
	padding: 0px;
	}
	
a {
	color: #c60;
	font-weight: bold;
	}
	
a:visited {
	color: #c60;
	}
	
a:hover {
	color: #f93;
	}

ol {
	padding-left: 20px;
	}

ul {
	padding-left: 17px;
	}
	
* html ol, * html ul {
	padding-left: 0px;
	}
	
li {
	margin-bottom: 5px;
	}
	
ol li ul {
	margin-top: 5px;
	margin-bottom: 10px;
	}

.wrapper {
	text-align: left;
	width: 642px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	background: #fff url(../images/content_background.png) top left repeat-y;
	}
	
.header {
	width: 642px;
	height: 225px;
	background: url(../images/header_background.png) top left no-repeat;
	}

	
h1 {
	width: 342px;
	height: 225px;
	margin: 0px;
	padding: 0px;
	background: url(../images/logo.png) top left no-repeat;
	float: left;
	}
	
h1 a {
	display: block;
	width: 342px;
	height: 0px;
	padding-top: 225px;
	overflow: hidden;
	}
	
h2 {
	font-size: 17px;
	color: #89b077;
	}
	
h3 {
	font-size: 13px;
	}
	
.info {
	padding-top: 145px;
	text-align: right;
	color: #c60;
	}

.info h2 {
	font-size: 17px;
	margin: 0px 10px 5px 0px;
	padding: 0px;
	color: #c60;
	}
	
.info h3 {
	font-size: 13px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	color: #c60;
	}
	
.info p {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	color: #c60;
	}
	
.mainnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 44px;
	}
	
.mainnav ul li {
	display: block;
	height: 44px;
	float: left;
	margin-bottom: 0px;
	}
	
.mainnav ul li a {
	display: block;
	height: 0px;
	padding-top: 44px;
	overflow: hidden;
	}
	
.mainnav ul li.home a {
	width: 65px;
	background: url(../images/link_home.png) top left no-repeat;
	}
	
.mainnav ul li.schedule a {
	width: 85px;
	background: url(../images/link_schedule.png) top left no-repeat;
	}

.mainnav ul li.consignor a {
	width: 120px;
	background: url(../images/link_consignor.png) top left no-repeat;
	}

.mainnav ul li.volunteer a {
	width: 120px;
	background: url(../images/link_volunteer.png) top left no-repeat;
	}

.mainnav ul li.contact a {
	width: 77px;
	background: url(../images/link_contact.png) top left no-repeat;
	}

.mainnav ul li.covenant a {
	width: 175px;
	background: url(../images/link_covenant.png) top left no-repeat;
	}
	
.mainnav ul li a:hover {
	background-position: 0px -44px;
	}
	
.mainnav ul li.selected a {
	background-position: 0px -88px;
	}

	
.content {
	padding-botom: 20px;
	}

.content .main {
	width: 350px;
	margin-left: 30px;
	float: left;
	padding-bottom: 30px;
	padding-top: 15px;
	}
	
* html .content .main {
	margin-left: 15px;
	}
	
.content .side {
	width: 195px;
	margin-left: 430px;
	padding-top: 20px;
	padding-bottom: 30px;
	}

.footer {
	text-align: center;
	clear: both;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #9dc185;
	background-color: #fce789;
	}
	
.footer p {
	margin: 0px;
	padding: 0px;
	color: #c60;
	}


/*------------------------------
		schedule
--------------------------------*/

body#schedule div.main h4 {
	color: #89b077;
	font-size: 12px;
	margin: 20px 0px 10px 10px;
	padding: 2px 0px 2px 10px;
	border-bottom: 1px solid #89b077;
	}

body#schedule div.main p {
	margin: 0px 0px 5px 20px;
	}
	
body#schedule div.main p.note {
	color: #999;
	}
	
body#schedule div.main div.public_dates {
	font-size: 12px;
	}
	
body#schedule div.main div.public_dates p em {
	display: block;
	margin-top: 20px;
	}
	
body#schedule div.main div.consignor_dates {
	margin-top: 30px;
	}

body#schedule div.main div.consignor_dates p em {
	font-style: normal;
	font-weight: bold;
	display: block;
	width: 100px;
	margin-bottom: 3px;
	float: left;
	}
	

/*------------------------------
		consignor
--------------------------------*/


body#consignor p em {
	font-style: normal;
	font-weight: bold;
	}
	
div.alert {
	padding: 10px 15px 10px 15px;
	background-color: #ecf5e6;
	border: 1px solid #c1e0b2;
	}
	
div.alert h3 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 12px;
	}
	
	
/*------------------------------
		contact
--------------------------------*/

	
body#contact p.label {
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 2px;
	}
	
body#contact p.label span.note {
	font-weight: normal;
	}
	
.submitbutton {
	display: block;
	margin-top: 10px;
	}
	
body#contact div.interest div.option {
	margin-bottom: 15px;
	}

body#contact div.interest input {
	float: left;
	clear: both;
	margin: 0px;
	}	

body#contact div.interest p.label, body#contact div.interest p.note {
	margin-left: 25px;
	margin-top: 0px;
	}
		
div.disabled {
	color: #999;
	}
	