DIV.header
{
	background-image:url(images/header_sub.jpg);
	width: 1024px;
	height: 120px;
	background-repeat: no-repeat;
}

#content-wrapper {
	width:1014px;
	text-align:left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	background-image: url(images/content_bg.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
	
}
#content-pane
{
	
	padding-left: 70px;
	float:left;
	width:655px;
}

#content-right
{
	float:right;
	width:275px;

}

.msg_list {
	margin: 0px;
	padding: 0px;
	width: 1024px;
	background-image: url(images/content_bg.jpg);
	background-repeat:repeat-y;

}