DIV.header
{
	background-image:url(images/header.jpg);
	width: 1024px;
	height: 99px;
	background-repeat: no-repeat;
	}
	
#content-wrapper {
	width:1024px;
	text-align:left;
	background-color: #ffffff;
	overflow:hidden;
	
}
#content-top-background
{
	background-image:url(images/content_header2.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	height: 224px;
	float:left;

}
#content-background
{
	background-image:url(images/content_bg.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	float:left;
	background-color: #ffffff;

}
#content-right
{
	float:right;
	width:640px;
	margin-right: 15px;
	margin-top: 30px;
	margin-bottom: 15px;
}

#content-left
{
	float:left;
	width:236px;
	margin-left: 100px;
	margin-right: 20px;
	margin-top: 30px;
	margin-bottom: 15px;

}


