body {
background-image: url("background.jpg");
background-repeat: repeat;
width:750px;
margin:0 auto;
margin-top:30px;
}
 
 
 
/* ----- HEADER ----- */
 
 
 
#header {
background-image: url("head.png");
width:750px;
height:150px;
}
 
 
  
#wrapper{
width:800px;
background:url("middle.png") repeat-y;
margin-right:auto;
margin-left:auto;
padding: 0px;
margin-top:10px;
}
 
 
/* ----- NAVIGATION ----- */
 
 
 
#navigation {
width:200px;
float:left;
padding: 0px;
margin-top: 10px;
margin-left: 15px;
}

#navHome {
background-image: url("home.png");
cursor: pointer;
width: 180px;
height: 40px;
}
 
#navWork {
background-image: url("work.png");
cursor: pointer;
width: 180px;
height: 40px;
}

#navCabinetsFurniture {
background-image: url("cabinetsfurniture.png");
cursor: pointer;
width: 180px;
height: 30px;
}

#navDecks {
background-image: url("decks.png");
cursor: pointer;
width: 180px;
height: 30px;
}

#navDoors {
background-image: url("doors.png");
cursor: pointer;
width: 180px;
height: 30px;
}

#navKitchensBaths {
background-image: url("kitchensbaths.png");
cursor: pointer;
width: 180px;
height: 30px;
}

#navSiding {
background-image: url("siding.png");
cursor: pointer;
width: 180px;
height: 30px;
}

#navTrim {
background-image: url("trim.png");
cursor: pointer;
width: 180px;
height: 30px;
}

#navWindows {
background-image: url("windows.png");
cursor: pointer;
width: 180px;
height: 30px;
}

#navContact {
background-image: url("contact.png");
cursor: pointer;
width: 180px;
height: 40px;
}

#navSpacer {
background-image: url("spacer.png");
cursor: pointer;
width: 180px;
height: 2px;
}
 
/* ----- MAIN CONTENT ----- */
 
 

a:link { 
	color: #ead69f;
	}
a:visited { 
	color: #8B4513;
	}
a:hover { 
	color: #FFFFFF;
	}
a:active { 
	color: #CCCCCC;
	}

#content { 
padding: 0px;
margin-left:210px; 
width:540px;
min-height: 500px;
margin-top:10px;
color: #ead69f;
font: 16px Georgia;
}

#fileStyle1 {
	color: #ead69f;
}

#fileStyle2 {
	color: #ead69f;
}

#fileStyle3 {
	color: #ead69f;
}

/* ----- FOOTER ----- */
 
 
 
#footer { 
background-image: url("bottom.png");
background-repeat: repeat-y;
text-align: center;
margin-top:10px;
width:750px;
height:30px;
color: #ead69f
}