body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: medium;

}
#container {
	position: relative;
	margin: 0px auto;
	width: 760px;
	text-align: left;
	border: 1px solid #999999;
}
html>body #container {
	height: auto;
}
#header {
	background-image:    url(images/HeaderBlank.jpg);
	background-repeat: no-repeat;
	width: 760px;
	height: 104px;
}
#headertype {
	font-size: 11px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 5px 5px 0px;
}
#title {
	background-image:    url(images/title.jpg);
	background-repeat: no-repeat;
	height: 52px;
	width: 760px;
}
#title h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 0px 165px;
	padding-top: 6px;
}
#content {
	width: 760px;
	height: 300px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 15px 10px 10px 165px;
}
html>body #content {
	width: 585px;
	margin-bottom: -10px;
	height: auto;
	min-height: 300px;
	}
#content p{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: left;
}
#footer {
	margin: 0px;
}
* html #footer {
	margin-bottom: 0px;
}
#footer p{
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding: 0px 0px;
}

#navcontainer {
	width: 600px;
	position: absolute;
	left: 160px;
	top: 80px;
}
#navcontainer ul { padding: 0px 0px 0px 160px; }
#navcontainer ul li { display: inline; }
#navcontainer ul {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}
#navcontainer ul li a {
	padding: 3px 50px 2px;
	background-color: #01919A;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}
#navcontainer ul li a:hover {
	background-color: #33CC99;
	border-bottom: 2px solid #000000;
}
#navcontainer ul li a.first {
	border-left: 2px solid #000000;
}
#home .home, #about .about, #order .order, #contact .contact {
	background-color: #F6ECBB;
	border-bottom: 2px solid #F6ECBB;
	color: #cdbc62;
}

