@charset "UTF-8";
/* CSS Document */
h1, p, body, html {
	margin:0;
	padding:0;}
body {
	background: #fff8e6;
	margin: 0; 
    padding: 0; 
	}
.clear {
    clear:both;
	}
#wrapper {
	width:1600px;
	position:relative;
	margin:0 auto;
	left:50%; 
	margin-left:-800px;
}
#header1 {
	z-index:1;
	position:absolute;
	float:left;
	background: url(images/homeb1.png) no-repeat top center;
	width:1600px;
	height:155px;
	margin: 0 auto;
	padding:0;
	top: 0px;
}
#header2 {
	z-index:1;
	position:absolute;
	float:left;
	background: url(images/homeb2.png) no-repeat top center;
	width:1600px;
	height:166px;
	margin: 0 auto;
	padding:0;
	top: 155px;
	}
#content1 {
	z-index:1;
	position:absolute;
	float:left;
	background: url(images/basicb3.png) no-repeat top center;
	width:1600px;
	height:136px;
	margin: 0 auto;
	padding:0;
	padding:0;
	top: 321px;
	}
#content2 {
	z-index:1;
	position:absolute;
	float:left;
	background: url(images/basicb4.png) no-repeat top center;
	width:1600px;
	height:136px;
	margin: 0 auto;
	padding:0;
	top: 456px;
	}
#content3 {
	z-index:1;
	position:absolute;
	float:left;
	background:url(images/basicb5.png) no-repeat top center;
	width:1600px;
	height:124px;
	margin: 0 auto;
	padding:0;
	top: 591px;
	}
#footer {
	z-index:1;
	position:relative;
	float:left;
	clear:both;
	background: url(images/footer.png) no-repeat top center;
	width:1600px;
	height:150px;
	margin: 0 auto;
	padding:0;
	left: -527px;
	}		



/* INLINE */
#nav {
	position:absolute;
	width:auto;
	height:auto;
	z-index:1000;
	left: 431px;
	top: 91px;
}
#text {
	position:absolute;
	width:300px;
	height:373px;
	z-index:1;
	left: 540px;
	top: 326px;
}
#photo {
	position:absolute;
	background:url(images/blog1.png) no-repeat top center;
	width:192px;
	height:150px;
	z-index:10001;
	left: 307px;
	top: 320px;
}
#headerside {
	position:absolute;
	background:url(images/blogsofnote.png) no-repeat top center;
	width:134px;
	height:20px;
	z-index:10001;
	left: 1001px;
	top: 74px;
}
#sidebar {
	position:absolute;
	width:209px;
	height:auto;
	z-index:10001;
	left: 1004px;
	top: 456px;
}
