@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-color:#FFFFFF;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}
#header {
	min-width:980px;
	height:150px;
	background-image:url(../images/headerbg.jpg);
	background-repeat:repeat-x;
	}
#top {
	width:980px;
	height:150px;
	margin:auto;
	}
#logo {
	width:300px;
	height:100px;
	padding-top:25px;
	float:left;
	}
#bannertop {
	width:680px;
	height:60px;
	float:left;
	text-align:center;
	padding-top:45px;
	}
#content {
	width:980px;
	height:300px;
	margin:auto;
	margin-top:10px;
	}
#contentbanner {
	width:680px;
	height:300px;
	float:left;
	}
.contentbuttons {
	width:300px;
	height:150px;
	float:left;
	text-align:center;
	padding-top:10px;
	}
#footer {
	min-width:980px;
	min-height:100px;
	background-image:url(../images/footerbg.jpg);
	background-repeat:repeat-x;
	margin-top:10px;
	}
#footerdata {
	width:980px;
	height:100px;
	text-align:center;
	margin:auto;
	}