/* CSS Document */

/*--------LAYOUT ------ */

body {

background-color: #371b0f;
color: #efd3ab;


}

*, div {
	margin: 0;
	padding: 0;
}

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

.title {

background-image:url(/images/title.png);
width: 703px;
height: 105px;
margin: 0 auto;
margin-top: 50px;

}

/*-------- CONTENT ------ */

.content {

width: 670px;
height: inherit;
margin: 0 auto;
margin-top: 17px;

}


h1 {

font-size: 15px;
font-family: Verdana, Arial, Helvetica, sans-serif;
letter-spacing: 2px;
margin-bottom: 10px;
text-transform:uppercase;
font-weight: normal;
text-align: left;
color: #efd3ab;

}

.divider {

border-bottom-color: #ab8d61;
border-bottom-style:dotted;
border-bottom-width: 1px;
padding-top: 8px;
padding-bottom: 15px;
width: 675px;
margin: 0 auto;

}

a.link:link { 
	color: #efd3ab;
	text-decoration: underline;
	}
a.link:visited { 
	color: #efd3ab;
	text-decoration: underline;
	}
a.link:hover { 
	color: #efd3ab;
	text-decoration: none;
	}
a.link:active { 
	color: #efd3ab;
	text-decoration: none;
	
}

.right {

float:right;
padding-left: 5px;
padding-bottom: 7px;

}

/*----------- MENU ----------- */

.menu {

color: #efd3ab;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
font-style:normal;
width: 620px;
padding-top: 17px;
letter-spacing: 1px;
margin: 0 auto;
margin-bottom: 30px;

}

a.nav:link { 
	color: #efd3ab;
	text-decoration: none;
	}
a.nav:visited { 
	color: #efd3ab;
	text-decoration: none;
	}
a.nav:hover { 
	color: #ffffff;
	text-decoration: none;
	}
a.nav:active { 
	color: #ffffff;
	text-decoration: none;
	
}

/*------ ABOUT ------- */

.about {

font-style: normal;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px;
color: #efd3ab;
line-height: 17px;

}

.about p {

margin-bottom: 10px;

}

h3 {

font-size: 13px;
font-family: Verdana, Arial, Helvetica, sans-serif;
letter-spacing: 2px;
margin-bottom: 5px;
text-transform: uppercase;
font-weight: normal;

}

.left {

float:left;
padding-right: 10px;
padding-bottom: 7px;

}

/* -------- SPECIFICATIONS -------- */

.specs {

font-style: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #efd3ab;
line-height: 15px;

}

ul { list-style-position: outside; margin-left: 0px; padding-left: 30px; list-style: circle; line-height:130%}
li { margin: 0px; padding: 0px; } 

.brown {

color: #aa8c61;

}

/*---- GALLERY ----- */

.gallery {

width: 703px;
height: inherit;
margin: 0 auto;
margin-top: 17px;

}

.gallery_img {

padding: 10px;

}
