body {
	margin: 0;
	background-color:#333;
	
}



#header{
	background-color: #FFF;
	
	width: 100%;
	height: 300px;
	
}

#subtitle{
padding-top: 10px;	
}

#wrapper {
position: relative;
	width: 850px;
	margin: 0 auto;
	height: auto;

	}

#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;
}

#content{
width: 100%;
background-image: url(img/content_back.png);
background-repeat: repeat-y;
min-height: 300px;
}

#col1{
float: left;
width: 550px;

}

#side{

float: right;
width: 270px;

}



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

background-color:#FFCC00;

margin-bottom: 0;

}

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



margin-bottom: 0;
padding-bottom: 35px;
background-image: url(img/footer_default.png);
background-repeat: repeat-x;
background-color: #3d3f43;
color: #FFF;
}

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

.headercontent {

position: relative;

	margin: 0 auto;
	height: auto;
	}

.menucontent {
padding: 5px;
position: relative;
	width: 850px;
	margin: 0 auto;
	height: auto;
	}

.blockhead{
background-image: url(img/menu_head.png);
background-repeat: no-repeat;
height: 32px;

}

.blockbody{
background-image: url(img/menu_mid.png);
background-repeat: repeat-y;
padding-left: 15px;
}

.blockfoot{
background-image: url(img/menu_bot.png);
background-repeat: no-repeat;
height: 32px;

}


/* Fonts */

h2 { font-size: 2.4em; font-family: Georgia, serif; font-weight: normal; color:#000000; margin: 0 0 0.75em;}

#col2 h2{
color: #2686a0;
}

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

#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-family: Georgia, serif;
color: #999;
font-weight: normal;
font-size: 20px;
padding-left: 15px;
padding-top: 0px;
padding-bottom: 0px;
}


.menu a{ #999; }

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

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

a.current:link, a.current:visited{
	color: #000;
	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{

text-align: center;
color: #FFF;
}

#footer_text p{
color: #FFFFFF;
}

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

