

body	{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	background-color:#ececec;
	}

*	{
	margin:0px;
	padding:0px;
	}

#container	{
	text-align:left;
	width: 874px;
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	}

#titleBar	{
	width: 874px;
	height: 143px;
	background-image:url(../images/ClarkeBroadcastingCorp.gif);
	background-repeat:no-repeat;
	float:left;
	}

#centContent	{
	width:874px;
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-y;
	float:left;
	text-align:center;
	vertical-align:top;
	}
	
#footerBar	{
	background-image:url(../images/footer.gif);
	width:874px;
	height:71px;
	float:left;
	}