body, html {
	margin: 0px;
	padding: 0px;
	background-color: #a83739;
	font-size: 13px;
	font-family: times new roman, times, serif;
}

form, fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

h1, h2, h3, h4 {
	line-height: 1.1;
	margin: 5px 0px;
}

.clear-both { 
	clear: both;
}

/**
 *	Basic Page Setup
 */
#pane {
	width: 820px;
	margin: 0px auto;
}

#site_upper {
	background: url('../images/site_upper.gif');
	background-repeat: no-repeat;
	background-position: center top;
	height: 158px;
}

#site_middle {
	background: url('../images/site_middle.gif');
	background-repeat: repeat-y;
	background-position: center top;
}

#site_bottom {
	background: url('../images/site_bottom.gif');
	background-repeat: no-repeat;
	background-position: center top;
	height: 75px;
}

/**
 *	Major Page Regions
 */
#content {
	padding: 10px 30px;
}
 
#footer {
	padding: 10px 30px;
	color: #333333;
	text-align: center;
}

#primary-links {
	margin: 0px 20px;
	background-color: #861128;
	border-style: dotted;
	border-width: 1px 0px;
	border-color: #6B4F2E;
}

#search-box {
	text-align: right;
}

#search-box form, #search-box fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}