DIV.header
{
	background-image:url(images/header.jpg);
	width: 1024px;
	height: 100px;
	background-repeat: no-repeat;
	}
	
#content-wrapper 
{
	float:left;
	background-image:url(images/content_bg.jpg);
	background-repeat:  repeat-x;
	width:1024px;
	text-align:left;
	background-color: #dcdcdc;
	overflow:hidden;
	
}
#content-top-background
{
	background-image:url(images/header_2.jpg);
	background-repeat:  repeat-x;
	width: 1024px;
	height: 37px;
	float:left;

}
#content-background
{
	background-image:url(images/content_bg.jpg);
	background-repeat:  repeat-x;
	width: 1024px;
	float:left;
	background-color: #dcdcdc;

}
#content-right
{
	float:right;
	width:265px;
	margin-right: 94px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#content-left
{
	float:left;
	width:575px;
	margin-left: 90px;
	margin-top: 22px;
	margin-bottom: 15px;

}


