body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center
}

blockquote {
	background: #fff;
	border: dashed thin #DCF4CF;
	padding: 15px;
	font-style: italic;
	} 

#container{
	background: #CAC2CD;
	width: 808px;
	position: relative;
	top: 15px;
	margin: 0 auto;
	padding-top: 16px;
	padding-bottom: 16px;
	}

#content{
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-y;
	width: 761px;
	
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
	}
	

	
#topcontent{
	background: url(../images/top-bg.jpg) top center no-repeat;
	height: 516px;
	width: 761px;
	*height: 100%;
	}
	
#contentcontainer{
	min-height: 500px;
	}

#leftcontent{
	float: left;
	width: 205px;
	position: relative;
	}
	
#leftcontent h1 a{
	background: transparent url(../images/logo.jpg) no-repeat top left;
	text-indent: -2000px;
	display: block;
	width: 199px;
	height: 71px;
	margin-top: 15px;
	}
#leftcontent h1 span {
	display: none;
	}
	
#leftcontent ul{
	margin-left: 92px;
	padding: 0;
	width: 100px;
	}
	
#leftcontent li{
	display: block;
	list-style: none;
	text-align: right;

	}
	
#leftcontent li a:link, li a:visited{
	color: #666633;
	text-decoration: none;
	font-size: 13px;
	width: 100px;
	display: block;
	padding-right: 3px;
	line-height: 1.6;
	}

#leftcontent li a:hover{
	background: #EAE9EA;
	border-right: #CACC2D dotted thin;
	}
	
#rightcontent{
	position: relative;
	float: right;
	width: 510px;
	margin-top: 50px;
	margin-left: 40px;
	}
	
#rightcontent h2{
	color: #663300;
	font-weight: normal;
	font-size: 2em;
	}
	
#rightcontent h3{
	color: #663300;
	font-weight: normal;
	font-size: 1.4em;
	margin-left: 6px;
	}

#rightcontent p{
	margin-left: 10px;
	margin-right: 57px;
	padding-bottom: 5px;
	
	color: #333333;
	
	}
	
blockquote.coupon{
	text-align:center;
	font-style: normal;
	}
	
#rightcontent .text {
	background: url(../images/p1-bg.png) no-repeat;
	padding-top: 5px;
	width: 453px;
	font-size: 1.2em;
	}

#rightcontent #hours{
	width: 453px;
	}
	
#rightcontent #hours td{
	color: #663300;
	}
	
.portrait_right {
	float: right;
	margin: 5px;
	}
	
.portrait_left{
	float: left;
	margin: 5px;
	}
	
#footer {
	background: url(../images/footer-bg.jpg) no-repeat;
	width: 761px;
	height: 59px;
	position: relative;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	}
	
.profile {
	margin: 10px 0 10px 0;
	}