@charset "UTF-8";
/* CSS Document */

body {
	background: url(../images/guesthouseBKGnew2.jpg) no-repeat center top #101010;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	
	}
	
body a img {border:none;}

#container {
	margin-right:auto;
	margin-left:auto;
	width:600px;
	height:600px;
}
	
p {text-indent:20px;
	line-height:16px;
	font-size:12px;
	text-align:justify;
	}
	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#6E2405;
	font-size:30px;
	}
	
h2 {
	font-size:16px;
	}
	
h3 {
	font-size:12px;
	}
	
#mainBox {
	margin-top:210px;
	height:385px; 
	}
	
.mainText{
	position:relative; 
	top:-10px; 
	width:175px; 
	height:320px;
}

.mainPics{
	top: -329px; 
	width:288px; 
	position:relative; 
	z-index:3; 
	margin-right:25px; 
	float:right;
}

.individualPics {
	margin:0px 0px 10px 10px;
	border:solid 2px #6E2405;
}
	
#nav {
	margin:auto;
	margin-top:43px;
	width:400px;
	height:50px;
}
	
.nav_home {
	background:url(../images/GH_HOMEup.jpg) no-repeat;
	float:left; 
	width:91px; 
	height:49px; 
	position:relative; 
	left:3px;
	}
	
.nav_home:hover{
	background:url(../images/GH_HOMEglow.jpg) no-repeat;
	}
	
.nav_home:active {
	background:url(../images/GH_HOMEdown.jpg) no-repeat;
	}
	
.nav_home:focus{
	background:url(../images/GH_HOMEdown.jpg) no-repeat;
	}
	
.nav_menu {
	background:url(../images/GH_MENUSup.jpg) no-repeat;
	float:left; 
	width:95px; 
	height:49px; 
	position:relative; 
	left:15px;
	}
	
.nav_menu:hover{
	background:url(../images/GH_MENUSglow.jpg) no-repeat;
	}
	
.nav_menu:active {
	background:url(../images/GH_MENUSdown.jpg) no-repeat;
	}
	
.nav_menu:focus{
	background:url(../images/GH_MENUSdown.jpg) no-repeat;
	}
	
.nav_events {
	background:url(../images/GH_EVENTSup.jpg) no-repeat;
	float:left; 
	width:83px; 
	height:49px; 
	position:relative; 
	left:33px;
	}
	
.nav_events:hover{
	background:url(../images/GH_EVENTSglow.jpg) no-repeat;
	}
	
.nav_events:active {
	background:url(../images/GH_EVENTSdown.jpg) no-repeat;
	}
	
.nav_events:focus{
	background:url(../images/GH_EVENTSdown.jpg) no-repeat;
	}
	
.nav_contact {
	background:url(../images/GH_CONTACTup.jpg) no-repeat;
	float:left; 
	width:83px; 
	height:49px; 
	position:relative; 
	left:54px;
	}
	
.nav_contact:hover{
	background:url(../images/GH_CONTACTglow.jpg) no-repeat;
	}
	
.nav_contact:active {
	background:url(../images/GH_CONTACTdown.jpg) no-repeat;
	}
	
.nav_contact:focus{
	background:url(../images/GH_CONTACTdown.jpg) no-repeat;
	}
	
#kpps {
	color:#000000;
	text-align:right;
	font-size:10px;
	float:right;
	top:45px;
	position:relative;
	}
	
#kpps a{
	color:#000000;
	text-decoration:none;
	}
	
#kpps a:hover{
	color:#6E2405;
	}

#firefox {
	position:relative;
	top:12px;
	font-size:9px;
	}
	

	
#d1 {top:position:relative; top:100px;}
#d2 {top:position:relative; top:100px;}
#asdf {background-color:#FF0000; height:80px; width:360px; top:0; text-align:center;}
#wrapper {position:relative; top:400px; width:360px; left:250px;}


* {margin:0; padding:0}
	
