html, body { 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-image: url(images/bg.jpg);
} 
body, p, span, ul, ol, li, div, input, textarea, reset, submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #700000;
}
a {
	color: #205682;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: black;
}
 
#pagewidth { 
 width:775px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
 border: 1px solid #6e0019;
 /*background: #c6e1ea;*/
 background: #fff380;
} 


 
 /*   ----------------   HEADER   ----------------   */
 
#header {
 position:relative; 
 height:246px; 
 width:100%;
 background: url(images/header_bg.gif) 0 52px repeat-x;
} 
#logo {
	float: right;
	padding: 0;
	margin: 5px 26px 0 0;
	width: 270px;
	height: 45px;
	
}
#logo a {
	display: block;
	background: url(images/logo.gif) 0 0 no-repeat;
	text-indent: -9999px;
	width: 270px;
	height: 45px;
	
}
#flashmov1 {
	width: 452px;
	height: 211px;
	float: left;
}
#zagat {
	width: 320px;
	height: 90px;
	background: url(images/zagat_bg.gif) left center no-repeat;
	text-align: center;
	float: left;
	margin-top: 55px;
	padding-top: 16px;
}
#top_nav {
	height: 29px;
	padding: 2px 0;
	text-align: center;
	background: white;
	border-bottom: 1px solid #6e0019;
	border-top: 1px solid #6e0019;
	clear: both;
	width: 775px;
}
#top_nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;	
}
#top_nav li {
	display: inline;
	height: 29px;
	padding: 8px 0;
	background: url(images/top_nav_delim.gif) left center no-repeat;
}
#top_nav li a {
	padding: 8px 17px;
	height: 29px;
	line-height: 29px;
	color: #205783;
	text-decoration: none;
	text-transform: uppercase;
}
#top_nav li a:hover {
	color: #6e0019;
}
 
 /*   ----------------   MAIN CONTENT   ----------------   */
 
#maincol {
 position: relative; 
 width:745px; 
 padding: 25px 15px 15px 15px;
 }
 #HP_leftcol {
 	width: 421px;
	padding-right: 15px;
	background: url(images/dots.gif) top right repeat-y;
	float: left;
 }
 #HP_leftcol h2 {
 	font-size: 18px;
	color: #415491;
	margin: 0;
	padding: 20px 30px;
 }
 #featured {
 	padding: 0;
	margin: 0;
	list-style: none;
 }
 #featured li {
 	float: left;
	margin: 15px 14px;
	width: 182px;
	display: inline;
 }
 
 #featured li h3 {
 	padding: 0 0 12px 16px;
	margin: 0;
	font-size: 16px;
	color: #415491;
 }
 #featured li img {
 	border: 1px solid #613c12;
 }
 #featured li a {
 	font-weight: bold;
 }
 #HP_rightcol {
 	width: 294px;
	float: left;
	padding-left: 15px;
	text-align: center;
 }

 #HP_rightcol p {
 	font-size: 18px;
	line-height: 26px;
 }
 #HP_rightcol img {
 	margin-bottom: 18px;
 }
 .content_pic {
 	background: #efe267;
	padding: 5px;
	float: left;
	margin: 3px 8px 3px 0;
	font-size: 11px;
 }
 .content_pic img {
 	border: 1px solid #225986;
	margin-bottom: 3px;
 }
 #contact {
	width: 350px;
}

#contact form {
	padding: 0;
	margin: 0 0 0 20px;
}
#contact label {
	width: 270px;
	margin: 5px;
	padding: 2px 0 0 10px;
}
.myform, textarea {
	width: 270px;
	margin: 5px;
	border: 1px solid #7b0c26;
	padding: 2px;
}
textarea {
	height: 120px;
	overflow: auto;
}
.myform:focus, textarea:focus {
	background: #e2f3f9;
}
.myselect {
	width: 270px;
	margin: 8px 5px 5px 5px;
	float: left;
}
#wlist {
	float:right; 
	margin-right:20px; 
	text-decoration:none; 
	padding:5px; 
	background:white;
	border: 1px solid #225986;
}
 
 /*   ----------------   FOOTER   ----------------   */
 
#footer {
 height:33px; 
 line-height: 33px;
 border-top: 1px solid #6e0019;
 clear:both;
 padding: 0 15px;
 font-size: 11px;
 color: #574444;
 } 
 #footer span { 	
	font-size: 11px;
	color: #574444;
 }
 #footer a {
 	text-decoration: none;
 }
 

 
 /* *** Float containers fix:  *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

