/* CSS Document */

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

a:link {color:#996633;text-decoration:none;font-weight:bold;}
a:active {color:#999966;text-decoration:none;font-weight:bold;}
a:visited {color:#996600;text-decoration:none;font-weight:bold;}
a:hover {color:#CC9900;text-decoration:none;font-weight:bold;}


h1
{
	font-size:x-large;
	font-weight:bold;
	color:#996600;
}

h2
{
	font-size:large;
	font-weight:bold;
	color:#996600;
}

h3
{
	font-size:medium;
	font-weight:bold;
	color:#996600;
}

#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
{
	background-image:url(images/bg_sage.jpg);
	float:left;
	width:200px;
	font-size:9pt;
	text-align:center;
	margin-right: -3px;
}
#nav img
{
	margin:0;
	border:0;
}

#content
{
	margin-left:210px;
	padding:10px;
	background-image:url(images/bg_cream.jpg);
}	
#address
{
	color:#333;
	margin-top:20px;
}
#footer
{
	text-align:right;
	font-size:small;
	color:#666666;
	padding-top:50px;
	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:10px;
	text-align:center;
}
.graphic img
{
	border:3px solid #996600;
	margin:5px;
	
}
.homeflash
{
	float:right;
	border:3px solid #996600;
	height:225px;
	width:300px;
	margin:10px;
	
}
