/* PAGE LAYOUT */

* { margin: 0; outline: none; }

html, body { height: 100%; }

body{
	background: #333 url(img/background.png) repeat-y 50% center;
	color: #666;
	font: normal 100.1%/1.3em arial, helvetica, sans-serif;
	margin: 0 auto;
	width: 960px;
	word-spacing: 0.1em;
}

#wrapper {
	background: #fff url(img/wrapper.jpg) no-repeat bottom left;
	font-size: 85%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -90px;
	margin-bottom: 0;
	overflow: hidden;
}

#header {
	background: url(img/header.jpg) no-repeat 0% 0%;
	height: 200px;
}

#column1 {
	background: url(img/leftcolumn.jpg) no-repeat 0% 0%;
	float: left;
	width: 310px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#column2 {
	float: left;
	width: 400px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	margin: 0 0 0 20px;
}

#column3 {
	background: url(img/rightcolumn.jpg) no-repeat 0% 0%;
	float: left;
	width: 230px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	font-size: 85%;
}

#push { height: 90px; }

#footer {
	background: url(img/footer.jpg) no-repeat 0% 0%;
	font-size: 85%;
	height: 90px;
	padding: 20px 0 0 0;
}

/* NAVIGATION */

#navleft {
	background: url(img/menu.png) no-repeat left bottom;
	padding-left: 0;
	margin: 75px 0 0 0;
	padding-bottom: 10px;
	width: 310px;
}

#navleft li {
	list-style: none;
	line-height: 1.5em;
	margin: 0;
	padding: 0 0 0 68px;
}

#navleft li a { 
	color: #88782d;
	display: block;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	text-indent: 10px;
	text-transform: uppercase;
	width: 238px;
}

#navleft li a:hover { 
	background-color: #ede6c8;
	color: #88782d;
}

#navbottom { padding: 15px 0 0 332px; }

#navbottom li
{
	display: inline;
	font-size: 85%;
	list-style-type: none;
	padding-right: 10px;
}

#navbottom li a, #navbottom li a:link { color: #333; }

#navbottom li a:hover { color: #d52c25; }

/* SITE STYLES */

h1, h2, h3, h4 {
	color: #ab0705;
	font-family: georgia, times new roman, times, serif;
	letter-spacing: 1px;
	font-variant: small-caps;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 20px;	
}

h1 { 
	color: #bda24b;
	border-bottom: 1px solid #bda24b;
	font-size: 242%; 
	margin: 0 0 0 200px;
	padding-top: 10px;
	width: 380px;
}

#header h2 { 
	color: #333;
	font: normal 100.1%/1.3em arial, helvetica, sans-serif;
	font-style: italic;
	text-align: right;
	margin: 0 0 0 200px;
	width: 380px;
}

h2 { font-size: 153.9% }

h3 { 
	border-bottom: 2px dotted #ab0705;
	font-size: 123.1%;
	padding-bottom: 5px; 
}

h4 {
	color: #666;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 5px;
}

p { margin-bottom: 20px; }

a, a:link {
	color: #88782d;
	font-weight: bold;
	text-decoration: none;
}

a:hover { color: #c1b995; }

img.float_left { 
	border-right: 1px solid #88782d;
	border-bottom: 1px solid #88782d;
	float: left;
	margin: 4px 10px 0 0;
	padding: 0 4px 4px 0;
}

img.float_right { 
	border-right: 1px solid #88782d;
	border-bottom: 1px solid #88782d;
	float: right; 
	margin: 4px 0 0 10px;
	padding: 0 4px 4px 0;
}

.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clear { display: inline-block; }

* html .clear { height: 1%; }

#copyright {
	border-top: 1px solid #383b4e;
	margin: 20px 0;
	padding-top: 5px;
	text-align: right;
}

.sideboxLeft {
	background-color: #ede6c8;
	border-left: 3px solid #88782d;
	font-size: 85%;
	line-height: 1.5em;
	margin: 20px 0 20px 65px;
}

.sideboxLeft h4 {
	font-size: 115%;
	margin-bottom: 0;
	padding: 8px 8px 0 8px;
}

.sideboxLeft p {
	padding: 5px 8px 10px 8px;
}

.sideboxRight {
	background: #fff url(img/sidebox_bottom.png) no-repeat right bottom;
	font-size: 100%;
	width: 172px;
	line-height: 1.5em;
	margin: 300px 0 20px 30px;
	padding: 0;
}

.sideboxRight h4 {
	background: #fff url(img/sidebox_top.png) no-repeat 0% 0%;
	font-size: 115%;
	height: 23px;
	margin-bottom: 0;
	padding: 5px 8px 0 8px;
}

*+html .sideboxRight h4 { height: 22px; }
 
.sideboxRight p {
	padding: 0 8px 10px 8px;
}