
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: 0px;
		font-size: 0px;
		line-height: 0px;
		display: none;
	}

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

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

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

#leftLinks {
	width: 160px;
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid white;

	height: 300px;
}

#leftLinks a:link, #leftLinks a:visited {
	display: block;
	border-bottom: 1px dotted white;
	color: white;
	text-decoration: none;
	padding: 3px 0 4px 0;
}

#leftLinks a:active, #leftLinks a:hover {
	display: block;
	border-bottom: 1px dotted white;
	color: white;
	text-decoration: underline;
	padding: 3px 0 4px 0;
}

#rightContent {
	width: 700px;
	float: left;
}
