/*  style sheet for vanburen page   */
body {
	background-image: url("images/bg.png");
	background-repeat: repeat;
	width: 740px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	text-align:center;
}


a:link {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CC3300;
}

a:visited {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CC3300;
}

a:hover {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

a:active {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CC3300;
}

p {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
		text-align:left;
}

h1 {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align:left;
}

#main {
	background-color:#FFF;
	width: 740px;
	padding: 11px;
}




