/* SECTIONS */
#headertop {
	height: 55px;
	margin-top: 20px;
	background-image: url(style_images/top.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

#header {
	height: 120px;
	background-image: url(style_images/header.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

#container-main {
	background: url(style_images/content.jpg);
	background-position: left;
	background-repeat: repeat-y;
}

#container-main #top {
	background-image: url('style_images/headert.jpg');
	background-repeat: no-repeat;
	height: 20px;
	width: 800px;
}

#content-wrapper {
	background: url(style_images/contentte.jpg);
	background-position: left;
	background-repeat: repeat-y;
	width: 800px;
}
#container-main #bottom {
	background: url('style_images/bottom.jpg');
	background-repeat: no-repeat;
	height: 35px;
	width: 800px;
}