/* Whitworth Layout CSS */

#wrapper {
	width:800px;
	position:relative;
	left:50%;
	margin-left:-400px;
	background-color:#FFFFFF;
	}
	
#branding {
	background-image:url(../images/branding.jpg);
	background-repeat:no-repeat;
	width:847px;
	margin:0px;
	}
	
#content1 {
	background-image:url(../images/bg2.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:100%;
	background-color:#FEF4F3;
	}
	
#content2 {
	background-image:url(../images/bg3.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:100%;
	background-color:#8fb5eb;
	}
	
#content_main {
	background-repeat:repeat-x;
	width:780px;
	height:100%;
	background-color:#FEF4F3;
	background-repeat:no-repeat;
	padding-top:20px;
	padding-bottom:20px;
	}
	
#content_main2 {
	background-repeat:no-repeat;
	width:780px;
	height:100%;
	padding-top:20px;
	padding-bottom:20px;
	}
	
#content_footer {
	background-repeat:no-repeat;
	width:780px;
	height:100%;
	padding-top:15px;
	padding-bottom:10px;

	}
	
#footer {
	background-image:url(../images/bg4.jpg);
	background-repeat:repeat-x;
	width:100%;
		}
		
#proceedures_left {
	width:450px;
	height:100%;
	float:left;

	}	
	
#proceedures_menu {
	background-repeat:no-repeat;
	width:230px;
	height:100%;
	float:right;
	}		
	

	
#left { 
	float:left;
	padding-right:10px;
	padding-bottom:10px;
	}	
	
#right { 
	float:right;
	width:630px;
	}	