body,td,th {
	font: 80%/1.2 Arial, Helvetica, sans-serif;
	color: #666;
}
body {
	background-color: #fff;
	background-image: url(images/bg01.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0;
}

a { color: #9c3;}

h1 {
margin-top: 0;
font-size: 140%;
color: #630;
font-weight: normal;
}

h2 {
margin-top: 0;
font-size: 120%;

}

h3 {
margin-top: 0;
font-size: 100%;

}


#container {
background-color: #fff;
border-left: 8px solid #9c3;
border-right: 8px solid #9c3;
margin:auto;
width: 900px;
}

#mainNav {
margin-top: 20px;
width: 150px;
float:left;
text-align: left;
font-size: 110%;
}

#mainNav ul {
width: 145px;
padding: 0;
margin: 0;
list-style: none;
}

#mainNav li {
display: inline;
text-transform: lowercase;
font-weight: bold;
}

#mainNav a {
background-image:url(images/Willowvale_09.gif);
background-position: top right;
background-repeat: no-repeat;
display: block;
padding: 10px 0 10px 20px;
color: #630;
text-decoration: none;
}

#mainNav a:hover {
background-image:url(images/Willowvale_12.gif);
background-position: top right;
background-repeat: no-repeat;
color: #fff;
}

#content {
width: 460px;
float: left;

margin: 40px 10px 10px 25px;
}

#banner {
float: right;
width: 190px;
margin: 20px 20px 20px 0;
}

#footer {
clear: both;
background-image: url(images/Willowvale_19.gif);
background-repeat: repeat-x;
background-position: bottom;
height: 77px;
}

#credit {
width: 900px;
margin: auto;
font-size: 85%;
padding: 5px;
color: #fff;
}

#credit a { color: #fff; }