body {
	background-image:url(../images/body_bg.gif);
	background-repeat: repeat-y;
}

#header {
	background-image:url(../images/banner_bg.gif);
	background-repeat: repeat-x;
	position: relative;
	top:-8px;
	left:-8px;
	width:100%;
}

#pizza {
	position: relative;
	left: 40px;
	top: -30px;
}

#sidebar {
	position: relative;
	top:-8px;
	left:-8px;
	width:170px;
}

#navmenu {
	padding-top: 20px;
}

ul.menu, ul.submenu {
	list-style-type: none;
}

.menu li {
	background-image: url(../images/menuitem.jpg);
	background-repeat: no-repeat;
	width:120px;
	height:19px;
	position: relative;
	left: -18px;
	text-align: center;
	margin-bottom: 5px;
}

.menu li a, .submenu li a {
	text-decoration: none;
	color:white;
	font-size: 10px;
}

#contact {
	text-align: center;
	margin-top: 60px;
	padding-bottom: 20px;
	position: relative;
	left:-2px;
}

#container {
	width: 750px;
	position: relative;
	float:center;
	margin-top: -360px;
	left: 180px;
}

#submenu {
	position: relative;
	text-align:center;
}

.submenu li {
	display: inline;
	background-image:url(../images/menuitem.jpg);
	background-repeat: no-repeat;
	width: 120px;
}

.submenu li a {
	padding:20px;
}

#content {
	position: relative;
	float:none;
	margin:0 auto;
}

#footer {
	text-align: center;
	position: relative;
	margin:10px auto 0;
	clear:both;
}

.fmenu {
}

.fmenu a {
	font-size: 12px;
	color: green;
	text-decoration: none;
}

.copyright {
	font-size: 10px;
}

ul.checkboxsetfield {
	list-style-type:none;
}

textarea {
	width:300px;
}
