#body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11;
	background-color:#e2dcd9;
	margin-top:0px;
	}

#container_banner{
	width:800px;
	background-color:#04aefe;
	margin-left:100px;
	margin-right:100px;
	}

	#topbar_banner{
		background-image:url(../img/topbarbanner.png);
		background-repeat:repeat-x;
		margin-top:0px;
		width:800px;
		}
	
	#banner{
		width:800px;
		}
	
		
	#bottombar_banner{
		background-image:url(../img/bottombarbanner.png);
		background-repeat:repeat-x;
		margin-bottom:5px;
		width:800px;
		}

	#menu{
		background-color:#04aefe;
		width:800px;
		margin-top:5px;
		margin-bottom:1px;
		padding-left:1px;
		font-size:14px;
		}
		
#container_content{
	background-image:url(../img/contentbackground.png);
	background-repeat:repeat-y;

	width:800px;
	margin-left:100px;
	margin-right:100px;
	}
	
	#content_text_title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18;	
	padding-left:10px;
	width:800px;
	}
		
	#content_text{
	padding-left:10px;
    padding-top:10px;
	padding-bottom:5px;
	text-align:justify;
	width:400px;
	float:left;
	
	}
			
	#content_image{
	padding-right:5px;
	padding-top:5px;
	margin-bottom:10px;
	}

div.spacer {
	clear: both;
	}
	
#bottombar{
	background-image:url(../img/bottombarbanner.png);
	background-repeat:repeat-x;
	margin-left:100px;
	margin-right:100px;
	margin-bottom:0px;
	width:800px;
	}
	
	
p{
	margin-top:1px;
	margin-bottom:1px;
}
h1{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top:2px;
	margin-bottom:2px;
	
 }
 
A#noline:link {text-decoration: none; color:#000000;}
A#noline:visited {text-decoration: none; color:#000000;}
A#noline:active {text-decoration: none; color:#ff0101;}
A#noline:hover {text-decoration: none; color:#ff0101;}
