body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #e8e8cd;
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.homepage #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 635px;
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 20px;
	position: relative;
	}
.homepage #header {
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../images/ceramichead.jpg);
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.homepage #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Algerian;
	font-size: 45px;
	font-weight: bold;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.small {
	font-size: 25px;
}

.homepage #container #mainContent {
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #E5E3D3;
	margin-top: 0px;
}
.homepage #footer {
	padding-top: 25;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.homepage #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #686551;
}
.homepage #footer a {
	color: #63604B;
}
.homepage #footer a:hover {
	color: #FFFFFF;
	background-color: #63604B;
}
#mainContent p {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#mainContent h1 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: normal;
}
#mainContent #homephoto {
	float: left;
	height: 470px;
	width: 330px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#mainContent #homegif {
	float: right;
	height: 285px;
	width: 230px;
}
#container #mainContent #homebottom {
	background-color: #aeab96;
	color: #FFFFFF;
	height: 178px;
	width: auto;
	clear: right;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	visibility: visible;
}
#container #mainContent #homebottom #homecontent {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	width: auto;
	right: 500px;
	padding: 0px;
	
}
	
#mainContent #homemiddle #menu {
	width: 310px;
	border-size: 1px;
	margin: 0px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-bottom-color: #AEAB96;
	border-left-color: #AEAB96;
	padding: 0px;
	}
	
#mainContent #homemiddle #menu li a {
	height: 23px;
	text-decoration: none;
	list-style-type: none;
	font-size: 15px;
	}	


	
#mainContent #homemiddle #menu li a:link, #menu li a:visited {
	color: #64614D;
	display: block;
	background-image: url(../images/menu1.gif);
	list-style-type: none;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
	}
	
#mainContent #homemiddle #menu li a:hover {
	color: #26370A;
	background-image: url(../images/menu1.gif);
	background-position: 0;
	list-style-type: none;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
	}
	
#mainContent #homemiddle #menu li a:active {
	color: #26370A;
	background-image: url(../images/menu1.gif);
	background-position: 0;
	list-style-type: none;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
	}
#mainContent #homemiddle #menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#mainContent #homemiddle {
	padding-left: 330px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	clear: none;
	float: none;
}
.italic {
	font-style: italic;
}
#homebottom #homecontent a {
	color: #FFFFFF;
}
#homebottom #homecontent a:hover {
	color: #63604B;
	background-color: #FFFFFF;
}.bold {
	font-weight: bold;
	font-size: 16px;
}
