/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	background: url(bodyBG.jpg) #fff repeat-x;
	font: 1em/120% Arial, Helvetica, sans-serif;
	color: #572b53;
}

/************** Layout Elements *******************/

#wrapper {
	width: 740px;
	margin: 15px auto 0 auto;
	font-size: .8em;
	border: 1px solid #990000;
	background: url(contentBG.jpg) repeat-y;
}

#content {
	padding: 1px 0 0 0;
	margin: 0 0 0 13em;
}

#contentwrapper {
	/*background: url(contentBG.jpg) repeat-y;*/
	padding-top: 1px;
}

#header {
	background: url(headerBG2.gif) #d8d1c7 no-repeat;
	min-height: 122px;
	border-bottom: 2px solid #a93938;
}

#leftcol {
	width: 160px;
	float: left;
	margin: 1.1em .1em;
}

#content ul {
	list-style-type: disc;
}

#content li {
	margin: 0 0 0 4em;
}


/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	margin: .6em 0 .6em .7em;
	padding: 0 0 0 0;
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1.1em;
}

p {
	margin: 1em;
}

/************** Generic Classes *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
}

.left {
	float: left;
	margin: 5px 0 2px 10px;
}

/****** allows a border if required *******/
img.borderRight {
	border: 1px solid #d6cfc5;
	float: right;
	margin: 5px 0 2px 10px;
}
img.floatright {
float: right;
margin: 5px 0 2px 10px;
}

/****** allows a border if required *******/
img.borderLeft {
	border: 1px solid #d6cfc5;
	float: left;
	margin: 5px 0 2px 10px;
}

.clearit {
	clear: both;
	font-size: 0;
	line-height: 0;
}
/************** Link Styles *******************/

a img {
	border: none;
}

a {
  color: #b71401;
}

a:hover {
	color: #b71401;
}

/******************** Sliding door nav *****************/

#header ul {
  margin-top: 118px;
  padding: 10px 5px 0;
  list-style-type: none;
  float: right;
 }
  
#header li {
  float: right;		
  background: url("right.jpg") no-repeat top right;
  padding: 0 7px 0 0;
  margin-left: .1em;
}
  
#header a {
  float: left;
  display: block;
  background: url("left.jpg") no-repeat left top;
  padding: 3px 5px 1px 13px;
  text-decoration: none;
  color: #000;
}
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {
float: none;
}
/* End IE5-Mac hack */


#header a:hover, #header a:focus {
  color: #5d302d;
}
  
#header #current {
  background-image: url("right_on.jpg");
}
  
#header #current a {
  background-image: url("left_on.jpg");
  color: #6f3f6f;
}
#footer {
	margin: 0px auto;
	font-size: 0.6em;
	width: 738px;
	
}
#footercontent {
	padding: 14px;
	

}

