body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(images/background.jpg);
}

#wrapper {
	position: relative;
	text-align: left;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
/*	background-repeat: no-repeat;
	background-position: right bottom;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #722100;
	border-bottom-color: #722100;
	border-left-color: #722100; */
}

#header {
	height: auto;
	border-top-style: none;
	padding-top: 5px;
}

/*#header .logoleft {
	float: left;
	margin-left: 1.5em;
	margin-top: 0.5em;
}
#header .logoright {
	float: right;
	margin-right: 1.5em;
	margin-top: 0.5em;
}
*/
.clear {
	clear: both;
}

#banner {
	text-align:center
}
#content {
	padding: 20px 10px 0  0;

}
#content p {
/*	font-size: 80%;
	line-height: 1.8em;
	padding-left: 2em;
*/
}
#content h1 {
	color: "5959b2";
}
#content h2 {
/*	font-size: 120%;
	color: #5959B2;
	background-color: transparent;
	border-bottom: 1px dotted #FF9006;
*/
}
#content .banner {
/*	margin-left: 60px; */
}

#content img {
	border-color: #5959B2; 
}
/*#navigation {
	text-align: center;
	padding-top: 5px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #FFFFFF;
	border-collapse: collapse;
}
#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:visited {
	background: url("Images/btnbkg.gif");
}
#navigation a:hover {
	background-position: 0 -45px;
}
*/
ul#nav {
display: inline;
	list-style: none;
	height: 45px;
	width: 150px;
	}
	
ul#nav li {
	float: left;
	clear: none;
	margin-left: 10%;
	margin-top: 5px;
	overflow: hidden;
	display: inline; /* fix IE double width margin bug*/
	}

ul#nav li a {
	display: block;
	position: relative;
	width: 150px;
	height: 45px;
	}
	
ul#nav li a span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url("images/btnbkg.gif");
	z-index: -10;
	}
	
ul#nav li a#home:hover span { background-position: 0 -45px; }
	
ul#nav li a#order:hover span { background-position: 0 -45px; }

ul#nav li a#contact:hover span { background-position: 0 -45px; }
	
#spacer {
	background-color: transparent;
	height: 120px;
	margin-bottom: 0px;
}
#footer {
	font-size: 70%;
	color: #000000;
	background-color: transparent;
	text-align: center;
	margin-bottom: 10px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #33CC00;
}
