@charset "UTF-8";
/* CSS Document */

@import url("navigation.css");
@import url("tags.css");

*{
	margin:0;
	padding:0;
}

img
{
	border:none;
}

body{
	text-align:center;
	margin:80px auto;
	/*min-width:840px;for netscape browsers*/
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	background:url(../images/layout/bodybackground.jpg) left top no-repeat #221400;
}

#header
{
	width:799px;
	height:37px;
	background-image: url(../images/layout/header.jpg);
	background-repeat: no-repeat;
}


#header_text
{
	text-align:right;
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #FFFFFF;
	font-weight: bolder;
	margin-right: 60px;
	font-style: italic;
}

#home_main_Image
{
	float:none;
	height:310px;
	width:615px;
}

#main_Image
{
	float:none;
	height:210px;
	width:615px;
}

#logo
{
	float:left;
}

#navigation_back
{
	vertical-align:top;
	height:112px;
	width:184px;
	background:url(../images/layout/navigationback.jpg) left bottom no-repeat;
	padding:0px;
}

#content
{
	width:799px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background: #ffffff;
	/*border: medium solid #516027;*/
}

#main_content_footer
{
	float:left;
	width:595px;
	padding:5px;
	margin-left:5px;
	margin-bottom:4px;
	margin-top:20px;
	background:#516027;
	color:#ffffff;
	font-size:10px;
}

#main_content_footer .address
{
	float:left;
}

#main_content_footer .phone
{
	float:right;
	text-align:right;
}

.main_content_text
{
	float:left;
	margin-left:20px;
	padding-right:20px;
	width:575px;
}

#footer
{
	width:799px;
	clear:both;
	color:#FFDC7B;
	text-align:right;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	font-size:10px;
}

#footer a
{
	color:#FFDC7B;
}

#footer #copyright
{
	float:right;
}

#footer #reference
{
	float:left;
	text-align:left;
}

#page_titles
{
	float:left;
	margin-left:20px;
	margin-right:23px;
	margin-bottom:15px;
	padding-left:33px;
	width:540px;
	text-align:left;
	font-family:"Impact", Verdana, Arial, Helvetica, sans-serif;
	font-size:26px;
	color: #4b2000;
	font-weight: normal;
	background-image: url(../images/layout/titletrees.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663333;
}

#description
{
	float:left;
	width:575px;
	padding-top:15px;
	padding-bottom:10px;
}
