*
{

margin:0; padding:0;
}


body
{
	background-color: #e1f2fb;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin:0;
	font-family:tahoma, verdana, arial, sans-serif;
	font-size:85%;
}

.clear
{
	clear:both;
}

 h3, h4, h5, h6
{
	font-family:Georgia, "Times New Roman", Times, serif;
}



a
{
	color:#900;
}

.testimonial
{
	text-align:center;
	border-top:1px solid #fc9;
	border-bottom:1px solid #fc9;
	padding:10px;
	margin:10px 0;
	background:#ffc;
	font-size:110%;
}

.citation
{
	display:block;
	text-align:right;
	margin-top:10px;
}

#wrapper
{
	background:#fff;
	position:relative;
	width:700px;
	margin:0 auto;
	text-align:left;
	padding:275px 10px 10px 10px;
	border-left:2px solid #444;
	border-right:2px solid #444;
	border-bottom:6px solid #900;
}

#wrapper h2
{
	margin:0;
	padding:0;
	border-bottom:1px solid #000;
}

#wrapper p
{
	margin:1.8em 0;
	line-height:1.6em;
}

#wrapper strong
{
	font-weight:bold;
}

#wrapper > ul
{
	margin: 1em 0 1em 2em;
}

#awning
{
	position:absolute;
	width:795px;
	height:255px;
	background: url(../images/AwningLogo.jpg);
	margin:0 auto;
	left:-45px;
	top:0;
}

#awning h1
{
	display:none;
}

.menudetail
{
	background:#ffc;
	padding:10px;
	border-top:1px solid #fc9;
	border-bottom:1px solid #fc9;
}

.menudetail h1
{
	font-size:1.5em;
	border-bottom:1px solid #000;
}

.menudetail ul
{
	margin:1em 0 1em 2em;
}

#copyright
{
	color:#666;
	margin-bottom: 25px;
	margin-top:4px;
	font-size:90%;
}

.title
{
	border-bottom:1px solid #fc9;
	text-align:center;
}	

#content
{
	text-align:center;
}

#navigation
{
	list-style:none;
	text-align:center;
	border-top:1px solid #fc9;
	border-bottom:1px solid #fc9;
	padding:3px;
	background:#ffc;
	margin:0 0 15px 0;
}

#navigation li
{
	display:inline;
	padding:0 25px 0 25px;
}

#navigation li a
{
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}

#addresscontent
{
	margin:25px 0;
}

#addresscontent h1
{
	font-size:1em;
}

#addresscontent ul
{
	list-style:none;
	margin-left:25px;
}

.left
{
	float:left;
	margin: 0 10px 0 0;
}

.right
{
	float:right;
	margin: 0 0 0 10px;
}

.snapshot
{
	background:#fff;
	padding:6px;
	border:1px solid #ddd;
}

ul.gallery
{
	list-style:none;
}

ul.gallery li
{
	float:left;
	margin-right:3px;
}

ul.gallery li a img
{
	background:#fff;
	padding:6px;
	border:1px solid #ddd;
}

.center
{
	text-align:center;
}
	