html, body {
	margin:0;
	padding:0;
	background-color:black;
	background-image: url(/images/starbg.gif);
	background-position: top center;
	background-repeat:repeat-x repeat-y;
	background-attachment:fixed;
	}

body {
	font: 12px Arial, Verdana, Geneva, sans-serif;
	}

a:link {
	color:#397AB2;
	text-decoration:none;
	}
a:visited {
	color:#397AB2;
	text-decoration:none;
	}
a:hover {
	color:#79A5CB;
	text-decoration:underline;
	}

ul {
	padding:5px 0px 15px 30px;
	margin:0px;
	}


.footer {
	width:806px;
	margin:auto;
	text-align:center;
	color:white;
	}
.footer a:link {
	color:#CFEFFC;
	}
.footer a:visited {
	color:#CFEFFC;
	}
.footer a:hover {
	color:white;
	text-decoration:underline;
	}

.bg-title {
	background-image:url(/images/bg-title.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width:764px
	height:20px;
	padding:10px 0 0 10px;
	margin: 0;
	border:0;
	color:#181240;
	font-family:arial; sans-serif;
	font-size:13px;
	font-weight:bold;
	}

.staff-photo {
	float:left;
	width:200px;
	height:124px;
	padding: 10px 0 10px 120px;
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 20px 20px 20px;
	}

.header {
	font-size:18px;
	color:#181240;
	font-weight:bold;
	}

.content {
	padding:15px 30px 15px 10px;
	}
	
