* {
	margin: 0;
	padding: 0;
}

html {
	background: url(img/bg.jpg) #689400;
}
body	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
/*	color: #616161; */
	color: black;
	width: 850px; 
	margin: 20px auto;
	background: white;
}

img {
	border: 0;
}

a{
	color: black;
}

a:hover {
	color: #a40000;
    text-decoration: none;
}

#header {
	text-align: center;
}

#navigation {
	padding: 10px 0;
	margin: 10px 20px;
	border: solid black;
	border-width: 1px 0;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
}

#content {
	margin: 10px 20px;
}

#content p {
	text-align: justify;
	margin: 5px 0;
}

#content ul , #content p {
	line-height: 18px;
}

#content ul {
	margin: 5px 0 5px 30px;
}

#content h1 {
	font-size:22 px;
	margin:0;
	text-align:center;
}

#content h2 {
	font-size: 22px;
	margin: 20px 0 10px 0;
}

#content h3 {
	font-size: 18px;
	margin: 20px 0 10px 0;
	text-decoration: underline;
}

#content div{
	border: solid black;
	border-width: 0 0 1px 0;
}

#content dl {
	margin: 5px 0 5px 30px;
	line-height: 18px;
}

#content dl dt {
	display: list-item;
	list-style-type: disc;
}

#content dl dd{
	font-style: italic;
	margin-bottom: 5px;
}

#footer {
	background: #6b9600;
	text-align: right;
	padding: 10px 20px;
}

#form, #form input {
	line-height: 18px;
}

#form table{
	background: #6b9600;
	margin: 10px 0;
	padding: 10px;
}
		
#form .button
{
  font-size: 11px;
  color:  #f2f2f2;
  height: 22px;
  width: 70px;	
  padding: 0 3px;
  background-color: #689400;
  border: 1px;
} 

#form  table td {
	padding: 2px;
}

.flash-gallery {
	margin: 20px;
	text-align: center;
}

.right {
	float: right;
	padding: 0 0 10px 10px;
}























/*
h1 {margin-top: 0px;}

h2 {line-height: 44px;}
a	{text-decoration: underline; color: #000000;}
a:link	{font-family: Verdana, Arial, Helvetica, sans-serif; 
						 font-size: 12px; 
						 color: #000000;
						 margin-top: 0px; 
						 text-decoration: underline;
						}
a:hover	{font-family: Verdana, Arial, Helvetica, sans-serif; 
						 font-size: 12px; 
						 color: #a40000;
						 margin-top: 0px; 
						 text-decoration: none;
						}


.title	{font-family: Verdana, Arial, Helvetica, sans-serif; 
						 font-size: 22px; 
						 color: #000000;
						 margin-top: 0px; 
						 text-decoration: underline;
						}

.title a	{font-family: Verdana, Arial, Helvetica, sans-serif; 
						 font-size: 22px; 
						 color: #000000;
						 margin-top: 0px; 
						 text-decoration: underline;
						}

.title a:hover	{font-family: Verdana, Arial, Helvetica, sans-serif; 
						 font-size: 22px; 
						 color: #a40000;
						 margin-top: 0px; 
						 text-decoration: none;
						}						
.text	{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#000000;
		}

.text2	{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#000000;
		}
		
	.menu, a.menu:link 
	{
    	font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-size: 11px;
    	color: #000000;
    	font-weight: normal;
    	text-decoration: none;

   }
	a.menu:hover 
	{
    	font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-size: 11px;
    	color: #a40000;
    	font-weight: normal;
    	text-decoration: none;

   }	 




.button
{
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color:  #f2f2f2;
  height: 22px;
  width: 70px;	
  padding-left:3px;
  padding-right:3px;	
  background-color: #a40000;
  border: 1px;

}
	
	
	
.right {
	float: right;
}
*/