* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #534d45 url(images/bodyBackground.jpg) repeat-x left top;
	color: #FFF;
}
a {
	color:#92bd39;
	font-size:12px;
	text-decoration:underline;
}
a:hover {
	color:#92bd39;
	font-size:12px;
	text-decoration:none;
}
.logo {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#77463b;
	font-size:42px;
	padding:0 0 0 20px;
}
.logo span {
	color:#ffffff;	
}
.author {
	padding:0 0 60px 20px;
	color:#ffffff;
}
.author a {
	color:#FFFFFF;
}
h1 {
	color:#89bf23;
	font-size:18px;
	font-weight:bold;
	padding:0 0 10px 0;
}
.mainLogo {	
	float: right;
}
.icons {
	float:left;
	padding:0 0 0 0;
}
.icons img {
	border:0;
}
#container { 
	width: 800px;  
	margin: 0 auto;
} 
.mainContent {
	padding:20px 0;
}
.textBlock {
	background:#271e13;
	border:1px solid #6c6459;
	width:740px;
	float:left;
	margin:0 6px;
	padding: 20px 20px 20px 20px;
}
.houseBlock {
	background:#271e13;
	border:1px solid #6c6459;
	width:185px;
	float:left;
	margin:0 6px;
}
.houseBlock .blockImg {
	text-align:center;
	padding-top:10px;
}
.houseBlock p {
	padding:10px 20px;
	text-align:left;
	color:#928370;
}
.sidebarLeft {
	width:555px;
	float:left
}
.sidebarRight {
	margin-left:555px;
	background:#271e13;
	padding:20px;
}
.headerPic {
	background:url(images/headerPic_2.jpg) no-repeat left top;
	width:800px;
	height:283px;
}
.headerPicAbout {
	background:url(images/headerPic_about.jpg) no-repeat left top;
	width:800px;
	height:283px;
}
.headerPicGallery {
	background:url(images/headerPic_gallery.jpg) no-repeat left top;
	width:800px;
	height:283px;
}
#footer {
	color:#c1a07b;
	text-align:center;
	height:45px;
	background:url(images/footerBackground.jpg) repeat-x left top;
}
#footer p {
	padding:20px 0 0 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*MAIN MENU*/
#navcontainer { 
	width: 180px;
	height:235px;
	background: url(images/menuBackground.png) repeat-y left top; 
}
#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
#navcontainer a {
	font-size:24px;
	display: block;
	padding: 5px;
	width: 180px;
	background: url(images/menuBackground.png) repeat-y left top;
	border-bottom: 1px solid #eee;
}
#navcontainer a:link, #navlist a:visited {
	color: #77463b;
	text-decoration: none;
}
#navcontainer a:hover {
	background: url(images/menuActive.png) repeat-y left top;
	color: #fff;
}
#navcontainer #active a {
	background: url(images/menuActive.png) repeat-y left top;
	color: #fff;
}
