* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 background-color: #8cbe3f;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;

}
#header {
 color: #333;
 width: 900px;
 float: left;
 padding-bottom: 5px;
 height: 100px;
 margin: 10px 0px 5px 0px;
 background: #8cbe3f;
}
#leftcolumn { 
 color: #333;
 border: 0px solid #ccc;
 background: #8cbe3f;
 margin: 15px 0px 0px 0px;
 padding: 0px;
 height: 350px;
 width: 200px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 0px solid #ccc;
 background-image: url('contentbg.png');
 background-repeat: no-repeat;
 margin: 5px 15px 5px 0px;
 padding: 0px;
 height: 700px;
 width: 700px;
 display: inline;
}

#rightcolumn img	{
text-align: center;
margin-left: 45px;
margin-right: 15px;
margin-bottom: 10px;
border: 2px solid #fff;
}

#rightcolumn li	{
line-height: 140%;
font-weight: bold;
text-decoration: none;
}

#contactform	{
width: 650px;
margin-left: 20px;
}

fieldset {  
margin: 1.5em 0 0 0;  
padding: 0;
}
legend {  
margin-left: 1em;  
color: #000000;  
font-weight: bold;
}
fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;
}
fieldset li {  
padding-bottom: 1em;
}
fieldset.submit {  
border-style: none;
}

label {  
display: block;
}

#rightcolumn a:link	{
text-decoration: none;
font-weight: bold;
color: #d90312;
border: none;
}

#rightcolumn a	{
text-decoration: none;
font-weight: bold;
color: #d90312;
border: none;
}

#rightcolumn ul	{
margin-left: 55px;
}

h2	{
text-indent: 15px;
margin-top: 15px;
margin-bottom: 20px;
}

p	{
text-align: justify;
text-indent: 15px;
line-height: 160%;
margin-left: 15px;
margin-bottom: 1.5em;
margin-right: 20px;
}

#footer { 
 width: 900px;
 clear: both;
 text-align: right;
 color: #333;
 border: 0px solid #ccc;
 background: #8cbe3f;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

#footer img	{
padding-left: 100px;
border-style: none;
}

#titleposter	{
text-align: center;
}

#titleposter img	{
text-decoration: none;
border-style: none;
}

#enter	{
text-align: center;
color: #ffffff;
}

#enter a:link	{
color: #ffffff;
}

#menu {
	width: 200px;
	border-style: solid solid none solid;
	border: 1px solid #7c8c53;
	border-width: 1px;
	}
#menu ul{
	list-style:none;
	padding:0px;
	margin:0px;
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	font-weight:normal;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #5E7830;
	display: block;
	background: url(menu1.gif);
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #26370A;
	background: url(menu1.gif) 0 -32px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu li a:active {
	color: #26370A;
	background: url(menu1.gif) 0 -64px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}