body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
}

#container {
	border: 0px;
	width: 750px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 20px;
}

#header {
	border: 0px;
	margin-bottom: 0px;
}

#specials {
}

#content {
	font-size: 14px;
}

#content p a{
	color: black;
}

#content p a:hover{
	color: #FF6805;
}

#content h2, h3, h4, h5, h6{
	color: #FF6805;
	font-size: 14px;
}

#navigation {
	background-image: url(../images/border_top.gif);
	background-repeat: no-repeat;
	border: none;
}

#mainbody {
	background-image: url(../images/border_middle.gif);
	background-repeat: repeat-y;
	border-top:none;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 20px;
	margin-right: 0px;
}

#mainbody p {
	margin-left: 5px;
	margin-right: 20px;
	margin-top: 0px;
}

#mainbody h1 {
	font-size: 16px;
	font-weight: bold;
	color: #B89D1C;
	margin-right: 20px;
	margin-top:0px;
	margin-bottom:5px;
}

#mainbody h1 a{
	color: black;
	text-decoration: none;
}

#mainbody h1 a:hover{
	text-decoration: underline;
	color: #FF6805;
}

#mainbody ul li{
	
}


#bottombody {
	height: 23px;
	background-image: url(../images/border_bottom.gif);
	background-repeat: no-repeat;
}

#footer {
	margin: 15px;
}

#footer a {
	color: black;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}


#search {
	float: right;
}
