body
{
	margin: 0;
	padding: 0;
	color: #FFF;
	background-repeat: repeat-x;
	background-color: #200d03;
	background-image: url(images/bg.gif);
	background-position: left top;
	font: normal 1em Georgia, Times, Serif;
}

a {outline:none;}

#container {
	width:950px;
	margin: 0px auto;
	display:block;
}

#logo {
	width:950px;
	height:121px;
	background-image: url(images/logo.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

#logo2 {
	width:950px;
	height:121px;
	background-image: url(images/logo2.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

#nav {
	width:288px;
	height:550px;
	padding:40px 0px 0px 0px;
	background-image: url(images/nav.gif);
	background-position: left top;
	background-repeat: no-repeat;
	float:left;
	clear:none;
	text-transform: uppercase;
	line-height: 2em;
	letter-spacing:3px;
}

#nav a {color: #FFF; text-decoration:none;}
#nav a:hover, #nav a.selected {color: #ff0000;}

p a, table a {color: #ff0000; text-decoration:underline;}

#content
{
	width: 660px;
	padding-top:40px;
	float: right;
	clear: none;
	line-height: 2em;
}

#content2
{
	width: 950px;
	margin-top:-10px;
	line-height: 2em;
	text-align:center;
}

#contentBio
{
	width: 660px;
	padding-top: 20px;
	float: right;
	clear: none;
	line-height: 2em;
	text-align: left;
	font-style: normal;
}

#contentContact
{
	width: 660px;
	padding-top:20px;
	float: right;
	clear: none;
	line-height: 2em;
	text-align:center;
	font-size:2em;
	font-style:italic;
}

#content p {margin:0px 0px 50px 0px;text-align:center;}
#content p img {margin:0px 0px -3px 0px;border:none;}
.navImage {margin:0px 0px 10px 0px;border:none;}
#content p img.enlarge {padding:0px 20px; width:94px; height:65px;border:none;}

#bioImage {padding-left:30px;}

#footer
{
	width: 100%;
	height: 37px;
	background-image: url(images/footer_bg.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	display: block;
	text-align:center;
}

.numbers { display: none; }
