body {
	background-color: #DEDCA8;
	width: 890px ;
	margin: 10px auto 0 auto;
}

#page-header {
	background-image:  url(../images/interface/page-header.jpg);
	width: 890px;
	height: 167px;
	margin-top:10px;
	margin-bottom: 18px;
	border:none;
}

#sub-content {
	float:left;
	width: 193px;
}

#site-navigation {
	float:left;
	cursor:hand;
	margin-bottom: 13px;
}

.nav-button {
	float:left;
	height:21px;
	width:  193px;
	background-position: 0% -42px;
	margin-bottom: 13px;
}
.nav-button:hover {
	background-position: 0% 0px;
}

#home-button {
	background-image: url(../images/interface/home-button.jpg);
}
#home #home-button {
	background-position: 0% -21px;	
}
#home #home-button:hover {
	background-position: 0% 0px;	
}

#kitchen-portfolio-button {
	background-image: url(../images/interface/kitchen-portfolio-button.jpg);
}
#kitchen-portfolio #kitchen-portfolio-button {
	background-position: 0% -21px;	
}
#kitchen-portfolio #kitchen-portfolio-button:hover {
	background-position: 0% 0px;	
}

#general-portfolio-button {
	background-image: url(../images/interface/general-portfolio-button.jpg);
}
#general-portfolio #general-portfolio-button {
	background-position: 0% -21px;	
}
#general-portfolio #general-portfolio-button:hover {
	background-position: 0% 0px;	
}

#my-process-button {
	background-image: url(../images/interface/my-process-button.jpg);
}
#my-process #my-process-button {
	background-position: 0% -21px;	
}
#my-process #my-process-button:hover {
	background-position: 0% 0px;	
}

#about-me-button {
	background-image: url(../images/interface/about-me-button.jpg);
	margin-bottom:0px;
}
#about-me #about-me-button {
	background-position: 0% -21px;	
}
#about-me #about-me-button:hover {
	background-position: 0% px;	
}	

#random-quote {
	background-image:  url(../images/interface/quote-backround.gif);
	width: 153px;
	height: 296px;
	clear:both;
	float:left;
	padding:20px;
	color:white;
	font-style: italic;
	font-weight: lighter;
	font-size: 1.2em;
	line-height: 1.3;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	overflow:hidden;
}

#footer {
	margin: 15px auto 0 auto;
	width: 58em;
	height:16px;
	font-size: .8em;
	color:#2B2B2B;
}
#footer a {
	text-decoration:none;
	color:#2B2B2B;
}
#footer img {
	border:none;
	margin-left:-3px;
	margin-right:1px;
}

.white {
	color:white;
}