/* -----------------  page styles -------------------------------------------------------*/

body {
	padding:0;
	margin:0;
	font:11px Verdana, sans-serif;
	line-height: 17px;
	background:#f4f4f4 url(../images/bodybg.gif) center repeat-y;
	color: #000;
}
#wrapper { margin:2px auto; width:900px;  padding:0; background:#fff;}

/* -----------------  general styles  -------------------------------------------------------*/

a {
	color:#000000;
	text-decoration: underline;
	background:none;
}
a:hover { color:#894e4e; background:none; text-decoration:underline; }
p { margin:0;padding-top:2px;}
h2 { font-weight:bold; font-size:12px; padding:0px 0 4px 0px; margin: 0 0 2px 0; color:#444; background:none; border-bottom: 2px dotted #444; }
ul { margin: 0; padding : 0; list-style : none; }
img { border: 0;}
h4 {font: 30px 'HelveticaNeue-CondensedBold', 'Arial Narrow', Helvetica, Arial, sans-serif; margin:0;}
.pic{margin-top:8px;}
/* -----------------  top info  -------------------------------------------------------*/

#header { clear:both; width:900px; height:80px; background: url(../images/header.jpg) no-repeat; 
margin:0; }
#title {
	float:none;
	width:240px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	position: relative;
	left: -36px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 22px;
	padding-left: 30px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 18px;

}
#title h3 {font-size:12px; padding:5px 0 0 0; margin:0; color:#444;}
#hright {
	float:right;
	width:600px;
	height: 60px;
	margin:15px 0 0 0;
}
#hrighttop {width: 200px;margin: 0 2px 0 0; padding: 0 8px 2px 0; float:right; text-align: right;}
#title p {font-size: 0.9em; color: #808080; padding: 0; background:none;}
#menu {
	width: 600px;
	float:right;
	margin:2px 0 0 0;
	padding:0;
	text-align:right;
}
#menu li { display:inline; }
#menu li a {  color:#444; text-decoration:none; padding:1px 10px 1px 10px;
height:19px; background:none;}
#menu li a:hover { background: none;color:#631e19;} 

/* ----------------- Main content -------------------------------------------------------*/

#homepic {
	width:900px;
	height:250px;
	margin:0px 0 0 0;
	background-image: none;
	background-repeat: no-repeat;
}
#homepic a {color:#fff;}
/*.message{
	position:fixed;
	width:auto;
	float:left;
	margin:70px 0px 0px 165px;
	color:#fff;
	left: -4px;
	top: 225px;
	z-index: auto;
	height: 100px;
}*/
.message{
	position:absolute;
	width:460px;
	float:left;
	margin:85px 0px 0px 165px;
	color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#bottomcontenttop{
	width:900px;
	height:10px;
	background: url(../images/b_contenttop.jpg) no-repeat;
	margin-top: 10px;
}
#bottomcontent{
	width:898px;
	height:600px;
	border-right:1px solid #c5c5c5;
	border-left:1px solid #c5c5c5;
}
#bottomcontentbtm{width:900px;height:10px;background: url(../images/b_contentbtm.jpg) no-repeat;}
.left {
	float: left;
	width: 560px;
	margin: 0 6px 5px 0;
	padding:10px;
	height: 550px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000000;
}
.right {
	float: right;
	width: 270px;
	padding:10px;
	height: 500px;
	background-color: #ffffff;
	color: #000000;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000000;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 5px;
	margin-left: 0;
}
.thumbs img{position:relative;padding:1px;margin:5px 8px 5px 9px;border:2px solid #631e19;background:none;}
.thumbs img:hover{border:2px solid #c5c5c5; background:none;}

/* ----------------- Bottom content -------------------------------------------------------*/

#footer {
	clear: both;
	line-height: 1.8em;
	color: #000;
	background: #fff;
	padding: 4px 0;
	margin:10px 0 0 0;
}
#footer a {color: #631e19; background:none;}
