/* CSS Document */

body{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#000000;
	background-color:#EBF6FA;
	background-image:url(../images/framework/main_background_top.png);
	background-position:top;
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
}
form{
	margin:0px;
	padding:0px;
}
#wrapper{
	width:934px;
	margin: 0px auto;
	position:relative;
}
#banner{
	height:94px;
	position:relative;
}
#logo{
	width:640px;
	height:94px;
	background-image:url(../images/framework/logo.png);
	background-repeat:no-repeat;
	position:absolute;
	left: 12px;
}
#container{
	background-image:url(../images/framework/main_background.png);
	padding-top:10px;
	padding-left:7px;
}
#content_left{
	float:left;
	width:623px;
	margin-right:10px;
}
#content_right{
	float:left;
	width:287px;
}
.clear{
	clear:left;
	height:0px;
	line-height:0px;
}
#main_footer{
	background-image:url(../images/framework/main_footer_bottom.png);
	height:47px;
	width:934px;
}