/* Wood and Windows Inside Pages */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
/* Global Properties*/
body {
	background-color: #8C3B13;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 35px 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-image: url(../_images/bg.jpg);
	background-repeat: repeat;
}

h1 {
	color: #000;
	font-size: 22px;
	font-weight: bold;
	line-height: 16px;
	text-align: right;
}

h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

a,  a:link {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

a:focus {
  color: #000;
}

a:active {
  color: #000;
}

/* Contents */

#outerWrapper {
	background-color: #D58D30;
	text-align: left;
	width: 850px;
	border: 1px solid #FFFFFF;
	background-image: url(../_images/bg-wrapper.jpg);
	background-repeat: repeat-y;
	height: 700px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #754322;
	float: left;
	width: 200px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	color: #FFFFFF;
	background-image: url(../_images/side-bar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 10px;
	padding-left: 10px;
}
#outerWrapper #contentWrapper #leftColumn1 #Nav {
	padding: 25px;
}
#outerWrapper #contentWrapper #leftColumn1 #textbox {
	text-align: center;
	padding: 15px;
	
}

#outerWrapper #contentWrapper #content {
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
}
#outerWrapper #contentWrapper #content {
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
}
#home #outerWrapper #contentWrapper #content #text {
	background-image: url(../_images/home.jpg);
	background-repeat: no-repeat;
	height: 700px;
}
#outerWrapper #contentWrapper #content #headerp {
	background-image: url(../_images/header.jpg);
	background-repeat: no-repeat;
	height: 124px;
	width: 574px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
	background-color: #8B3319;
	border-top: solid 1px #666;
	color: #ededed;
	height: 1px;
	text-align: right;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 11px;
}
a.onecolor {
	color: #FFFFFF;
}
a.onecolor:visited {
	color: #FFFFFF;
}

