/* DEFAULTS AND RESET */

html, body, img, h1, h2, h3, p, ul, li {
	margin:0;
	padding:0;
	border:0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}

div {
	position:relative;
	z-index:1;
}



/* BODY AND CONTAINER */

body {
	background: url(images/background.jpg) repeat-x top #e3e3e3;
}

#container {
	width:775px;
	margin:20px auto;
}



/* TOP NAVIGATION */

#topnav {
	height:60px;
}

#logo {
	width:300px;
	float:left;
}

#links {
	width:470px;
	padding:10px 5px 0 0;
	float:right;
	text-align:right;
}

#links p {
	margin:5px 0;
	text-transform:uppercase;
	letter-spacing:0.05em;
	color:#60462F;
}

#links a {
	text-decoration:none;
	color:#906947;
}

#links a:hover {
	color:#302317;
}



/* FLASH */

#flash {
	width:775px;
	height:369px;
	clear:both;
	background:url(images/flash.jpg);
}



/* BANNER */

#banner {
	width:775px;
	height:90px;
	clear:both;
}



/* MIDDLE NAVIGATION */

#midnav {
	text-align:center;
}



/* LARGE BUTTONS */

#lrgbtns {
	width:775px;
	height:184px;
	margin:5px 0 5px 0;
}



/* GALLERY */

#gallery {
	width:775px;
}

div.column {
	width:775px;
	height:136px;
	margin:0 0 3px 0;
}

div.column img {
	margin:0 1px 0 0;
}

div.column img.end {
	margin:0;
}



/* MAIN TEXT */

#text {
	width:764px;
	padding:0 5px;
	margin:10px 0 0 0;
	line-height:1.4em;
	color:#302317;
}

#leftcol {
	width:372px;
	float:left;
}

#rightcol {
	width:372px;
	float:right;
}

#text h1 {
	font-size:13px;
	text-transform:uppercase;
	margin:0 0 15px 0;
}

#text h1.starter {
	margin: 15px 0 15px 0;
}

#text h1.secondhead {
	margin: 30px 0 15px 0;
	clear:both;
}

#text img.column {
	margin: 13px 0 22px 5px;
}

#text p {
	text-align:justify;
	margin:0 0 15px 0;
}

#text p.bump {
	margin-top:31px;
}

#text ul {
	list-style:square;
	color:#302317;
	margin:0 0 15px 12px;
	text-transform:none;
}

#text a {
	color:#906947;
	text-decoration:none;
}

#text a:hover {
	color:#302317;
}

#text span.firstform {
	display:block;
	padding-top:5px;
	width:145px;
	float:left;
}

#text span.secondform {
	display:block;
	padding:5px 0 0 10px;
	width:89px;
	float:left;
}

#text span.thirdform {
	display:block;
	width:180px;
	float:left;
}

#text span.italics {
	display:inline;
	font-style:italic;
}



/* FOOTER */

#footer {
	width:775px;
	padding:15px 0;
	clear:both;
	background:url(images/divider.jpg) top right no-repeat;
}

#ftleft {
	width:500px;
	padding:10px 0 0 3px;
	float:left;
}

#ftright {
	padding:10px 5px 0 0;
	float:right;
}

#footer p, ul {
	text-transform:uppercase;
	list-style:none;
	color:#906947;
}

#footer li {
	float:left;
	padding-right:15px;
}

#footer a {
	text-decoration:none;
	color:#906447;
}

#footer a:hover {
	color:#303217;
}