/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#000;
	font-size:.8em;
	margin:0 0 25px 0;
	background-color:#443323;
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif
	background-image:url(images/bg_body.gif);
}

a { color:#443323; }

a:hover { color: #fff; }

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:1.8em; }

h2 { font-size:1.4em; }

h3 { font-size:1.2em; }

input,textarea {
	background-color: #5d432b;
	border: 1px solid #a4894b;
	color: #fff;
}

.un-line {
	text-decoration: underline;
}

/* ---- class settings ----------------------- */

.borders {  border: 1px solid #a4894b; }

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:30px auto;
	width:700px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:700px;
	height:130px;
	background-image:url(images/img_header.jpg)
}

#house_nav-container {
	position:relative;
	top:0;
	left:0;
	width:640px;
	height:auto;
	margin: 0 0 0 50px;
}

#rdm_img {
	position:relative;
	bottom:0;
	right:40px;
	height:225px;
	width:377px;
	float:left;
}
/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:0;
	float: right;
	width:189px;
	height:230px;
	float: right;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:700px;
	height:auto;
	background-color: #a4894b;
	background-repeat: no-repeat;
	background-image: url(images/bg_main.jpg);
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	width:670px;
	height:auto;
	padding: 0 10px 0 20px;
}

/* ---- end main content settings ---------------- */

#email {
	position:relative;
	top:0;
	left:0;
	color:#FFF;
	width:698px;
	height:57px;
	border-left: 1px solid #b79d62;
	border-right: 1px solid #b79d62;
	background-repeat: no-repeat;
	background-image: url(images/bg_email.gif);
}

#email_form {
	position:relative;
	top:10px;
	left:30px;
	color:#FFF;
	width:300px;
	height:auto;
float:right;
}


#footer {
	position:relative;
	top:0;
	left:0;
	color:#FFF;
	width:698px;
	height:25px;
	background-color:#5d432b;
	border: 1px solid #b79d62;
	clear:both;
}

#footer a {
color: #A4894B;
	text-decoration:none;
}

#footer a:hover {
color: #fff;
	text-decoration:none;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	width:190px;
	float:right;
	background-repeat:no-repeat;
	cursor:pointer;
}

a#nav_01 {
	height:29px;
	background-position:0 0;
	background-image:url(/images/nav/nav.jpg);
}

a:hover#nav_01 {
	background-position:-190px 0px;
}

a#nav_02 {
	height:25px;
	background-position:0 -29px;
	background-image:url(/images/nav/nav.jpg);
}

a:hover#nav_02 {
	background-position:-190px -29px;
}

a#nav_03 {
	height:25px;
	background-position:0 -54px;
	background-image:url(/images/nav/nav.jpg);
}

a:hover#nav_03 {
	background-position:-190px -54px;
}

a#nav_04 {
	height:25px;
	background-position:0 -79px;
	background-image:url(/images/nav/nav.jpg);
}

a:hover#nav_04 {
	background-position:-190px -79px;
}

a#nav_05 {
	height:25px;
	background-position:0 -104px;
	background-image:url(/images/nav/nav.jpg);
}

a:hover#nav_05 {
	background-position:-190px -104px;
}

a#nav_06 {
	height:25px;
	background-position:0 -129px;
	background-image:url(/images/nav/nav.jpg);
}

a:hover#nav_06 {
	background-position:-190px -129px;
}

a#nav_07 {
	height:25px;
	background-position:0 -154px;
	background-image:url(/images/nav/nav.jpg);
}

a:hover#nav_07 {
	background-position:-190px -154px;
}

a#nav_08 {
	height:25px;
	background-position:0 -179px;
	background-image:url(/images/nav/nav.jpg);
}

a:hover#nav_08 {
	background-position:-190px -179px;
}


a#nav_09 {
	height:26px;
	background-position:0 -204px;
	background-image:url(/images/nav/nav.jpg);
}

a:hover#nav_09 {
	background-position:-190px -204px;
}
