/* General Body and Text Formatting */

body {
	background-color:#FFFFB4;
}





/* Image Area Formatting */

td#image {
	background-image: url(images/4_content_pics.gif);
	background-repeat:repeat-y;
	background-color:#beebe8;
	padding-top:15px;
	padding-bottom:15px;
}





/* Content Area Formatting */

td#content {
	background-image: url(images/4_content_body.gif);
	background-repeat:no-repeat;
	background-color:#beebe8;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	width:419px;
	padding:25px 73px 25px 87px;

}