/* cassels Layout CSS */

#wrapper {
	width:788px;
	position:relative;
	left:50%;
	margin-left:-394px;
	top: 0px;

	}
	
#branding {
	background-image:url(../images/branding.jpg);
	background-repeat:no-repeat;
	width:847px;
	margin:0px;
	}
	
#content1 {

	width:788;
		background-color:#FFFFFF;
	height:100%;

	}
	
#content2 {
	width:100%;
	background-image:url(../images/bg3.jpg);
	background-repeat:repeat-x;
	background-color:#D5E5F2;
	height:100%;
	clear:both;
	
	}
#content_main {
	width:788px;
	height:100%;
	padding-bottom:20px;
	text-align:left;
	}
	
#content_main2 {
	width:788px;
	height:100%;
	text-align:left;
	padding-left:50px;

	}
	
/*footer*/

#content_footer {
	background-image:url(../images/bg_footer.png);
	background-repeat:no-repeat;
	width:753px;
	height:100%;

	padding-bottom:10px;
	padding-left:30px;
	text-align:left;
	}


#footer {
	width:100%;
	height:220px;
	clear:both;
	padding-top:10px;
	}	



#footer_left {
	width:220px;
	height:150px;
	float:left;

	}

	
#footer_right {
	width:230px;
	height:150px;
	float:right;
	margin-right:35px;
	}
	
#footer_middle {
	width:230px;
	height:150px;
	float:left;
	margin-left:20px;
	}	

	
/*ie6 floats hack */	

*html #footer_left {
	width:220px;
	height:150px;
	float:left;

	}
	

	
*html  #footer_right {
	width:230px;
	height:150px;
	float:right;
	margin-right:25px;
	}
	
*html  #footer_middle {
	width:230px;
	height:150px;
	float:left;
	margin-left:10px;
	}	

	
.left { 
	float:left;
	padding-right:20px;
	}	
	
#right { 
	float:right;
	width:630px;
	}
	
.pad { 
padding-left:10px;
}	
