html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, font, li, img, ol, ul,
form, label, 
table, caption, tbody, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font: 11px arial;
	line-height: 14px;
}

body {
    text-align: center;
	background: url('../images/page-bg.gif') top center;
}

#wrapper {
    width: 951px;
    margin: 0 auto;
    text-align: left;
	padding: 0px;
	background: url('../images/secondary_content_bg.gif') repeat-y;
}

#logo {
	background: url('../images/secondary_header2.jpg') no-repeat;
	width: 961px;
	height: 92px;
}

#menu {
	height: 30px;
	width: 951px;
	background: url('../images/secondary-menu2.jpg') no-repeat;
	padding: 0px 5px;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu ul li {
    float: left;
}

#menu ul li a {
    display: block;
    padding: 0 .5em;
	text-transform: uppercase;
    text-decoration: none;
    font-family: Arial;
	font-weight: bold;
    font-size: 12px;
	line-height: 30px;
    color: #fff;
}

#menu ul li a:hover {
	color: #c9b9b3;
}

#menu ul li a.active {
	color: #c9b9b3;
}

#main_content {
	background: url('../images/secondary_content_bg.gif') repeat-y;
	width: 941px;
	padding: 20px;
	color: #6b2d00;
}

#main_content h1,
#main_content #left-panel h1 a {
	font-family: Arial;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
}

#main_content h2 {
	font-family: Myriad Pro, Helvetica;
	font-size: 20px;
	color: #a64600;
	padding: 5px;
}

#footer {
	background: url(../images/secondary_footer_shadow.gif) repeat-y top center;
	height: 9px;
	width: 961px;
}

#left_panel {
	width: 700px;
	padding: 0px 10px;
	border-right: solid 1px #c94210;
	float: left;
}

#right_panel {
	width: 200px;
	padding: 0px 10px;
	float: left;
}

#announcement-box {
	border: solid 2px #baa473; 
	width: 840px; 
	margin: 0px 30px 30px 30px; 
	text-align: center; 
}

#announcement-box p {
	padding: 5px;
	line-height: 18px; 
	font-size: 14px; 
	font-family: Verdana; 
	color: #897a5e; 
}

#enlarge-pictures {
	width: 890px;
	background-color: #321608;
	color: #fff;
	padding: 5px;
	line-height: 18px; 
	font-size: 14px; 
	font-family: Verdana; 
}

.left-spacer {
	width: 700px;
	height: 20px;
}

.comment_box {
	color: #fff;
	background-color: #747469;
	width: 670px;
	padding: 5px;
	border-top: solid 1px #000;
}

.clearance{
	clear: both;
	height: 1px;
	margin-bottom: -1px;
	font-size: 0;
	line-height: 0;
}

@font-face {
	font-family: Myriad Pro;
	src: url(Quicksand_Book.otf) format("opentype");
}

