/* GLOBAL */

body {
	margin:0;
	padding:0;
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	background-color: #b5a681;
	background-image: url(/images/bg.jpg);
	font-size:15px;
}

a {
  color: #C1272D;
  text-decoration: none;
  font-style: italic;
}

a img {
	border: none;
}

img.number {
	vertical-align:middle;
	margin-right: 10px;
}

h1 {
	margin-top:0;
  font-size: 40px;
}

h2 {
	margin:0;
}

h3 {
  margin: 10px 35px;
}

h4 {
	text-decoration: underline;	
}

div#singlecol ul {
	font-style: normal;
	margin-left: 40px;
}

.small {
  font-weight: normal;
  font-size: 11px;
}



/* HEADER */

div#header {
	height: 237px;
	background-attachment: fixed;
	background: url(/images/header.jpg) center repeat-x;
	min-width: 1051px;
}

div#header div#sign {
	width:1100px;
	min-width:1051px;
	margin: 0 auto;
}

/* NAV */

div#nav {
	padding-top: 5px;
	text-align: center;
	background-color: #754c24;
	border-bottom: 8px solid #42210b;
	min-width: 1051px;
}
div#nav img {
	padding: 0 20px;
}

/* CONTAINERS */

div#main {
	width:980px;
	margin: 50px auto;
	line-height: 1.5em;
}

div#singlecol {
  text-align:left;
  width: 768px;
  margin: 0 auto;
}

div#leftcol {
	float:left;
}

div#rightcol {
  margin-left: 30px;
  float:right;
}


div#wide_page {
	width: 769px;
	background-color: #ffffff;
	background: url(/images/wide_page_middle.gif) center repeat-y;
	margin:auto;
	padding: 20px 35px;
	text-align: left;
}

div#wide_page_top {
  width:839px;
	height: 15px;
	background: url(/images/wide_page_top.gif) bottom no-repeat;
	margin: 0 auto;
}

div#wide_page_bottom {
	width:839px;
	height: 15px;
	background: url(/images/wide_page_bottom.gif) top no-repeat;
	margin: 0 auto;
}


hr {
	border: 0;
	border-top: 2px dashed #A39161;
  background-color: transparent;
	clear:both;
  margin: 10px 0;
}


/* FOOTER */

div#footer {
	text-align:center;
	color: #42210B;
	font-size: 14px;
	margin-top:50px;
}

div#footer hr {
	border-top: 5px solid #c1d72e;
	border-bottom: 5px solid #ce6c1f;
	margin-bottom:10px;
	height:10px;
}

div#footer a {
	text-decoration:none;
	color: #42210B;
	font-style: normal;
}

div#footer div#copy {
	margin-top: 5px;
	color: #754C24;
}

