@charset "UTF-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	height:100%;
}
#wrapper {
	min-height:100%;
	position:absolute;
	left:0px;
	right:0px;
}
#header {
	padding:10px;
	background-color: #eae6df;
	position:absolute;
	left: 0px;
	right: 0px;	
	-webkit-box-shadow: inset 0px 0px 20px #e0dcd6;
	box-shadow: inset 0px 0px 20px #e0dcd6;
	-webkit-box-shadow: 0px 1px 10px -2px;
	box-shadow: 0px 1px 10px -2px;
}
#container {
	padding:10px;
	padding-bottom:120px; /* Height of the footer (Change footer height too) */
}
#half_container_r {
	width: 290px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: right;
	float: right;
	padding: 15px 0px 0px 0px;
	text-decoration:none;
}
#half_container_r_nopad {
	width: 290px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: right;
	float: right;
	padding: 0px 0px 0px 0px;
	text-decoration:none;
}
#half_container_l {
	width: 290px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	float: left;
	padding: 0px 0px 0px 0px;
}
#wide_container_r {
	width: 400px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	float: right;
	padding: 0px 0px 0px 0px;
	text-decoration:none;
	margin: 0px 70px 0px 0px;
}
#narrow_container_r {
	width: 300px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	float: right;
	padding: 0px 0px 0px 0px;
	text-decoration:none;
	margin: 0px 0px 0px 0px;
}
#content {
	margin-left: auto;
	margin-right: auto;
	position:relative;
	width: 650px;	
}
#content h1 {
	font-family: Helvetica, Arial, sans-serif;
	color: #805630;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
#content h2 {
	font-family: Helvetica, Arial, sans-serif;
	color: #805630;
	font-size: 25px;
	font-style: normal;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
#content p {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
#footer {
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #eae6df;
	padding: 10px 0px 10px 0px;
	-webkit-box-shadow: inset 0px 0px 20px #e0dcd6;
	box-shadow: inset 0px 0px 20px #e0dcd6;
	font-size:12px;
}
.important {
	font-family: Helvetica, Arial, sans-serif;
	color: #805630;
	font-weight: bold;	
}
.browntext {
	font-family: Helvetica, Arial, sans-serif;
	text-align: right;
	text-decoration:none;
	color: #805630;
}
#half_container_r a:link {
	color: #805630;
	font-size:12px;
}
#half_container_r a:visited {
	color: #805630;
	font-size:12px;
}
#half_container_r a:hover {
	color: #FFFFFF;
	font-size:12px;
}
#half_container_r a:active {
	color: #FFFFFF;
	font-size:12px;
}
#logo {
	overflow: hidden;
	position: relative;
	padding: 15px 0px 15px 250px;
	float: left;
}
#navigation {
	float: right;
	overflow: hidden;
	text-decoration:none;
	colour: #805630;
	padding:5px 0px 20px 0px;
	width: 750px;
	font-size:12px;
	text-align:center;
}
#navigation li{
	display: inline;
	padding: 0px 0px 200px 6px;
	font-size:12px;
	
}
#navigation a:link {
	color: #a8a398;
	font-size:12px;
	display:inline-block;
}
#navigation a:visited {
	color: #a8a398;
	font-size:12px;
}
#navigation a:hover {
	color: #FFFFFF;
	font-size:12px;
}
#navigation a:active {
	color: #FFFFFF;
	font-size:12px;
}
#bottom_list {
	color: #805630;
	text-decoration: none;
	list-style-image: none;
	font-size:12px;	
	float: left;
	padding: 11px 0px 0px 0px;
}
#bottom_list ul {
	padding: 0px 0px 0px 0px;	
}
#bottom_list a:link {
	color: #805630;
	font-size:12px;
}
#bottom_list a:visited {
	color: #805630;
	font-size:12px;
}
#bottom_list a:hover {
	color: #FFFFFF;
	font-size:12px;
}
#bottom_list a:active {
	color: #FFFFFF;
	font-size:12px;
}
ul {
	list-style-type: none;
	text-decoration: none;
	display: inline;
}
a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	text-decoration:none;
	display:inline;
}
#buffer {
	height: 210px;	
}
.imgleft {
    float: left;
    padding: 2px;
    margin-right: 10px;
    }
.imgleft_pad {
    float: left;
    padding: 24px 0px 0px 0px;
    margin-right: 10px;
    }
.imgright {
    float: right;
    padding: 2px;
    margin-right: 10px;
    }