html, body {
	height: 100%;
	font-family: Arial, sans-serif;
	font-size:12px;
	background:#CCC;
}
* {
	margin: 0;
	padding: 0;
}
body {
	min-width:955px; 	/*  this is for Firefox  */
}
img, #left {
	behavior: url(iepngfix.htc);
}
#wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px;
	text-align: left;
	background: url(images/bg.jpg) repeat-y;
}
#header {
	background: url(images/restauran_pan.jpg) top center;
	width:100%;
	height:250px;
}
#left {
	position:absolute;
	left:0;
	top:0;
	width:148px;
	height:250px;
	background:url(images/nav_bg.png) repeat-y;
}
.content {
	margin-left:148px;
	color:#333;
}
#footer, #push {
	clear:both;
	width: 100%;
	height: 20px;
	margin: 0 auto;
	background:#333;
	font-size:11px;
	text-align:center;
	color:#CCC;
}
#push {
	background:none;
}
/*---Navigation---*/
#nav ul, #nav li {
	display:block;
	list-style-type:none;
}
#nav a {
	line-height:18px;
	display:block;
	color:#CCC;
	width:55px;
	height:18px;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	background:url(images/link_bg.gif) repeat-x;
	margin:20px 10px;
}
#nav a:hover {
	color:#FFF;
}
/*---Menu Styling---*/
#menu .content {
	background:url(images/chalkboard.jpg) 5px 50px no-repeat;
	width:807px;
	overflow:hidden;
}
#left_menu {
	float:left;
	margin-left:40px;
	margin-top:100px;
	width:375px;
	display:inline;
}
#right_menu {
	float:left;
	margin-top:100px;
	width:375px;
}
.handwriting {
	font-family:Comic Sans MS;
	font-size:16px;
	font-style:italic;
	font-weight:100;
	letter-spacing:1px;
	word-spacing:0.25em;
	color:#FFF;
}
.handwriting ul, .handwriting li {
	list-style-type:none;
	display:block;
	clear:both;
}
.handwriting span {
	float:right;
	display:inline;
	width:90px;
}
.handwriting h4 {
	margin:15px 0px 5px;
	color:#FCC;
}
h5.handwriting, h6.handwriting {
	padding-top:20px;
	font-size:18px;
	text-align:center;
}
h5.handwriting {
	color:#FF6;
	font-weight:bold;
}
h6.handwriting {
	padding-bottom:250px;
}
.potato {
	clear:both;
	margin-left:40px;
	padding-top:10px;
	color:#FCC;
}
#scroller {
	width:802px;
	position:absolute;
	top:330px;
	left:153px;
	overflow:hidden;
}
/*---Form Layout---*/
#form {
	width:600px;
	margin-left:200px;
	padding-top:50px;
}
.text_on_top {
	display:block;
}
form {
	margin:50px 5px;
	font-size:12px;
}
fieldset {
	border:none;
}
/*---Misc Styling---*/
h1 {
	margin:0px 160px 0px;
	color:#CCC;
}
h2 {
	margin:5px 190px;
	color:#CCC;
}
#left p {
	padding:0 10px;
}
.lc_logo {
	position:absolute;
	top:545px;
	left:348px;
}
.pasta {
	padding-bottom:65px;
}
.map {
	border:2px solid #0F789B;
	margin-left:411px;
}
#home .content {
	width:740px;
	background:url(images/food_bg.jpg) no-repeat 20px 150px;
}
.content p {
	padding:3px 5px;
}
.content h3 {
	padding:5px;
	font-size:14px;
}
#home .content h4 {
	text-align:center;
	color: #33CC00;
	font-size:18px;
	margin-left:400px;
	padding-top:20px;
	padding-bottom:50px;
}
.phone {
	position:absolute;
	top:250px;
	left:10px;
	color: #66FF99;
	font-size:16px;
	font-weight:bold;
}
.phone span {
	letter-spacing:1px;
}
#inner_wrap {
	width:100%;
	height:800px;
	background:url(images/clearfork.jpg) 700px 200px no-repeat;
}
.mysite {
	text-decoration:none;
	color:#CCC;
	cursor:text;
}
#contactus .content {
	background:url(images/salad.jpg) 200px no-repeat;
	height:580px;
}
.clear {
	clear:both;
}
