DIV.header
{
	background-image:url(images/header.jpg);
	width: 1024px;
	height: 120px;
	background-repeat: no-repeat;
	}
	
#content-wrapper {
	width:914px;
	text-align:left;
	padding-left: 55px;
	padding-right: 55px;
	padding-top: 10px;
	background-color: #edece4;
	overflow:hidden;
	
}

#content-pane
{
	float:left;
	float:left;
	width:682px;
}

#landing-ad
{
	background-image:url(images/landing_ad.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 9px;
	padding-right: 10px;
	width: 663px;
	height: 237px;
	float:left;

}

#landing-email
{
	background-image:url(images/landing_email_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 12px;
	padding-right: 22px;
	width: 190px;
	height: 124px;
	float:left;
	color: #373625;

}
#content-right
{

	float:right;
	width:227px;

}

#content-bottom

{
	float:left;
	width:914px;
	text-align:left;
	padding-top: 5px;
	padding-bottom: 15px;

}

.msg_list {
	margin: 0px;
	padding: 0px;
	width: 1024px;
	background-color:#edece4;

}