html,body {
    margin: 0px;
	padding: 0px;  
    color: #000000;
    font: 12px verdana,arial;
	background: #eeeeee url(../images/main_bg.jpg) repeat-y 50% 0;
}

#container {
	width: 650px;
	padding: 0px;
	margin: 0px auto auto;
	position: relative;
    height: 100%;
}

html>body #container {
    height: auto;
}

#content p {
	padding: 0 5px 0 5px;
}

#content a {
	color: #003399;
}

#content a:hover {
	color: #000000;
}

#content #homepage {
	float: none;
	padding: 15px 10px 10px 10px;
}

#content #headshot {
	float: right;
	padding: 0 10px 10px 10px;
}

/*#content*/ #book {
	float: left;
	padding: 0 10px 10px 10px;
}


#content h1 {
	color: #003399;
	font-size: 16px;
	padding: 20px 0 0 5px;
}

#contentgallery h1 {
	color: #003399;
	font-size: 16px;
	padding: 20px 0 0 0;
}

#galframe {
	position: relative;
	float: right;
	}
	
#galthumb {
	float: left;
	overflow: auto;
	height: 400px;
	width: 100px;
}

#galthumb img {
	padding: 0px 0px 10px 5px;
	}
	
#menu {
	margin: 0;
	padding: 0;
	}

#menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
	}

#menu ul li {
	display: block;
	float: left;
	width: 129px;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#menu ul li a {
	background: #ffffff;
	width: 129px;
	height: 2em;
	border-bottom: 1px solid #cccccc;
	border-right: none;
	padding: 0;
	margin: 0 0 2px;
	color: #003399;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 2em;
	font-size:    x-small;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
	font-size:    x-small;   
	}

html>#menu ul li a  {
	font-size: x-small;   
	} 

#menu ul li a:hover {
	color: #000000;
	background: #eeeeee;
	}

#menu a:active	{
	background: #003399;
	color: #ffffff;
	}

#footer {
	display: block;
	position: relative;
	padding-top: 150px;
	text-align: center;
	font-size: 9px;
	text-transform: uppercase;
	color: #cccccc;
	clear: both;
}

#footer a {
	color: #cccccc;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
}

/*#statement {
	margin-top: 15%;
}
*/	

#credits {
	padding-left:10px;
	font-size: 9px;
	color: #999;
}