html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

a {
	color: #464544;
}

a:hover {
	color: #FFA405;
}

body {
	background: #E0D5B7 url(images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #74653D;
	padding-bottom: 10px;
	padding-top: 31px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 920px;
	position: relative;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-y;
}

#header {
	top: 0;
	left: 243px;
	width: 920px;
	height: 350px;
	background-repeat: no-repeat;
	background-image: url(images/logo.jpg);
}

#headerline{
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
	background-image: url(images/headerline.gif);
	background-repeat: no-repeat;
}
#left {
	float: left;
	width: 240px;
	height: 570px;
	background-image: url(contact_details.jpg);
	margin-left: 25px;
	margin-top: 78px;
	background-repeat: no-repeat;
}
#left_wording {
	height: 500px;
	width: 210px;
	padding-top: 20px;
	padding-left: 15px;
}
#left_wording h1{
	text-align: center;
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 10px;
	color: #BE8B06;
	
}


#left_wording h2 {
	font-size: 14px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 15px;
	
}
#left_wording p {
	font-size: 14px;
	text-align: center;
	padding-bottom: 5px;
	margin: 0px;
	
}

#nav {
	width: 250px;
	padding-top: 123px;
}
#nav ul {
	margin-left: 9px;
	padding-left: 1px;
	padding-bottom: 29px;
	background-image: url(nav_bot.png);
	background-repeat: no-repeat;
}
#nav li {
  list-style: none;
  font: 14px "arial narrow", arial, sans-serif;
  border-top: 1px solid #959595;
  background: 188px 10px url(images/arr_white.gif) no-repeat;
  padding: 7px 0 0 31px;
}
#nav a {
  color: #fff;
  text-decoration: none;
  border-left: 1px solid #959595;
  padding-left: 10px;
  display: block;
  width: 90%;
  padding: 2px 0 6px 8px;
}
#nav a:hover {
  text-decoration: underline;
}
#nav .important {
  border: none;
  background: 188px 10px url(images/arr_orange.gif) no-repeat;
}
#nav .important a {
  color: #E9C379;
}

#right {
	float: right;
	width: 600px;
	padding-right: 30px;
	padding-top: 10px;
	height: auto;
}

#right h1 {
	color: #BE8B06;
	border-bottom: 1px solid #C4AE7C;
	padding-bottom: 6px;
	margin-bottom: 1em;
	font-family: arial, sans-serif;
	font-size: 17px;
}

#right h2 {
	color: #3C3C3A;
	font-family: arial, sans-serif;
	font-size: 16px;
	padding-bottom: 15px;
}

#right h3 {
	color: #BE8B06;
	border-bottom: 1px solid #C4AE7C;
	padding-bottom: 6px;
	margin-bottom: 1em;
	margin-top: 2em;
	font-family: arial, sans-serif;
	font-size: 14px;
}
#right .left {
	margin-right: 20px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	margin-top: 20px;
}
#right .more {
  font-weight: bold;
  font-size: 10px;
}
.index-text {
	float: left;
	padding-left: 15px;
	width: 350px;
	margin-top: 15px;
}
.index-text2 {
	float: left;
	width: 410px;
	margin-left: 12px;
	height: 140px;
	margin-bottom: 25px;
}
.index-text2 h1 {
	font-size: 14px;	
}
#flash {
	clear: both;
	margin-left: 60px;
}

#flash h3 {
	color: #BE8B06;
	border-bottom: 1px solid #C4AE7C;
	padding-bottom: 6px;
	margin-bottom: 1em;
	margin-top: 2em;
	font-family: arial, sans-serif;
	font-size: 14px;
	margin-right: 30px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#top_text {
	margin-right: 20px;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 610px;
}
#bottom_text {
	float: left;
	width: 610px;
	height: 200px;
	margin-top: 20px;
}

#bottom_text  ul {
	margin-top:30px
	
}
#bottom_text ul li {
	padding-bottom: 8px;
	list-style-type: square;
}

#profile {
  margin-right: 16px;
}

#spacer {
  height: 2em;
}

#footer {
	background: url(images/footer_bg.gif) repeat-y;
	text-align: center;
}


#footer h1 {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	padding-top: 25px;
}
#footerline{
	background: url(images/footerline.gif) no-repeat;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}
