/* CSS Document */

/* Page Stuff */
body {

background:#ffffcd url(bg.gif) repeat-x;
font-family: Arial, Helvetica, sans-serif;

}

#heading {
	width: 680px;
	height: 150px;
/*	background: url(heading.gif) no-repeat;*/
}

#footer {
	width: 700px;
	height: 40px;
	background: url(bottom.gif) no-repeat;
}

#footer-content {
	font-size: 9px;
	padding: 10px 0 10px 20px;
}

/* Navigation */

#navcontainer{
margin: 0;
padding: 0;
height: 36px;
font-size: 10px;
vertical-align: middle;
}

#navcontainer ul{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
vertical-align: middle;
font-size: 10px;
}

#navcontainer ul li{
display: block;
float: left;
text-align: center;
vertical-align: middle;
padding: 0;
margin: 0;
font-size: 10px;
}

#navcontainer ul li a{
background: #fff;
width: 70px;
height: 36px;
border-top: 1px solid #336600;
border-left: none;
border-bottom: 1px solid #336600;
border-right: none;
padding-top: 4px;
margin: 0;
color: #336600;
text-decoration: none;
display: block;
text-align: center;
vertical-align: middle;
font-weight: bold;
font-size:10px;
}

#navcontainer ul li a:hover{
color: #fff;
font-size: 10px;
background: #336600;
}

#navcontainer a:active{
background: #336600;
color: #fff;
font-size: 10px;
}

#navcontainer li#active a{
background: #336600;
border: 1px solid #336600;
color: #fff;
font-size: 10px;
}

/* Images */

.minigallery {
float: left;
width: 145px;
background-color: #cccccc;
padding: 10px 0 0 15px;
font-size: x-small;
text-align: center;
background: #ffffff;
}

div.minigallery img {
border: 1px solid #000000;
}

/* Text */

.title {
	color: #FFFFFF;
	font-size: 140%;
	font-weight: bold;
	word-spacing: 3px;
}

.heading {
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
}

.style1 {
	color: #336600;
	font-size: x-small;
	font-weight: bold;
}
