
body {
	margin: 0;
	background-image: url(img/background.jpg);
	background-position: top left;
}

body, div, p, span, table, tr, th, td {
	font-family: Verdana, sans-serif;
	color: white;
	font-size: 12px;
}

a, a font {
	color: #DFDDDE;
	text-decoration: underline;
}

.text {
	font-family: Verdana, sans-serif;
	color: white;
	font-size: 12px;
}

p { margin: 0px; }


#container {
	width: 930px;
	margin: 0 auto 0 auto;
}

#mastHead {
	width: 930px;

	background-image: url(img/flash-bg.jpg);
	background-repeat: repeat-y;
}
	#toptop {
		height: 106px;
	}

	#topnav-a {
		height: 42px;
	}

	#flashBanner {
		width: 880px;
		height: 290px;
		margin: 0 25px 0 25px;

	}

#separate {
	width: 930px;
	height: 40px;

	background-image: url(img/separator.jpg);
	background-repeat: no-repeat;
}
#content {
	min-height: 260px;
}

#contentPadd {
	padding: 10px 20px 10px 20px;
}
