body {
	background-color: #6C3;
	background-image: url(img/back.png);
	background-repeat: repeat-x;
	margin: 0;

}



#wrapper {
background-image: url(img/middleback.png);
background-repeat: no-repeat;
position: relative;
	width: 1060px;
	margin: 0 auto;
	
	height: auto;
min-height: 500px;
	padding: 100px;
	padding-top: 330px;
	}
#headmenu {

height: 20px;
clear: both;
 padding-left: 10px;
 padding: 5px;
 margin-bottom: 10px;
 display: none;
}

#header {

	width: 100%;
	height: 96px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
display: none;

}

#footer {
clear: both; /* the footer will now stick beneath the content */
width: 100%;


margin-bottom: 0;


}



/* Fonts */

h2 { font-size: 1.6em; font-family: Helvetica, Arial, Verdana, sans-serif; font-weight: normal; color:#000000; margin: 0 0 0.75em;}

p {
font-size: 1.1em; font-family:Arial, Helvetica, sans-serif; color:#666666;
}

#header h2{
font-size: 1.7em; font-family: 'Trebuchet MS', serif; font-weight: normal; color:#FFFFFF; margin: 0 0 5px;
}

#header p{
font-size: 1.2em; font-family: 'Trebuchet MS', serif; font-weight: normal; letter-spacing: 0px; color:#FFCC00; margin: 0 0 0.75em;
}

#footer h2{
font-size: 1.6em; font-family: 'Trebuchet MS', serif; font-weight: normal; letter-spacing: 0px; color: #FF9900; margin: 0 0 0.75em;
}


ul {
font-size: 1.1em; font-family:Arial, Helvetica, sans-serif; color:#666666; list-style-type: none;

}

.menu { font-size: 1.7em; font-family: 'Trebuchet MS', serif; letter-spacing: 1px; color:#999999; margin: 0 10 0.75em;  padding-right: 10px; }



.menu a{ #FFF; }

a{
color: #FFF;

}

a.menu, a.menu:visited {
	color: #FFF;
	text-decoration: none;
	font-weight:normal;
	
  }

a.menu:hover {
	color:#393;
	text-decoration: none;
	
  }

a.menu:active {
	color: #FFF;
	text-decoration: none; 
	
  }
  
a.current, a.current:visited{
color:#393;	
}

.left{
float: left;
}  
  
.right{
float: right;
}  
   
  
.error{
border: 1px solid #CC0000;
border-left: 0px;
border-right: 0px;
padding: 10px;
margin-bottom: 20px;
}  

.success{
border: 1px solid #0099CC;
border-left: 0px;
border-right: 0px;
padding: 10px;
margin-bottom: 20px;
} 

#header h2{
margin: 15px;
margin-top: 10px;
}

#header p{
margin: 15px;
margin-top: -10px;
}

#footer_text{

text-align: center;
}

#footer_text p{
color: #FFFFFF;
font-size: 25px;
float: left;
letter-spacing: 1px;
}

.imagebox{
border: 0px solid #CCCCCC;
float: left;
padding: 5px;
margin-bottom: 5px;
margin-right: 10px;
}