/* CSS Document */
html {
	margin: 0;
	background: url(../images/html_bg.gif) repeat-x #56232a;
}

body {
	min-width: 820px;
	margin: 0;
	background: url(../images/body_bg.png); 
}

#wrap {
	width: 820px;
	margin: 0 auto;
}
#header {
	width: 800px;
	height: 75px;
	background: url(../images/header.jpg) no-repeat;
}
#gutter {
	display: block;
	width: 800px;
	height: 5px;
	background: #FFF;
}
#top_image {
	width: 800px;
	height: 447px;
}
#nav {
	height: 58px;
	background: #a06652;
}


#main {
	padding: 0 10px 10px 10px;
	background: #a06652;
	font-family:Arial;
	font-size: 14px;
	color: white;
}
#footer {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	vertical-align: middle;
	height: 50px;
}


tr#bottom a {
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
	color: #FFF;
}

tr#unbottom a {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #b1b1b2;
}

#indextable td {
	padding: 0 20px 20px 20px;
	vertical-align: top;
}
ul.arrowed {
	margin: 6px auto;
	padding: 0;
}
ul.arrowed li {
	list-style: none;
	background: url(../images/arrow.gif) no-repeat 0px 3px;
	padding-left: 18px;
}
#main div.quiz {
	border-bottom: 1px dashed #D08451;
	padding: 10px;
}
td.left {
	width: 200px;
}
td.center {
	width: 250px;
}
td.right {
	width: 350px;
}
span.quiz {
	margin: 10px 0;
	font-size:1px;
	height:1px;
	border-bottom: 1px dashed #D08451;
	display: block;
}

tr.courier_options {
	display: none;
}
	
