body {
	background-color: #1C1C13;
	background-image:url('../images/bg.jpg');
	background-repeat: no-repeat;
	
	margin: 0px;
	padding: 0px;
	
}



form {
	margin: 0px;
	padding; 0px;
}

input {
	font-family: Helvetica, Arial;
	font-size: 12px;
}

img, div { behavior: url(iepngfix.htc) }




#nav {
	position: absolute;
	top: 0px;
	left: 450px;
}

#subnavContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	
	z-index: 1;
}

/* narrow text between photos and nav */
#content1 {
	position: absolute;
	top: 346px;
	left: 320px;
	width: 360px;
	
	padding: 20px;

	z-index: 2;
}


/* full width text, no photos on right */
#content2 {
	position: absolute;
	top: 210px;
	left: 370px;
	width: 660px;
	
	padding: 20px;

	z-index: 2;
}


/* contact page */
#content3 {
	position: absolute;
	top: 300px;
	left: 370px;
	width: 260px;
	
	padding: 20px;

	z-index: 2;
}




#copyright {
	position: absolute;
	top: 790px;
	left: 660px;
	
	z-index: 201;

}






/*	----------------------------- Text ---------------------- */
.t2 {
	color: #fbfbf8;
	
	font-family: Helvetica, Arial, Geneva;
	font-size: 12px;
	
	line-height: 18px;
	
}

.t3 {
	color: #fbfbf8;
	
	font-family: Helvetica, Arial, Geneva;
	font-size: 13px;
	
	line-height: 22px;
	
}

.t4 {
	color: #fbfbf8;
	
	font-family: Helvetica, Arial, Geneva;
	font-size: 16px;
	
	line-height: 22px;
	
}

.h3 {
	color: #fbfbf8;
	
	font-family: Helvetica, Arial, Geneva;
	font-size: 16px;
	font-weight: bold;
	
	text-transform: uppercase;
	
	line-height: 24px;
	
}


.priceline {
	color: #cc6600;
	font-weight: bold;
}


.copyright {
	color: #b6af84;

	font-family: Arial, Helvetica, Geneva;
	font-size: 12px;
}

.form_hi {
	background-color: #ffddbf;
}	



/*	----------------------------- Links ---------------------- */
a.link {
	color: #fbfbf8;
	text-decoration: underline;
}


