body {
	margin:0px auto 0px auto;
	background:#FC0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
	line-height:19px;
	color:#333;
	background-image:url(.../images/bg.jpg);
	background-position:top;
	background-repeat:repeat-y;
	background-attachment:fixed;
	}
	
#main {
	width:900px;
	margin:20px auto 0px auto;
	padding:0px 0px 0px 0px;
	background:#FFF;
	overflow:hidden;
	}
	
#header {
	width:880px;
	height:135px;
	margin:10px 10px 10px 10px;
	float:left;
	background:#999;
	}
	
#holder {
	float:left;
	width:880px;
	margin:0px 10px 0px 10px;
	background-color:#FFF;
	}

#menu {
	float:left;
	width:220px;
	padding:0px 0px 0px 0px;
	}
	
#content {
	float:right;
	width:600px;
	min-height:520px;
	padding:0px 20px 0px 20px;
	border-left:10px #FFF solid;
	background-color:#f1f1f1;
	}

#footer {
	width:880px;
	height:25px;
	margin:10px 10px 10px 10px;
	float:left;
	background:#c8322e;
	padding-top:5px;
	font-size:11px;
	color:#FFF;
	}
	
#footer a {
	color:#FFFFFF;
	text-decoration:none;
	}
	
#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}

h1{
font-size:22px;
width: 600px;
padding-bottom:3px;
border-bottom:3px #FC0 solid;
font-weight:bold;
letter-spacing:-1px;
color:#c8322e;
}

a{
color:#c8322e;
text-decoration:none;
}

a:hover{
color:#F00;
text-decoration:underline;
}

#navigation {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
#navigation li {
   margin-bottom: 2px;
   font-size:15px;
   font-weight:bold;
   letter-spacing:0px;
}
#navigation a {
   background: #FC0;
   color: #000;
   display: block;
   width: 215px;
   border-left: 5px solid #c8322e;
   text-decoration:none;
   padding: 4px 0px 4px 10px;

}
#navigation a:hover {
   background: #c8322e;
   color: #FC0;
   text-decoration: none;
   border-left: 5px solid #333;
}



#locations {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
#locations li {
   margin-bottom: 0px;
   font-size:12px;
   font-weight:bold;
   letter-spacing:0px;
}
#locations a {
   background:#f1f1f1;
   color: #000;
   display: block;
   width: 180px;
   text-decoration:none;
   padding: 1px 0px 1px 5px;
   border-bottom:2px solid #FC0;

}
#locations a:hover {
   background: #FC0;
   color: #333;
   text-decoration: none;
}

.small_text {
	font-size: 10px;
	color:#666;
}

.price {
	font-size: 15px;
	color:#000;
}

