/* CSS Document */

body
{
	margin:0;
	color:#333333;
	font-family:"Times New Roman", Times, serif;
	font-size:medium;
	background-image:url(images/bg_page.jpg);
	background-repeat:repeat-y;
	background-color:#ECECEC;
	
}

a:link {color:#639;text-decoration:none;}
a:active {color:#639;text-decoration:none;}
a:visited {color:#639;text-decoration:none;}
a:hover {color:#93C;text-decoration:none;}

h1
{
	font-size:x-large;
	font-weight:bold;
	color:#033;
	margin-top:3px;
	margin-bottom:3px;
	text-align:left;
}

h2
{
	font-size:medium;
	font-weight:bold;
	color:#033;
	margin-top:3px;
	margin-bottom:3px;
}

h3
{
	font-size:small;
	font-weight:bold;
	color:#033;
	margin-top:3px;
	margin-bottom:3px;
}

#wrapper
{
	display:table;
	border-collapse:collapse;
	width:100%;

}
#header
{
	background-image:url(/images/bg_brown.jpg);
	background-repeat:repeat;
	height:100px;
	text-align:center;
	
}

#header img
{
	border:none;
	
}

#nav
{
	float:left;
	width:175px;
	text-align:center;
	margin-right: -3px;
}

#nav img
{
	border:0;
}
#nav div.button  a {display:block;height:40px;}
#nav div.button  a:hover {background-image:url(images/bg_tan_on.jpg);height:40px;}

#nav div.address
{
	padding:10px;
	text-align:center;
	font-size:12px;
}

#nav img.carl
{
	margin:0;
	border-bottom:1px solid #000;
}

#content
{
	margin-left:185px;
	padding:5px;
	vertical-align:top;
}	

#footer
{
	text-align:right;
	font-size:small;
	color:#666666;
	padding-top:20px;
	padding-right:10px;
	clear:both;
}
#footer a:link {font-weight:normal;color:#333333;}
#footer a:visited {font-weight:normal;color:#666666;}
#footer a:hover {font-weight:normal;color:#666666;}
#footer a:active {font-weight:normal;color:#333333;}

.graphic
{
	float:right;
	margin:5px;
	text-align:center;
	width:285px;
	padding:5px;
	background-image:url(images/bg_tan.jpg);
	background-repeat:repeat;
	border:1px solid #333;
}
.graphic img
{
	border:none;
	margin:5px;
	
}
.homeflash
{
	float:right;
	border:3px solid #300;
	height:225px;
	width:300px;
	margin:10px;
	
}
.highlight
{
	background-color:#FFFFFF;
	padding:5px;
	border:1px solid;
	margin:10px;
}
.highlight h1
{
	text-align:center;
	font-size:large;
}