/* CSS Document */



body{

	background-color:#F1F1F1;
}
.wrapper{

	margin:0 auto;
	width:995px;
	height:auto
}


.top{

	float:left;
	width:985px;
	height:457px;
	background:url(../images/top.gif) no-repeat;
	margin:0px 0px 0px 0px;
}

.middle_holder{

	float:left;
	width:985px;
	height:auto;
	margin:0px 0px 0px 0px;
}

.middle_left{

	float:left;
	width:736px;
	height:277px;
	background:url(../images/middle_left.gif) no-repeat;
	margin:0px 0px 0px 0px;
	
}


.middle_right{

	float:left;
	width:248px;
	height:277px;
	background:url(../images/middle_right.gif) no-repeat;
	margin:0px 0px 0px 0px;
}

.bottom{

	float:left;
	width:985px;
	height:20px;
	background:url(../images/bottom.gif) no-repeat;
	margin:0px 0px 0px 0px;
}

.copyright{

	float:left;
	width:985px;
	height:35px;
	background:url(../images/copyright.gif) no-repeat;
	margin:0px 0px 0px 0px;
}
