
body {
	background-color: #000;
	margin-top: 25px;
}

/* CONTAINER DIV */ 
/* RELATIVE POSITION BASED ON THE BODY OF THE PAGE*/

div#container {
	position: relative;
	/*This center the container*/
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	background-color: #a69677;
	height: 950px;
}


/* DIVS INSIDE THE CONTAINER */
/* ABSOLUTE POSITION BASED ON THE EDGES OF THE CONTAINER */
div#header {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 850px;
	height: 120px;
	background-color: #CC9933;
	text-align: center;

}

div#bar {
	position: absolute;
	top: 140px;
	left: 0px;
	width: 900px;
	height: 5px;
	background-color: #a69677;

}

/* NAVIGATION LINKS */
div#left {
	position: absolute;
	top: 145px;
	left: 25px;
	width: 850px;
	height: 35px;
	background-color: #6a0719;
	
}

div#kitchenslink {
	position: absolute;
	top: 280px;
	left: 250px;
	
}

div#bathroomslink {
	position: absolute;
	top: 430px;
	left: 250px;
	
}


div#remodelslink {
	position: absolute;
	top: 580px;
	left: 250px;
	
}


div#beforelink {
	position: absolute;
	top: 280px;
	left: 605px;
	
}

div#closetslink {
	position: absolute;
	top: 430px;
	left: 605px;
	
}


div#colorlink {
	position: absolute;
	top: 580px;
	left: 605px;
	
}









/* HOME PHOTO */
div#left2 {
	position: absolute;
	top: 315px;
	left: 65px;
	width: 384px;
	height: 288px;
	
}
/* HOME TEXT BOX */
div#right {
	position: absolute;
	top: 300px;
	left: 465px;
	width: 380px;
	max-height: 700px;
	overflow: auto;
	
}

/* INTERIOR DESIGN SERVICES TEXT BOX */
div#interior {
	position: absolute;
	top: 300px;
	left: 200px;
	width: 550px;
	max-height: 700px;
	overflow: auto;
	
}

/* CONSTRUCTION SERVICES TEXT BOX */
div#construction {
	position: absolute;
	top: 235px;
	left: 100px;
	width: 700px;
	max-height: 550px;
	overflow: auto;
	
}


/* TESTIMONIALS */
div#test {
	position: absolute;
	top: 250px;
	left: 140px;
	width: 650px;
	max-height: 500px;
	overflow: auto;
	
}
/* ABOUT PICTURE */
div#about {
	position: absolute;
	top: 230px;
	left: 300px;
	width: 384px;
	height: 288px;
	
}

div#about2 {
	position: absolute;
	top: 480px;
	left: 130px;
	width: 650px;
	max-height: 700px;
	overflow: auto;
	
}

/* CONTACT PICTURE */
div#contact {
	position: absolute;
	top: 315px;
	left: 115px;
	width: 384px;
	height: 288px;
	
}

/* CONTACT TEXT */
div#contact2 {
	position: absolute;
	top: 300px;
	left: 450px;
	width: 500px;
	max-height: 700px;
	overflow: auto;
	
}

			/* GALLERY KITCHENS PICTURE */
			div#kitchens {
				position: absolute;
				top: 250px;
				left: 100px;
				width: 100px;
				height: 100px;
				border-color: #000000;
				border-width: 2px;
				border-style: solid;
				
			}
			
			/* GALLERY BATHROOMS PICTURE */
			div#bathrooms {
				position: absolute;
				top: 400px;
				left: 100px;
				width: 100px;
				height: 100px;
				border-color: #000000;
				border-width: 2px;
				border-style: solid;
				
			}
			
			/* GALLERY REMODELS PICTURE */
			div#remodels {
				position: absolute;
				top: 550px;
				left: 100px;
				width: 100px;
				height: 100px;
				border-color: #000000;
				border-width: 2px;
				border-style: solid;;
				
			}
			
			/* GALLERY BEFORE PICTURE */
			div#before {
				position: absolute;
				top: 250px;
				left: 460px;
				width: 100px;
				height: 100px;
				border-color: #000000;
				border-width: 2px;
				border-style: solid;;
				
			}
			
			/* GALLERY CLOSETS PICTURE */
			div#closets {
				position: absolute;
				top: 400px;
				left: 460px;
				width: 100px;
				height: 100px;
				border-color: #000000;
				border-width: 2px;
				border-style: solid;
				
			}
			
			/* GALLERY COLOR PICTURE */
			div#color {
				position: absolute;
				top: 550px;
				left: 460px;
				width: 100px;
				height: 100px;
				border-color: #000000;
				border-width: 2px;
				border-style: solid;;
				
			}













div#nkba {
	position: absolute;
	top: 820px;
	left: 350px;
	width: 200px;
	height: 60px;
	
}

div#footer {
	position: absolute;
	top: 900px;
	left: 25px;
	width: 850px;
	height: 35px;
	
}


/* PARAGRAPHS AND GENERAL LINKS */

p {
	font: 12pt Papyrus,Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 10px;

}

a {
	color: #670e7b;
	background-color: #FFFFFF;
}

a:hover {
	color: #FFFFFF;
	background-color: #670e7b;
}



/* NAVIGATION LINKS */

div#left a {
	display: inline-block;
	background-color: #6a0719;
	padding: 5px;
	font: 10pt Papyrus, Arial, Helvetica, sans-serif;
	color: #bdcccf;
	text-decoration: none;
}

div#footer a {
	display: inline-block;
	background-color: #a69677;
	padding: 5px;
	font: 10pt Papyrus, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

div#left a:hover {
	display: inline-block;
	background-color: #6a0719;
	padding: 5px;
	font: 10pt Papyrus, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size:15px;
}


div#left a#currentpage {
	display: inline-block;
	background-color: #6a0719;
	padding: 5px;
	font: 10pt Papyrus, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size:15px;
}

div#kitchenslink a {
	display: inline-block;
	background-color: #a69677;
	padding: 5px;
	font: 20pt Papyrus, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

div#bathroomslink a {
	display: inline-block;
	background-color: #a69677;
	padding: 5px;
	font: 20pt Papyrus, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

div#remodelslink a {
	display: inline-block;
	background-color: #a69677;
	padding: 5px;
	font: 20pt Papyrus, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

div#beforelink a {
	display: inline-block;
	background-color: #a69677;
	padding: 5px;
	font: 20pt Papyrus, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

div#closetslink a {
	display: inline-block;
	background-color: #a69677;
	padding: 5px;
	font: 20pt Papyrus, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

div#colorlink a {
	display: inline-block;
	background-color: #a69677;
	padding: 5px;
	font: 20pt Papyrus, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}



