html, body {
	background:url(images/bg3.jpg);
	height: 100%;
}

a:link {
	color: red;
}

a:hover {
	color:#F60;
}

a:visited, a:active {
	color:#F60;
}

#page {
	height: auto;
	width: 900px;
	background: #444;
	padding: 20px 20px 20px 20px;
	border: 1px solid black;
	margin: 0 auto;
}

#page-special {
	height: auto;
	width: 900px;
	background: #444;
	padding: 20px 20px 25px 20px;
	border: 1px solid black;
	margin: 0 auto;
}

.content {
	background:url(images/gradients/strip.jpg) repeat-y #fc9014;
	border: yellow 1px solid;
	color: white;
	height: 100%;
	padding: 1%;
}

#threecol_col1 {
	height:100%;
	width: 20%;
	float: left;
}

#threecol_col2 p {
	background:#d7ad5b url(images/gradients/237Strip.jpg) repeat-y;
	color:black;
	border: 2px black solid;
	padding: 1%;
	
}

#threecol_col2 {
margin-left: 24%;
	width: 50%;
	
}

#threecol_col3 {
	float: right;
	width: 20%;
	top: 0;
}

#header {
	width: 940px;
	background: #ff7805;

	height: 100px;
	border-left: #444 2px solid;
	border-right: #444 2px solid;
	border-bottom: yellow 1px solid;
	margin: 0 auto;
	position:relative;

}

#header span {
		
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}

.menuItem {
	background:#d7ad5b url(images/gradients/237Strip.jpg) repeat-y;
	border: black 1px solid;
	text-align:center;
	color: black;
	width: 210px;
}


.contentblk  {
	background:#d7ad5b url(images/gradients/237Strip.jpg) repeat-y;
	color:black;
	border: 1px black solid;
	padding: 0 2%;
	margin-bottom: 2%;
}

.menuPrice {
	background:#FF6;
	border: 1px solid black;
	color:#000;
	width: 100%;
	vertical-align:bottom;
	text-align:center;
}

.menuContainer {
	background:#d7ad5b url(images/gradients/237Strip.jpg) repeat-y;
	border: black 1px solid;
	text-align:center;
	color: black;
	width: 170px;
	height: 321px;
	margin: 10px;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	vertical-align:top;
}

#navtop li {
	list-style: none;
	display: inline;
	margin-top: 14px;
	position:relative;
	left: -20px;
}

#navtop li:hover {
}

#navtop ul {
	margin: 0;
	background: url(images/menu.gif) repeat-x center;
	height: 29px;
	
}

#navtop {
	background: #C60;
	margin: 0 auto;
	width: 944px;
	position:relative;
}

#navtop a:link, #navtop a:visited {
	color: black;
	background: url(images/menu.gif) repeat-x center;
	height: 29px;
vertical-align:middle;
	padding: 0px 1% 14px 0;
	text-decoration:none;
}

#navtop a:hover {
	background: url(images/menuhover.gif) repeat-x center;
	color:#yellow;
	text-decoration:none;
}

#footer {
	font-size: x-small;
}

img {
	border: none;
}