@charset "UTF-8";
/* CSS Document */
body {
	font: 10px/17px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333;
	margin-top:0px;
}
#wrapper {
	text-align:center;
	margin:0px auto;
	width:950px;
	height:100%;
}
#topbanner {
	width:950px;
	background-image:url(images/topbanner.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:418px;
	vertical-align:top;
	margin-left:auto;
	margin-right:auto;
}
#middle {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	float:left;
}
.article {
	padding:20px 40px 40px 40px;
}
.article2 {
	padding:0px 40px 40px 40px; position: relative;
}
#leftmid {
	width:440px;
	float:left;
	text-align:left;
}
#rightmid {
	width:410px;
	float:right;
	text-align:left;
}
#footer {
	width:950px;
	text-align:left;
	float:left;
	clear:both;
	padding-top:0px;
	background-position:right top;
	vertical-align:top;
	background-repeat:no-repeat;
}
#logo {  border:0px; position: absolute; top: 0; right: 0}
