body {
	font: 14px "Courier New", Courier, monospace;
	background-image:url(/base/background.jpg);
	background-position:left top;
	background-repeat:repeat;
	background-attachment:fixed;;
	padding: 0;
	margin-bottom: 30px;
	text-align: center;
	color: #000;
}

.oneColFixCtr #container {
	width: 720px; 
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	padding: 5px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
}

a:active, a:visited, a:link {
color: #000;
text-decoration:none;
font-weight:bold;
}

a:hover {
color: #000;
text-decoration:underline;
font-weight:bold;
}

.biopic {
display: block;
border: 5px solid #FFFFFF;
outline: 1px solid #999999;
margin: 0px;
float: right;
}

.pagination{
font: 12px "Courier New", Courier, monospace;
color: #666;
font-weight: normal;
/* background-color: #FFF; 
padding: 5px */;
} 

.pagination a {
text-decoration: none; 
color: #000;
font-weight: bold;
}

.pagination a:hover {
text-decoration: underline;  
color: #000;  
font-weight: bold;
}

.selected {
width: 720px;
align: center;
display:block;
height:510px;
margin: 0px;
}

.top {
display: block;
width: 720px;
margin: 10px 0px 10px 0px;
}

.name {
float: left;
border: 0px;
}

.nav {
font-family: "Courier New", Courier, monospace;
text-transform: uppercase;
font-weight: bold;
line-height: 14px;
margin-bottom: 10px;
/* background: #FFF; */
}

.nav a {
text-decoration: none; 
}

.nav a:hover {
text-decoration: underline;    
}

/*Forms */

.input {
border:1px dotted #000;
background-color:#fff;
color:#666;
font-family: "Courier New", Courier, monospace;
}

.button {
color:#FFF; 
background:#000; 
border:none; 
width:auto !important;
font-family: "Courier New", Courier, monospace;
}

.button:hover {
color:#000; 
background:#999; 
border:none; 
width:auto !important;
font-family: "Courier New", Courier, monospace;
}