body
{
	background-color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #643312;	
}

img
{
	border: none;
}

a:link
{
	/* color: #F47C31; */
	color #6f9cc9;
	text-decoration: none;
}

a:visited
{
	/* color: #F7A42F; */
	color #6f9cc9;
	text-decoration: none;
}

a:hover
{
	/* color: #FF6600; */
	color: #006fde;
	text-decoration: none;
}

a:active
{
	color: #CCCCCC;
	text-decoration: none;
}

#main_area
{
	width: 700px;
	height: 535px;
	margin: 0;	
}

#top_area
{
	width: 700px;
	height: 115px;
	margin: 0;
}

#logo_hours_area
{
	height: 85px;
	margin: 0;
}

#logo_banner_area
{
	width: 415px;
	float: left;
	margin: 0;
	text-align: center;
}

#hours_area
{
	width: 285px;
	float: right;
	margin: 0;
}

#navigation_area
{
	width: 700px;
	height: 30px;
	position: relative;
	color: #F7A42F;
	margin-top: 5px;
	text-align: right;
}

#middle_area
{
	width: 700px;
	height: 375px;
	background-image: url(images/shadow.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0;
}

#blog_area
{
	width: 700px;
	height: 375px;
	background-image: url(images/shadow.gif);
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
	margin: 0;
}

#middle_picture
{
	height: 375px;
	float: left;
	margin: 0;
}

#middle_text
{
	height: 335px;
	overflow: auto;
	float: right;
	padding: 20px;
	font-size: 11px;
	margin: 0;
}

#middle_text_full
{
	height: 335px;
	overflow: auto;
	/* float: right; */
	padding: 20px;
	font-size: 11px;
	margin: 0;
}

#bottom_area
{
	width: 700px;
	height: 45px;
	padding-top: 10px;
	background-image: url(images/shadow.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0;
}