@charset "utf-8";
/* boxes */

#header {
	margin:0px; padding: 0px;
	background-image: url('images/template/header-background.gif');
	background-repeat: repeat-x;
	height: 161px
}

#toc {
	margin:0px; padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 35px;
	background-image: url('images/template/toc-background.gif');
	background-repeat: repeat-y;
	width: 204px
}

#footer {
	margin:0px; padding: 0px;
	background-image: url('images/template/footer.jpg');
	background-repeat: repeat-x;
	height: 27px	
}

/* classes */

.content_section {
	background-image: url('images/template/content-background.jpg');
	background-repeat: no-repeat;
	padding: 0px
}




