body {
	background-color: #3C9E01;
	background-image: url("bg_repeat.png");
	background-repeat: repeat-x;
	}
html>body #container {
	width: 800px;
	} 
#container {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	}
#header {
	width: 800px;
	height: 122px;
	background-image: url("header.png");
	}
#logo {
	padding: 0;
	margin-top: 10px;
	margin-left: 10px;
	} 
#header img {
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	}
#slogan {
	float: right;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	padding-top: 90px; 
	}
#slogan p {
	margin: 0;
	padding-right: 10px;
	} 
#menu {
        text-align: center;
	border: 1px solid black;
	background-image: url("menu_rp.png");
	background-repeat: repeat-x;
        width: 798px;
	}
#menu ul {
        display: block;
	list-style: none;
	padding: 0;
        width: 798px;
	margin: 0 auto;
	height: 30px;
	}
#menu ul li {
	padding-top: 4px;
        padding-bottom: 5px;
	margin-top: 1px;
	height: 30px;
	display: inline;
	background-image: url("menu_rp.png");
	background-repeat: repeat-x;
        background-position: -3px 0px;
	/*border-right: 2px solid #39516e;*/
	font-size: 18px;
	/*float: left;*/
	}
#menu ul li a {
	text-align: center;
	display: inline-block;
	height: 30px;
	padding-left: 27px;
	padding-right: 27px;
	text-decoration: none;
	color: #000;
	font-family: Arial;
	padding-top: 3px;
	}
#menu ul li:hover {
	/*border-right: 2px solid #b2c5dc;*/
	background-image: url("button_ac.png");
        background-position: -5px 0px;
	background-repeat: repeat-x;
	}
#content {
	margin: 0;
	padding: 20px;
	background-image: url("content_repeat.jpg");
	background-repeat: repeat-y;
	}
#content p {
	}
#footer {
	margin: 0;
	padding: 0;
	background-image: url("footer.png");
	background-repeat: no-repeat;
	height: 24px;
	width: 800px;
	text-align: center;
	}
.contentheading {
	font-family: Arial;
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
	color: #F5001B;
	}
#order-container {
	padding: 0;
	margin: 0 auto;
	width: 750px;
	}
#notice {
	color: red;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid red;
	font-size: 12px;
	font-weight: bold;
	}
#notice p {
	padding: 0;
	margin: 0;
	}
#notice ul {
	list-style: none;
	text-align: left;
	}
#location tr td {
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 5px;
	width: 200px;
}

