/**
 * @author Mel Huikeshoven
 * @package Joomla
 * @copyright Copyright (C) 2009
 */


body
{
	background: #fff url(../images/background.jpg) repeat-y center;
	color: #333;
	padding: 0px;
	text-align: center;	
}


#wrapper
{
	border: solid 3px #577201;
	width: 800px;
	text-align: left;
	margin:0 auto; /*center hack*/
}


#header {
	width: 800px;  
	background-color: #567300;     
}

#banner {
	width:800px;
	height:200px;
	background: #fff url(../images/header.png) no-repeat 0 0;
	clear:both;
}


#sidebar {
	background: #fff url(../images/sidebar.jpg) no-repeat 10px 5px;
	float:left;
	width:200px;
	padding: 10px;
	overflow:hidden;
}
#content {
	float:left;
	width:500px;
	padding: 10px;
	overflow:hidden;
}

#footer {
	background-color: #567300; /* same bg color as in header */
	clear:both;
}



#padding {
	padding:10px;
} 

div#sidebar div#padding{
	padding: 15px;
}

div .profile_image{
	width:230px;
	float:left;
}
div .profile_text{
	width:230px;
	float:right;
	margin-left:10px;
}
	