@charset "utf-8";
/* CSS Document */

body {
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
    background: #eee;
    margin: 0; 
    padding: 0;
    text-align: center;
}
.center{
    width: 960px;
	height:AUTO;
    margin: 0 auto; 
    text-align: left;
}
.top{
	position:relative;
	width:960px;
	height:330px;
}
.bottom{
	position:relative;
	width:960px;
	height:auto;
	background-image:url(layoutimages/contentback.jpg);
	background-repeat:repeat-y;
}
.topleft{
	float: left;
	width:270px;
	padding:240px 25px 25px 25px;
	background-color:#f56d0a;
	height:55px;
	text-align:right;
}
.topright{
	float: right;
	width:630px;
	height:320px;
	background-image:url(layoutimages/banner.jpg);
	background-repeat:no-repeat;
	background-color:#333;
	color:#FFFFFF;
}
.left{
	float: left;
	width:320px;
	/*padding:25px;*/
}
.right{
	float: right;
	width:580px;
	padding:25px;
	color:#FFFFFF;
}
.clear{
	clear:both;
}
