body {
	margin: 0px;
	padding: 0px;
	/* background-color: #150e06; */
	background-color: black;
	text-align: center;				/* overcome non-standard support of margin autos in IE */
	border: none;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #310C06;
	font-size: 14pt;
}

/* clear borders, margins and padding for all elements */
.graphiclayout * {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* When aligning graphics for layout purposes, use "class='layout'", which has the effect
 * of setting all img elements in that div to blck display, avoiding "mysterious" whitespace
 * around the images that happen in inline styles.
 */
.graphiclayout img {
	display: block;
}

.external {
   padding-right: 10px;
   background: url('/wrap/images/ext-link.gif') no-repeat 100% 50%;
}

div#sitewideWrapper {
	margin-left: auto;				/* center the content in the window */
	margin-right: auto;				/* center the content in the window */
	width: 980px;
	text-align:left;				/* reset standard text layout set in body */
}

div#menubar {
	width:980px;
	height:43px;
}

div#menubar img {
	float:left;
}

div#menubar div {
	float:left;
}

#homeWrapper {
	background-image:url('/wrap/images/hdr_7x1.gif');
	width: 980px;
	min-width: 980px;
	max-width: 980px;
	height: 520px;
	min-height: 520px;
	max-height: 520px;
}

#homeContent {
	position: relative;
	float:left;
	border: solid 0px white;
	left: 345px;
	top: 180px;
	height: 225px;
	width: 275px;
	font-family: Times;
	font-size: 14pt;
	color: #a18e6d;
	line-height: 22px;
}

.rightColHeader {
	font-family: Times;
	font-size: 24pt;
	color: #beaf88;
}

.rightColText {
	font-size: 10pt;
	line-height: 15px;
	color: #2a0100;
}

#homeNewsContent {
	position:relative;
	float:left;
	border: solid 0px white;
	left:435px;
	top: 30px;
	width: 155px;
	height: 255px;
	overflow: hidden;
}

#homeLinksContent {
	position:relative;
	float:left;
	border: solid 0px white;
	left: 278px;
	top: 290px;
	width: 155px;
	height: 100px;
	overflow: hidden;
}

#homeNewsContent a:link, #homeLinksContent a:link {
	color: #2a0100;
}
#homeNewsContent a:visited, #homeLinksContent a:visited {
	color: #2a0100;
}
#homeNewsContent a:hover, #homeLinksContent a:hover {
	color: #beaf88;
}
#homeNewsContent a:active, #homeLinksContent a:active {
	color: #beaf88;
}

#homeSearch {
	display:none;
	position:relative;
	float:left;
	border: solid 0px white;
	left: 121px;
	top: 391px;
	width: 155px;
	font-family: times;
	font-size: 8pt;
}

#homeSearch form {
	margin-left: 3px;
	margin-bottom: 3px;
}

#homeSearch form div#searchText {
	float:left;
	margin-top:5px;
}

#homeSearch form input#searchQuery {
	float:left;
	margin-left: 3px;
	padding-left: 2px;
	background-color:#dddddd;
	border:inset 3px #744a1a;
}

#homeSearch form input#submitBtn {
	position:relative;
	top:5px;
	margin-left:3px;
	background-color: transparent;
	border: none;
}

#landingWrap {
	background-image: url('/wrap/images/landing.slice.gif');
	background-repeat: repeat-y;
	padding:36px;
}

.thickbox img {
	border: 1px solid #000;
}

#galleryDetail {
	height: 300px;
	overflow: scroll;
}

#galleryDetailContent {
	width: 870px;
}

#pictureTable td {
	border-bottom: 1px solid #000;
	padding: 10px;
}

h1, h2 {
	color: #fff;
	font-family: times;
	font-size: 20pt;
}

h2 {
	font-size: 18pt;
}
