﻿body {
font-family:Verdana;
background-color: #FFFFFF;
text-align:center;

}
#container {
	width: 950px;
	height:1200px;
	margin-left: auto;
	margin-right: auto;
    text-align: left;
	background-image:url(../graphics/background.png);
	background-repeat:no-repeat;
}
#staffcontainer {
	width:950px;
	margin-left:auto;
    text-align: left;
	margin-right:auto;
	background-image:url(../graphics/staffbg.png);
	background-repeat:repeat;
}
#masthead {
	width: 950px;
	height:200px;
	margin:auto;
}
#staffhead {
	width: 950px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../graphics/staffhead.png);
	background-repeat:no-repeat;
}
#buttons {
	width: 950px;
}
#content {
	float: right;
	width:640px;
	margin-left:10;
	margin-right:18px;
	height:723px;
	background-image:url(../graphics/textbox.png);
	overflow: auto;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
#content li{
	padding:2px;
}
#staffcontent {
	width:845px;
	margin:0px auto;
	background-color:#FFFFFF;
	border:double #FF3333;
	overflow: auto;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
#gallerycontent {
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	margin-bottom:auto;
	overflow: auto;
}

#page_content {
	width: 895px;
	margin:0px auto;
}

#gallerydiv {
	clear: both;
	width: 865px;
	height:82px;
	background-repeat:no-repeat;
}
#gallery {
	float:right;
	width: 165px;
	height:82px;
	margin-right:15px;
}
#buttons {
	text-align:center;
	padding-top:10px;
}
.button img {
	margin:-2px;
}
#contactdiv {
	clear: both;
	width: 865px;
	height:41px;
	background-repeat:no-repeat;
}
#contact {
	float:right;
	width: 165px;
	height:41px;
	margin-right:15px;
}
#staffdiv {
	clear: both;
	width: 865px;
	height:41px;
	background-repeat:no-repeat;
}
#staff {
	float:right;
	width: 165px;
	height:41px;
	margin-right:15px;
}
#staff_ft {
	clear: both;
	width: 950px;
	margin: auto;
	background-repeat:no-repeat;
}

a {
	font-size: 12px;
	color: #FF3333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF3333;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.bigbold {
	font-size: 18px;
	font-weight: bold;
}
.medbold {
	font-size: 14px;
	font-weight: bold;
}
.bigblack {
	font-size: 16px;
	font-weight: bold;
	color:#000000;
}
.hardred {
	font-size: 12px;
	font-weight: bold;
	color:#FF3333;
}
.littleboldblack {
	font-size: 10px;
	font-weight: bold;
	color:#000000;
}