
html,head{
width:100%;
margin:0px;
}

body{
height:100%;
width:100%;
margin:0px;
background:#000;
overflow-y:scroll;
}

a{
text-decoration:none;
color:#C21616;
}

.prodSections{
text-align:center;
float:left;
font-variant:small-caps;
font-size:12px;
width:114px;
height:26px;
padding:10px;
margin:5px;
border:1px solid #000;
}

a img{
border:0px none;
}

#logoslft{
position:fixed;
top:0px;
left:0px;
}

#logosrgt{
position:fixed;
top:0px;
right:0px;
}

#container{
width:754px;
position:absolute;
top:0px;
left:50%;
margin-left:-377px;
background:url('../images/lay_repeat.png') center repeat-y;
}

			#container #header{
								margin-left:1px;
								height:181px;
				width:100%;
				background:url('../images/lay_top_001.png') top center no-repeat;
			}
			
						#container #header span{
							margin-top:123px;
							float:left;
							height:58px;
							width:100%;
							background:url('../images/lay_top_002.png') top center no-repeat;
						}
						
						#container #header span img{
							margin-left:158px;
						}
						
			#container #content{
				width:706px;
				margin:0px auto;
			}
			
						#container #content #links{
							height:300px;
							width:160px;
							float:left;
							overflow:hidden;
						}
						
									#container #content #links a{
										height:27px;
										width:160px;
										margin-left:-25px;
										float:left;
									}
									
									#container #content #links a:hover{
										margin-left:0px;
									}
									
												#container #content #links a img{
													border:0px none;
												}
						
						#container #content #main{
							width:540px;
							float:left;
							text-align:center;
						}
									#container #content #main h2{
										width:100%;
										border-bottom:1px solid #000;
										text-align:left;
									}
						
									#container #content #main p{
										padding-left:15px;
										padding-right:15px;
										text-align:justify;
									}
									
									#container #content #main .newsitem{
										border-bottom:1px dotted #000;
										border-top:1px dotted #000;
										background:#FAFAFA;
										font-family:"Trebuchet MS";
										font-size:13px;
										padding-bottom:10px;
									}
									
												#container #content #main p strong{
													margin-bottom:5px;
													float:right;
													color:#C81D1D;
													font-family:"Trebuchet MS";
													font-size:12px;
												}
									
									#container #content #main .form{
										float:left;
										margin:10px;
										border:1px solid #000;
									}
									
									#container #content #main .orderform img{
										width:35%;
										margin:10px;
									}
									
									#container #content #main #employees, #container #content #main #tips, #container #content #main .sponsored{
									border:1px solid #000;
									text-align:justify;
									width:80%;
									margin:auto;
									padding:15px;
									}
									
									#container #content #main .zebra{
									width:100%;
									}
									
									#container #content #main .zebra tr{
									height:20px;
									width:100%;
									background:#FFF;
									}
									
									#container #content #main .zebra tr .name{
									width:70%;
									}
									
									#container #content #main .zebra tr .price{
									width:30%;
									text-align:right;
									}
									
									#container #content #main h3{
									margin:0px;
									display:block;
									border-bottom:1px solid #000;
									padding:0px;
									}
									
									#container #content #main #directions, #container #content #main #address{
									background:#BBB;
									width:80%;
									margin:auto;
									padding:15px;
									margin-bottom:20px;
									}
									
									#container #content #main #address{
									text-align:left;
									}

			#container #footer{
				clear:both;
								margin-left:1px;
								height:135px;
				width:100%;
				background:url('../images/lay_bot.png') no-repeat center;
			}

			#container #footer a{
				margin-top:95px;
				height:40px;
				width:100px;
				float:left;
			}
