body  {
	font-family : arial,verdana;
	font-size : 12px;
	color : #c0c0c0;
	background-color : black;
	text-align : center;
}

#bodydiv  {
	width : 600px;
	margin : auto;
	font-size : 12px;
}

#contentdiv  {
	padding : 0 1% 1% 1%;
	border : solid 1px;
	border-color : #c0c0c0;
	text-align : justify;
	width : 360px;
	font-size : 12px;
}

.pagename  {
	color : #ff8000;
	font-size : 14px;
}

.undbld  {
	font-weight : bold;
	text-decoration : underline;
}

.img_biog  {
	float : left;
	margin-right : 5px;
}

img  {
	border : none;
}

#rightinfo  {
	float : right;
	clear : right;
	width : 180px;
	border : solid 1px;
	border-color : #c0c0c0;
	text-align : justify;
	padding : 0 1% 1% 1%;
}

div.footer  {
	color : #ff8000;
	font-size : 11px;
	text-align : right;
	width : 100%;
	clear : both;
	height : 5em;
	margin-top : 5px;
}

a  {
	color : #ff8000;
	text-decoration : none;
	font-size : 12px;
}

a:hover  {
	color : #ff8000;
	text-decoration : underline;
}

form input, textarea  {
	background-color : #c0c0c0;
}


