body 
{
	font-size: 90%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000000;
	background-color:#575757;
	margin:5px 0px;
	padding:0px;
}

h1
{
	font-size:110%;
}
h2
{
	font-size:100%;
	font-weight:bold;
}



.italic
{
	font-style:italic;
}

ul{
	padding:0px 60px 0px 50px;
}

a:link {color: #934c1c}     /* unvisited link */
a:visited {color: #50290f}  /* visited link */
a:hover {color: red}   /* mouse over link */
a:active {color: green}   /* selected link */


#wrapper 
{
	margin: 0 auto; 
	padding: 0; 
	width: 825px; 
	background: url(images/bg2.jpg) repeat-y center bottom; 
}


#headercontainer
{
	margin: auto;
	height:213px;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	text-align:left;
}


#top
{
	margin: 10px;
}


#headercontainer h1 {
	font-family:CAC Champagne, CAC Leslie, Script, Georgia, Serif;
	font-size: 250%;
	padding:80px 0px 0px 80px;
}

#container {
	background: url(images/bg.jpg) no-repeat top;
	margin: 0;
	padding: 0;
	height:600px;
}

#container_long {
	background: url(images/bg.jpg) no-repeat top;
	margin: 0;
	padding: 0;
	height:800px;
}


#maincontent 
{
	width:550px;
	float:right;
	padding:0px 60px 0px 10px;
}

#menucontainer
{
	width:120px;
	padding:0px 0px 0px 10px;
	float:left;	
}

.nav 
{
	clear:both; 
	text-align:left; 
	padding: 5px 0 0 0; 
}
.nav li 
{
	font-weight:bold; 
	margin: 0 0 8px 0; 
	padding: 0 0 0 5px;}


#footer 
{
	clear:both;
	height:190px;
	text-align:center;
	background:url(images/prefooter.jpg) no-repeat;
}
#footer-left
{
	font-size:75%;
	text-align:left;
	width:380px;
	float:left;
	padding-left:60px;
}
#footer-right {
	font-size:75%;
	text-align:right;
	padding-right:60px;
}

#bottom
{
	height:41px;
	background:url(images/footer.jpg) no-repeat;
}

#form1
{
	padding: 10px;
	margin: 5px;
	height: 350px;
}

img
{
	float:right;
	border:solid 1px #000000;
	margin:10px 20px 20px 30px;
}
	
