﻿div.cheader {
	background-image: url('top.gif');
	width: 599px;
	height: 24px;
	
}

p {margin-top: 0}

div.cbody {
	background-position: 50% top;
	width: 599px;
	margin-right: 0px;
	padding: 0px 0px;
	text-align: justify;
	background-image: url('middle.gif');
}

div.cbody2 {
	background-position: 50% top;
	width: 576px;
	padding: 0px 0px 0px 9px;
	text-align: center;
}

div.cfooter { 
width: 599px; 
background-image: url('bottom.gif'); 
height: 32px; 
}


