/* CSS Document */

body {
	margin: 0 0 15px 0;
	padding: 0;
	background: url(images/wood-bgd.jpg) repeat-x top center #000000;
	font-size: 76%;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	}
	
a:link, a:visited {
	color: #5a2102;
	}
	
a:hover, a:active {
	color: #d29b3f;
	}
	
#header {
	background: url(images/header.jpg) top center no-repeat;
	width: 944px;
	height: 570px;
	}
	
#nav {
	width: 788px;
	}
		
	#nav a {
		border: none;
		text-decoration:none;
		text-indent: -9999px;
		}
	
	#nav #home a.home {
		width: 105px;
		height: 56px;
		background: url(images/nav/home_up.gif) no-repeat top left;
		display: block;
		padding: 0;
		}
	#nav #home a.home:hover {background: url(images/nav/home_over.gif) no-repeat top left;}
	#nav #home {
		width: 105px;
		height: 56px;
		background: url(images/nav/home_over.gif) no-repeat top left;
		display: block;
		padding: 0;
		text-indent: -9999px;
		float: left;
		}
	
	#nav #week1 a.week1 {
		width: 118px;
		height: 56px;
		background: url(images/nav/week1_up.gif) no-repeat top left;
		display: block;
		padding: 0;
		}
	#nav #week1 a.week1:hover {background: url(images/nav/week1_over.gif) no-repeat top left;}
	#nav #week1 {
		width: 118px;
		height: 56px;
		background: url(images/nav/week1_over.gif) no-repeat top left;
		display: block;
		padding: 0;
		text-indent: -9999px;
		float: left;
		}
	
	#nav #week2 a.week2 {
		width: 112px;
		height: 56px;
		background: url(images/nav/week2_up.gif) no-repeat top left;
		display: block;
		padding: 0;
		}
	#nav #week2 a.week2:hover {background: url(images/nav/week2_over.gif) no-repeat top left;}
	#nav #week2 {
		width: 112px;
		height: 56px;
		background: url(images/nav/week2_over.gif) no-repeat top left;
		display: block;
		padding: 0;
		text-indent: -9999px;
		float: left;
		}
	
	#nav #week3 a.week3 {
		width: 112px;
		height: 56px;
		background: url(images/nav/week3_up.gif) no-repeat top left;
		display: block;
		padding: 0;
		}
	#nav #week3 a.week3:hover {background: url(images/nav/week3_over.gif) no-repeat top left;}
	#nav #week3 {
		width: 112px;
		height: 56px;
		background: url(images/nav/week3_over.gif) no-repeat top left;
		display: block;
		padding: 0;
		text-indent: -9999px;
		float: left;
		}
	
	#nav #week4 a.week4 {
		width: 112px;
		height: 56px;
		background: url(images/nav/week4_up.gif) no-repeat top left;
		display: block;
		padding: 0;
		}
	#nav #week4 a.week4:hover {background: url(images/nav/week4_over.gif) no-repeat top left;}
	#nav #week4 {
		width: 112px;
		height: 56px;
		background: url(images/nav/week4_over.gif) no-repeat top left;
		display: block;
		padding: 0;
		text-indent: -9999px;
		float: left;
		}
	
	#nav #week5 a.week5 {
		width: 112px;
		height: 56px;
		background: url(images/nav/week5_up.gif) no-repeat top left;
		display: block;
		padding: 0;
		}
	#nav #week5 a.week5:hover {background: url(images/nav/week5_over.gif) no-repeat top left;}
	#nav #week5 {
		width: 112px;
		height: 56px;
		background: url(images/nav/week5_over.gif) no-repeat top left;
		display: block;
		padding: 0;
		text-indent: -9999px;
		float: left;
		}
	
	#nav #week6 a.week6 {
		width: 117	px;
		height: 56px;
		background: url(images/nav/week6_up.gif) no-repeat top left;
		display: block;
		padding: 0;
		}
	#nav #week6 a.week6:hover {background: url(images/nav/week6_over.gif) no-repeat top left;}
	#nav #week6 {
		width: 117px;
		height: 56px;
		background: url(images/nav/week6_over.gif) no-repeat top left;
		display: block;
		padding: 0;
		text-indent: -9999px;
		float: left;
		}
	
#top_bar {
	background: url(images/top_bar.jpg) top center no-repeat;
	width: 944px;
	height: 27px;
	clear: both;
	margin-bottom: 10px;
	}
	
#bottom_bar {
	background: url(images/bottom_bar.jpg) center center no-repeat;
	width: 944px;
	height: 47px;
	clear: both;
	margin-bottom: 15px;
	}

#title {
	color: #a14c09;
	font-weight: bold;
	margin-bottom: 10px;
	}	

.title {
	clear: both;
	font-size: 260%;
	color: #d4ab66;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: normal;
	padding-top: 5px;
	display: block;
	}
	
#content {
	width: 746px;
	text-align: left;
	margin-left: 10px;
	}
	
	#left {
		width: 340px;
		float:left;
		}
	
	#right {
		width: 340px;
		float:right;
		}
	
	#right-footer {
		width: 340px;
		float:right;
		text-align: right;
		}
		
#footer {
	width: 746px;
	text-align: left;
	margin-left: 10px;
	clear: both;
	color: #5b3f29;
	font-size: 90%;
	}

.clear-out {
	height: 30px;
	clear: both;
	}

.subheading {
	font-size: 130%;
	color: #d4ab66;
	font-weight: bold;
	}
	
	
	
	
	
	
	
	
.form_success {
	padding:15px; 
	background-color: #d4ab66;
	font-weight: bold;
	text-align:center;
	border: 1px solid #E6E6E7;
	font-size: 13px;
	color: #000000;
	}
	
.form_failed {
	padding:15px; 
	background-color: #d4ab66;
	color: #FF0000;
	text-align:center;
	border: 1px solid #E6E6E7;
	font-size: 13px;
	}
	
.asterisk_required {
	color: #FF0000;
	font-size: 150%;
	}