#home {
	height: 403px;
}

#main-content {
	float:right;
	width: 610px;
	height:349px;
}

#main-content img {
	width: 100%;
	height:100%;
}

#sub-content {
	width:235px;
}

.nav-button {
	float:left;
	height:28px;
	background-position: 0% -57px;
	margin-right: 14px;
}
.nav-button:hover {
	background-position: 0% 0px;
}

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

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

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

#my-process-button {
	background-image: url(../images/interface/home/my-process-button.jpg);
	width: 140px;
	margin-right:13px;
}
#my-process #my-process-button {
	background-position: 0% -28px;	
}
#my-process #my-process-button:hover {
	background-position: 0% 0px;	
}

#about-me-button {
	background-image: url(../images/interface/home/about-me-button.jpg);
	width: 122px;
	margin-right: 0px;
}
#about-me #about-me-button {
	background-position: 0% -28px;	
}
#about-me #about-me-button:hover {
	background-position: 0% px;	
}

#random-quote {
	background-image: url(../images/interface/home/quote-background.gif);
	width: 219px;
	height:309px;
}
