body {
	margin: auto 0;
	background:#fff url(../images/backg.gif) repeat-x;
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #828282;
}
h1{
font: 16px "Georgia", Arial, Helvetica, sans-serif;
color: #006600;
font-weight:bold;
}
h2{
font: 14px "Trebuchet MS" Arial, Helvetica, sans-serif;
color: #009933;
}
a {
	text-decoration:none;
	color:#bd1e0d;
	}
a:hover {
	color: #0033CC;
	text-decoration:none;
	}
#main {
	width:100%;
	margin:0 auto;
	background: url(../images/b-centers.gif) no-repeat;
}
#header {
	margin-top:20px;
	width:100%;
	height:70px;
	float:left;
	text-align:center;
	border-bottom:#999999 dotted 1px;
}
#content{
	margin:10px 30px 10px 20px;
	padding:10px;
	float:left;
	text-align:left;
	font-family:"Trebuchet MS";
	font-size:14px;
	line-height:1.7em;
	border-bottom:#999999 dotted 1px;
}

