/*left top box*/
#topleft{
	float:left;
	width:7px;
	height:36px;
	background-image:url(../gfx/top_left.png);}

/*center top box 1*/
#topcenter{
	float:left;
	width:288px;
	height:36px;
	background-image:url(../gfx/top_center.png);}

/*center top box 2*/
#topcenter2{
	float:left;
	width:600px;
	height:36px;
	background-image:url(../gfx/top_center.png);}

/*right top box*/
#topright{
	float:left;
	width:7px;
	height:36px;
	background-image:url(../gfx/top_right.png);}

/*header*/
#header{
	float:left;
	width:902px;
	height:116px;
	background-image:url(../gfx/header.png);}

/*content*/
#content{
	float:left;
	width:896px;
	height:auto;
	padding:0px 3px 0px 3px;
	background-image:url(../gfx/content_bg.png);}

/*left bottom box*/
#bottomleft{
	float:left;
	width:7px;
	height:39px;
	background-image:url(../gfx/bottom_left.png);}

/*center bottom box*/
#bottomcenter{
	float:left;
	width:888px;
	height:39px;
	background-image:url(../gfx/bottom_center.png);
	text-indent:15px;}

/*right bottom box*/
#bottomright{
	float:left;
	width:7px;
	height:39px;
	background-image:url(../gfx/bottom_right.png);}

/*left content*/
#contentleft{
	float:left;
	width:645px;
	height:auto;}

/*right content*/
#contentright{
	float:left;
	margin-left:1px;
	width:250px;
	height:auto;}

/*textbox*/
#textbox{
	float:left;
	width:625px;
	height:auto;
	padding:10px;
	font:12px arial;
	color:#fff;}