/* !Layout - Structure
--------------------- */
html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: url(images/bg_body.png) repeat 50% 50%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper {
	background-color: #fff;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	width: 760px;
}

#branding h1 {
	float: left;
	margin: 0;
	padding: 0;
	height: 200px;

}

#page-image {
	float: right;
	height: 200px;
	width: 295px;
	margin:0;	
	padding:0;	
}

#header-block {
	background: url(images/bg_header_block.png) repeat-x 50%;
	float: left;
	font-weight: bold;
	height: 25px;
	padding: 5px 10px 0 0;
	margin-top: 5px;
	text-align: right;
	width: 750px;
}	

#content-sub {
	background-color: #e5ebf9;
	float: left;
	width: 185px;
}
	
#content-main {
	float: right;
	width: 535px;
}
	
#site-info {
	background: url(images/bg_header_block.png) repeat-x 50%;
	clear: both;
	height: 38px;
	margin: 0 auto;
	text-align: center;
	width: 760px;
}

/* !Layout - Other
--------------------- */