body {
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	margin: 0;
}

#wrapper {
position: relative;
	width: 850px;
	margin: 0 auto;
	height: auto;
	}
#headmenu {
height: 40px;
clear: both;
}
#maincontent {
	float: left; /* float instead of absolute positioning */
	width:521px;
	margin-top: 165px;
	height:auto;
	min-height: 400px;
	margin-bottom: 100px;

}

#sidemenu {
	float: right; /* float instead of absolute positioning */
	width:272px;
	margin-top: 180px;
	height: auto;
	background-image: url(images/side.png);
	background-repeat: no-repeat;
	padding-left: 30px;
}

#header {
	width: 100%;
	height: 96px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}

#footer {
clear: both; /* the footer will now stick beneath the content */
width: 100%;
margin-top: 80px;
background-color:#333333;
border-top: 3px solid #FF9900;
margin-bottom: 0;
padding-bottom: 35px;

}

#footercontent{
margin: 0 auto;
width: 832px;
padding-top: 20px;
min-height: 300px;
height: auto;
}

/* 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: Helvetica, Arial, Verdana, sans-serif; font-weight: normal; color:#FFFFFF; margin: 0 0 5px;
}

#header p{
font-size: 1.2em; font-family: Helvetica, Arial, Verdana, sans-serif; font-weight: normal; letter-spacing: 0px; color:#FFCC00; margin: 0 0 0.75em;
}

#footer h2{
font-size: 1.6em; font-family: Helvetica, Arial, Verdana, sans-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.1em; font-family: Helvetica, Arial, Verdana, sans-serif; letter-spacing: 0px; color:#999999; margin: 0 10 0.75em;  padding-right: 10px; }

.menu{ display: inline;}

.menu a{ #cc3300; }

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

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

a.menu:active {
	color: #06c;
	text-decoration: none; 
	
  }

.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-top: 22px;
margin-left: 15px;
}

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

#footer_text{
padding-top: 25px;
text-align: center;
}

#footer_text p{
color: #FFFFFF;
}

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