*
{
margin:0;
padding:0;
}

body 
{
	margin: 0;
	padding:0;
	font-family: Arial, sans-serif, Helvetica;
	font-size: 15px;
	color:#000000;
	background-color: #FCF6D9;
	}

#container
{
	display: block;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 20px;
	background-position: top;
	padding-top:0px;
}

#header
{
background-image: url(../images/site/logo.jpg);	
height: 175px;
}

#nav
{
background-image: url(../images/site/nav.jpg);
padding: 5px 40px 5px 5px;
height: 30px;
text-align: right;
font-family: arial;
font-weight: bold;
font-size: 20px;
color: #ffffff;
margin-bottom: 10px;
}

#nav a:link
{
font-weight: bold;
font-size: 20px;
color: #ffffff;
text-decoration: none;
}

#nav a:active
{
font-weight: bold;
font-size: 20px;
color: #ffffff;
text-decoration: none;
}

#nav a:visited
{
font-weight: bold;
font-size: 20px;
color: #ffffff;
text-decoration: none;
}

#nav a:hover
{
font-weight: bold;
font-size: 20px;
color: #cccccc;
text-decoration: none;
}

#container #nav .current
{
font-weight: bold;
font-size: 20px;
color: #cccccc;
text-decoration: none;
}

#home-images
{
background-image: url(../images/site/homepage-images.jpg);
height: 219px;
margin-top: 10px;
margin-bottom: 10px;
}

#footer
{
background-image: url(../images/site/bottom-nav.jpg);
height: 30px;
padding: 10px 5px 0px 5px;
margin-top: 10px;
margin-bottom: 20px;
text-align: center;
font-weight: bold;
color: #ffffff;
}

#footer a:link
{
font-weight: bold;
font-size: 16px;
color: #ffffff;
text-decoration: none;
}

#footer a:active
{
font-weight: bold;
font-size: 16px;
color: #ffffff;
text-decoration: none;
}

#footer a:visited
{
font-weight: bold;
font-size: 16px;
color: #ffffff;
text-decoration: none;
}

#footer a:hover
{
font-weight: bold;
font-size: 16px;
color: #cccccc;
text-decoration: none;
}

p
{
padding: 0 10px 0 10px;	
}

h1
{
padding: 0 10px 0 10px;	
font-size: 15px;
}

#map
{
border: 1px solid #000000;
width: 650px;
height: 350px;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 10px;
float: left;
}

.clear
{
display: block;
clear: both;
}

.address-box
{
padding: 10px 5px 5px 5px;
margin-left: 670px;
text-align: right;
}

.address-box a:link
{
font-size: 16px;
color: #000;
text-decoration: none;
}

.address-box a:active
{
font-size: 16px;
color: #000;
text-decoration: none;
}

.address-box a:visited
{
font-size: 16px;
color: #000000;
text-decoration: none;
}

.address-box a:hover
{
font-size: 16px;
color: #cccccc;
text-decoration: none;
}