body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

#wrapper {
	width: 980px;
	margin: 20px auto 0 auto;
}

#topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	text-align: right;
	margin-bottom: 10px;
}

#topnav a:link {
	color: #999;
	text-decoration: none;
}
#topnav a:visited {
	color: #999;
	text-decoration: none;
}
#topnav a:hover {
	color: #999;
	text-decoration: underline;
}
#topnav a:active {
	color: #999;
	text-decoration: none;
}

#mainnav {
	padding: 0;
	margin: 0;
}

#mainnav table {
	width: 100%;
	empty-cells: show;
}

#mainnav td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	border-bottom: 1px solid #dbdbdb;
}

#mainnav td.location {
	border-bottom: 0;
}

#mainnav td.location a:link {
	display: block;
	padding: 7px 0 12px 0;
	margin-bottom: 0;
	border-bottom: 0;
	background-color: #FFF;
	color: #792802;
	text-decoration: none;
}
#mainnav td.location a:visited {
	display: block;
	padding: 7px 0 12px 0;
	margin-bottom: 0;
	border-bottom: 0;
	background-color: #FFF;
	color: #792802;
	text-decoration: none;
}
#mainnav td.location a:hover {
	display: block;
	padding: 7px 0 12px 0;
	margin-bottom: 0;
	border-bottom: 0;
	background-color: #FFF;
	color: #CC0000;
	text-decoration: none;
}
#mainnav td.location a:active {
	display: block;
	padding: 7px 0 12px 0;
	margin-bottom: 0;
	border-bottom: 0;
	background-color: #FFF;
	color: #792802;
	text-decoration: none;
}

#mainnav a:link {
	display: block;
	padding: 7px 0 7px 0;
	margin-bottom: 4px;
	border:1px solid #dbdbdb;
	background-color: #f4f4f4;
	color: #999;
	text-decoration: none;
}
#mainnav a:visited {
	display: block;
	padding: 7px 0 7px 0;
	margin-bottom: 4px;
	border:1px solid #dbdbdb;
	background-color: #f4f4f4;
	color: #999;
	text-decoration: none;
}
#mainnav a:hover {
	display: block;
	padding: 7px 0 7px 0;
	margin-bottom: 4px;
	border:1px solid #dbdbdb;
	background-color: #dbdbdb;
	color: #666;
	text-decoration: none;
}
#mainnav a:active {
	display: block;
	padding: 7px 0 7px 0;
	margin-bottom: 4px;
	border:1px solid #dbdbdb;
	background-color: #f4f4f4;
	color: #999;
	text-decoration: none;
}

#content-wrap {
	margin: 0px;
	padding: 0 15px 0 15px;
	border-top: 0;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
}

#header {
	padding-top: 20px;
	width: 948px;
}

#subnav {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	vertical-align: middle;
}

#subnav a:link {
	color: #999;
	text-decoration: none;
}
#subnav a:visited {
	color: #999;
	text-decoration: none;
}
#subnav a:hover {
	color: #999;
	text-decoration: underline;
}
#subnav a:active {
	color: #999;
	text-decoration: none;
}

.gray-divider {
	background-color: #EEE;
	padding: 0px;
	height: 9px;
	margin: 15px 0 15px 0;
}

.red-divider {
	background-color: #792802;
	padding: 0px;
	height: 9px;
	margin: 15px 0 15px 0;
}

#content-area {
	width: 700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 18px;
}

#content-area p {
	margin-top: 0;
}

#content-area a:link {
	color: #3782C7;
	text-decoration: none;
	border-bottom: 1px dotted #3782C7;
}
#content-area a:visited {
	color: #3782C7;
	text-decoration: none;
	border-bottom: 1px dotted #3782C7;
}
#content-area a:hover {
	color: #46A6FF;
	text-decoration: none;
	border-bottom: 1px dotted #46A6FF;
}
#content-area a:active {
	color: #3782C7;
	text-decoration: none;
	border-bottom: 1px dotted #3782C7;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b0bc21;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #792802;
	margin-bottom: 0;
}

#right-col {
	width: 233px;
	margin-left: 15px;
	background-color: #FFFFFF;
}

#footer {
	margin: 10px 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: right;
}

#footer a:link {
	color: #999;
	text-decoration: none;
}
#footer a:visited {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #999;
	text-decoration: underline;
}
#footer a:active {
	color: #999;
	text-decoration: none;
}


/* GALLERY
================================================== */

.gallery {
	width: 565px;
	margin: 0 auto;
}

.gallery-tn img {
	float: left;
	display: block;
	margin-bottom: 15px;
	margin-right: 15px;
	border: 0;
}

.gallery-tn.last img {
	margin-right: 0;
}

.clearer {
	clear: both;
}
