@charset "UTF-8";
body {
	padding: 0px;
	background-color: #BB4205;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
h1 {
	font-weight: normal;
	color: #B02414;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 24px;
}
h3 {
	font-weight: normal;
	color: #523625;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
p {
	font-size: 13px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #333333;
}
a:link {
	font-weight: normal;
	color: #B42313;
	text-decoration: none;
}
a:visited {
	color: #C95014;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #B12417;
	text-decoration: underline;
}
#wrapper {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/vertical-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#logo {
	float: right;
	margin-right: 35px;
	margin-top: 15px;
}
#photo {
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#maincontent {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#rightcontent {
	float: right;
	width: 240px;
	margin-top: 35px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left: 35px;
}
#rightcontent p {
	font-size: 12px;
}
#leftcontent {
	float: left;
	width: 435px;
	margin-left: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#leftcontent p {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-top-color: #DCD9D0;
	border-right-color: #DCD9D0;
	border-bottom-color: #DCD9D0;
	border-left-color: #DCD9D0;
	padding-right: 35px;
}

div#navigation {
	height: 39px;
	text-align: left;
	padding-left: 45px;
	padding-top: 15px;
}
div#navigation ul {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 32px;
	white-space: nowrap;
	font-weight: normal;
}
div#navigation li {
	list-style-type: none;
	display: inline;
	color: #b02414;
}
div#navigation li a {
	text-decoration: none;
	color: #b02414;
	padding-top: 9px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	text-transform: uppercase;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #C2BFB8;
	border-right-color: #C2BFB8;
	border-bottom-color: #C2BFB8;
	border-left-color: #C2BFB8;
}
div#navigation  li  a:hover {
	text-decoration: underline;
	color: #B94105;
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 3px;
}


#bottomcurve {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bottom-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 55px;
}
#footer {
	clear: both;
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	text-align: center;
	color: #FBF7ED;
	font-weight: normal;
}
#footer p {
	color: #FBF7ED;
}

.clearfix:after {  
     content: ".";  
     display: block;  
     clear: both;  
     visibility: hidden;  
     line-height: 0;  
     height: 0;  
}  
   
.clearfix {  
    display: inline-block;  
}  
  
html[xmlns] .clearfix {  
    display: block;  
}  
  
* html .clearfix {  
    height: 1%;  
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul {
	font-size: 13px;
	color: #333333;
	line-height: 20px;
	margin-top: 0px;
}
