@charset "utf-8";
/* CSS Document */

body  {
   padding: 0px;
   margin: 0px;
   background:  url(images/bg.jpg);
   background-repeat:repeat;
   font-size: 14px;
   font-family: Arial, Helvetica, sans-serif;
   color: #fff;
}

a {
	color: #b88200;
	text-decoration: none;
}

a:hover {
	color: #555;
	text-decoration: underline;
}

#navi a {
	color: #fff;
	text-decoration: none;
}

#navi a:hover {
	color: #f9ce05;
	text-decoration: none;
}

p {
	margin: 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin: 0px;
	color: #666;
}

h3 {
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
}

h4 {
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
}

h5 {
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
}

#header {
	height: 20px;
	background-color: #f9ce05;
	color: #222;
	font-weight: bold;
	border-bottom: 3px solid #3b3b3b;
}


#banner {
	background-color: #fff;
}

a:focus {
    -moz-outline-style: none;
}

#homebullet {
	background-color: #555;
	background-image: url(images/houseicon.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom: 1px solid #666;
	height: 40px;
	width: 55px;
}

#navi {
	background-color: #555;
	border-bottom: 1px solid #666;
	font-size: 12px;
}

#housephoto {
	background-color: #555;
	border-bottom: 1px solid #666;
	background-image: url(images/home.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#main {
	background-color: #fff;
	color: #000;
}

#footer {
	background-color: #e2e2e2;
	height: 55px;
	border-bottom: 5px solid #f9ce05;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#copyright {
	height: 25px;
	background-color: #222;
	font-size: 10px;
	color: #fff;
}