/*

Stylesheet by Creative Bubbles


/* Basic elements */

body {
margin:0;
padding:0;
background:#BDE2B7;
}

a, a:hover	{
	color:#3EAC31;
}

p	{
font:12px Geneva, Arial, Helvetica, sans-serif;
margin:0;
padding:0;
}

ul li	{
font:12px Geneva, Arial, Helvetica, sans-serif;
list-style:square;
margin-bottom:5px;
}



h1	{
font:22px Geneva, Arial, Helvetica, sans-serif;
color:#50a240;
margin-bottom:10px;
}


#maincontainer {
margin: 20px auto;
text-align: left;
width: 934px;
height:681px;
background:url('../images/white-background.jpg') no-repeat;
padding:12px 0 12px 12px;
}

#header	{
	float:left;
	width:912px;
	}

#banner	{
	float:right;
	width:676px;
	}

#logo {
	width:233px;
	float:left;
	margin-right:2px;
	}
	
#content	{
	float:left;
	width:912px;
	}
	
#menu	{
	float:left;
	width:233px;
	margin-top:2px;
	margin-right:2px;
	}
	
#menu	img	{	
	margin-bottom:1px;
	}
	
#mainPane	{
	float:right;
	width:636px;
	height:427px;
	margin-top:2px;
	background:url('../images/backgorund-grey.gif') no-repeat;
	padding:15px 20px 20px 20px;
	}
	
#leftHomeContent	{
	float:left;
	width:60%;
	}
	
#leftHomeContentExtend	{
	float:left;
	width:90%;
	}
	
#rightImages	{	
	float:right;
	text-align:right;
	}
	
.error {display:block; margin:0 0 0 0px; color:#ff0000;}
.hidden {display:none;}
.txtSmall {color:#999999;font-size:smaller;}



