/* RESET */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0px;
}



/* Layout */
.hideit
{
	 display: none;
}
.cleanclear, .cc
{
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
p {margin: 8px 0px 20px 0px;}
.picborder {border: solid 1px #000;}
.picspace {margin: 10px;}

body {
	background: #FFF7EA url(../_img/body_bg.png) repeat-x;
	font: 16px/22px Georgia, "Times New Roman", Times, serif;
	color: #352514;
}
a {color: #352514;}
#wrapper {
	margin: 0px auto;
	width: 948px;
}
#header {
	margin: 0px auto;
	width: 940px;
	height: 123px;
	position: relative;
	color: #FFF7EA;
	overflow: hidden;
}
#header a {color: #FFF7EA;}
#locationnames {position: absolute; top: 10px; left: 3px; width: 940px; text-align: center;}
#locationnames img {float: left;}
#logo {
	position: absolute;
	top: 40px;
	width: 297px;
	height: 72px;
}
#menu {position: absolute; top: 95px; left: 505px;}
#menu ul {float: left;}
#menu ul li {float: left; font-size: 20px; line-height: normal; padding: 0px 10px;}
#menu ul li a {text-decoration: none;}


#subheader {
	width: 948px;
	height: 371px;
	background: url(../_img/subheaderbg.png) no-repeat;
}

#content {
	width: 940px;
	margin: 10px auto;
}
#content .l {width: 656px; float: left;}
#content .r {width: 264px; float: right; font-size: 12px; line-height: 18px;}


#footer {
	width: 100%;
	height: 41px;
	background: #352514 url(../_img/footerbg.png) repeat-x;
	font-size: 12px;
	line-height: 14px;
	color: #FFF7EA;
}
#footer a {color: #FFF7EA;}
#footeri {
	margin: 0px auto;
	width: 940px;
	padding-top: 10px;
}
#footeri .l {
	float: left;
	width: 470px;
}
#footeri .r {
	float: right;
	text-align: right;
	width: 470px;
	padding-top: 8px;
}
#footeri .r a {text-decoration: none;}