@charset "utf-8";
/* CSS Document */

html {
	background: url(images/bg.png);
}

.body {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
}

p {
	color: white;
	line-height: 21px;

}

.headshot{
	float: left;
	padding-right: 5px;
	padding-bottom: 10px;
}

#container{
	margin: auto;
	width: 750px;
	text-align: center;
}

#main {
	background: url(images/bg.jpg);
	background-repeat: repeat-y;
	width: 750px;
	min-height: 405px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: relative;
	color: #FFF;
}

#secondary {
	float: left;
	width: 337px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	vertical-align: middle;
}

#secondary h1{
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	text-align: center;
	font-style: normal;
	font-variant: small-caps;
	font-weight: normal;
	font-size: 36px;
	line-height: 1px;
	margin-bottom: 10px;
}

#primary {
	float: right;
	background: inherit;
}

#footer {
	padding-top: 20px;
	text-align: center;
	float: top;
}

#footer p {
	color: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 9pt;
}

#footer ul {
	list-style: none;
	float: top;
	margin:0;
	padding: 0px;
	position: relative;
	left: 75px;
	text-align: center;
}

#footer li {
	float: left;
	padding: 5px;
	width: 100px;
	display: block;
	text-align: center;
}

#footer li a {
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	text-align: center;
	display: block;
	float: left;
	color: #600;
}

#menu{
	padding-bottom: 20px;
	width: 750px;
	height: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	display: block;
	float: top;
	text-align: center;
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	float: top;
	background-color: #000;
	width: 100%
}

#menu li{
	display: block;
	float: left;
	width: 123px;
	text-align: center;
	border: 1px solid #fff;
}

#menu li a{
	display: block;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #fff;
	text-decoration: none;
	width: 100%;
	text-align: center;
}

html>body #menu li a{
	width: auto;
}

#menu li a:hover{
	background-color: #540006;
}