@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}


body {
	background-color: #FF8416;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-image: url(Images/backo2.png);
	background-repeat: repeat-x;
	line-height: 14px;
}
h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
	color: #DC3B0D;
	font-size: 15px;
	font-weight: bold;
	line-height: 14px;
}
h3 {
	color: #4091C8;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
a,  a:link {
	color: #663300;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #663300;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:focus {
	color: #FF6600;
}
a:active {
	color: #FF6600;
}
ul {
	list-style-type:none;
	border-bottom-style:none;
	border-bottom-color:#999999;
	border-bottom-width:thin;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style-position:outside;
	margin-left:5px;
	padding:8px;
	font-weight: lighter;
	line-height: 12pt;
	list-style-image: url(Images/triangle.gif);
}
#overwrapper{
	width: 980px;
	margin: 0 auto 0 auto;
	background-image: url(Images/wall.png);
	background-repeat: no-repeat;
	padding: 0;
}
#outerwrapper{
	width: 960px;
	margin: 0 auto 0 auto;
	background-repeat: repeat-x;
}

#topmenu{
	height: 0px;
	text-align: right;
}
#header{
	height: 300px;
	background-image: url(Images/me.png);
	background-repeat: no-repeat;
	text-align: left;
	line-height: 30px;
}
#headermenu{
	float: right;
	padding-top: 10px;
}
#headertext{
	margin-top: 80px;
	float: right;
	width: 600px;
	font-size: 24px;
	clear: right;
	text-align: justify;
}
#content{
	height: 240px;
	padding-top: 40px;
	text-align: left;
}
#contentright{
	float: right;
	width: 51px;
}
#contentleft{
	width: 844px;
	float: left;
	color: #FFFFFF;
	font-size: 36px;
}
.clearFloat {
  clear: left;
  display: block;
}
#footer{
	background-repeat: repeat-x;
	margin: 0;
	padding: 20px;
}
#footer #insidefooter{
	width: 960px;
	margin: 0 auto 0 auto;
}
.sectionholder{
	width: 690px;
	margin-bottom: 30px;
}
.leftcontainer{
	float:left;
	width: 630px;
}
.section1{
	width: 300px;
	float: left;
	height: 100px;
	border-left: dotted #FF7401 3px;
	color: #663300;
	font-size: 18px;
	font-weight: normal;
	line-height: 16px;
	text-align: center;
}
.section2{
	width: 260px;
	height: 120px;
	float: right;
	border-left: dotted #FF7401 3px;
	text-align: justify;
	color: #663300;
	font-size: 14px;
	font-weight: normal;
	padding: 0px 20px 0px 20px;
}
.section3{
	width: 235px;
	height: 100px;
	float: right;
	border-right: dotted #FF7401 3px;
	border-left: dotted #FF7401 3px;
	text-align: justify;
	color: #663300;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	padding: 0px 0 0 65px;
}
.section1 a, a:link{
	color: #663300;
	text-decoration: none;
}
blockquote {
	text-indent: -0.8em;
   }  
.section3 a, a:link{
color:#FFFFFF;
}