/* !Layout - Structure
--------------------- */
html {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/bg_body.png) repeat 50% 50%;
	margin: 0;
	padding: 0;
	text-align: center;
}


#page-image {
	background: url(images/default.jpg) no-repeat;
	float:right;
	height: 194px;
	margin:12px 2px 0 0;
	width:440px;
}
#header_wrap {
	background: #FFF url(images/header_bg.jpg) no-repeat;
	height:216px;
	width:760px;
}
#wrapper {
	background: #FFF url(images/crayons.jpg) no-repeat bottom left;
	margin: 0 auto;
	margin-top:10px;
	padding-top:10px;
	position:relative;
	text-align: left;
	width: 760px;
}	
#content-main {
	background: url(images/bee-bg.jpg) no-repeat bottom right;
	float: right;
	margin-bottom:10px;
	width: 530px;
}
.front #content-main {
	background: url(images/bee-bg.jpg) no-repeat right 190px;
	margin-bottom:10px;
}
#content-sub {
	clear:both;
	float: left;
	height:500px;
	width: 220px;
}
	
#site-info {
	clear: both;
}

/* !Layout - Other
--------------------- */