* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #000000;
	margin: 0px;
	padding: 0px;
	font: 62.5%/1.3 "Century Gothic";
	text-align: left;
}
#wrapper {
	text-align: left;
	float: left;
	width: 960px;
	background: url(../images/layout/repeat.gif) repeat-y left center;
}

#header {
	width: 930px;
	height: 93px;
	clear: both;
	float: left;
	border-right: 30px solid #BE8A5D;
	border-bottom-color: #D6D6D6;
}
#footer {
	width: 930px;
	border-right: 30px solid #BE8A5D;
	clear: both;
	height: 45px;
}
#footer p {
	margin-left: 50px;
	font-size: 1.2em;
}
#footer p a {
	text-decoration: none;
	font-weight: normal;
}

#header h1 a {
	text-decoration: none;
	background: url(../images/layout/logo.gif) no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 93px;
	width: 557px;
	border-style: none;
}
#header h1 {
	background: url(../images/layout/logo.gif) no-repeat;
	text-indent: -9000px;
	margin: 0px;
	padding: 0px;
	height: 93px;
	width: 557px;
	border-style: none;
}

#content {
	width: 609px;
	padding-top: 35px;
	float: right;
	padding-bottom: 20px;
	border-right: 30px solid #BE8A5D;
}
#content p, #content h1, #content h2, #content h3, #content ul {
	margin-right: 40px;
	margin-left: 10px;
}
#sidebar ul {
	margin-bottom: 15px;
	margin-left: 55px;
	margin-right: 30px;
}
#sidebar ul li {
	list-style: none;
}
#sidebar ul li a {
	text-decoration: none;
	font: normal 1.5em Arial, Helvetica, sans-serif;
	background: #EDDFD3;
	display: block;
	padding: 3px 10px;
	border-bottom: 1px solid #FFF;
	color: #634427;
	margin-bottom: 2px;
}
#sidebar ul li a:hover {
	text-decoration: none;
	font: 1.5em Arial, Helvetica, sans-serif;
	background: #DDC2AC;
	display: block;
	padding: 3px 10px;
	border-bottom: 1px solid #B98961;
	margin-bottom: 2px;
}

#sidebar {
	float: left;
	width: 320px;
	padding-top: 35px;
	padding-bottom: 20px;
}



p {
	margin-bottom: .7em;
	font-size: 1.4em;
}

h2 {
	border-bottom: 1px dashed #000000;
	margin-bottom: 0.3em;
	clear: both;
	font: normal 2.5em Geneva, Arial, Helvetica, sans-serif;
	color: #4073A2;
}
h3 {
	margin-bottom: 0.3em;
	color: #333;
	font: normal 1.7em Geneva, Arial, Helvetica, sans-serif;
	clear: both;
}




h1 {
	color: #A97443;
	font: normal 3em Geneva, Arial, Helvetica, sans-serif;
}
h1, h2, h3 {
	margin-bottom: 6px;
	clear: both;
}

a:link, a:visited, a:active {
	font-weight: bold;
	color: #B98961;
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: none;
}
label {
	font-size: 1.4em;
	display: block;
	margin-top: 5px;
	margin-bottom: 2px;
}
input, textarea {
	border: 1px solid #BE8A5D;
	width: 300px;
	padding: 1px 5px 1px 8px;
	background: #F5EFE9;
	color: #000;
}
#contact-form {
	margin-left: 15px;
}
.btn {
	color: #FFF;
	background: #4274A3;
	border: 1px solid #333;
	width: auto;
	padding-right: 12px;
	padding-left: 12px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}
.tickBox {
	width: auto;
}
#sidebar h3 {
	margin-left: 55px;
	margin-right: 15px;
	color: #999;
	font-size: 2em;
}
#content p .img_left {
	padding: 1px;
	float: left;
	margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid #845A35;
	margin-right: 14px;
}
#content p .img_right {
	padding: 1px;
	float: right;
	margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid #845A35;
	margin-left: 14px;
}
.style_a {
	display: block;
	padding: 1px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 15px;
	border: 1px solid #845A35;
}
#content ul {
	margin: 14px 20px 14px 40px;
}
#content ul li {
	margin-bottom: 4px;
	list-style: circle;
	font-size: 1.3em;
	color: #2D506F;
}
