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

body {
	color:#303;
	background-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.header {
	color:#303;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight: bold;
}

.bio {
	color:#303;
}

.news {
color: #CC9;
}

a {
	color: #600;
	text-decoration: none;
}

a:hover {
	color: #663;
	text-decoration: none;
}

tr {
background-color:#CCC;
}

td.middle {
	padding: 5px 5px 5px 5px;
	background-image:url(images/008.jpg);
	/*background-color:#99cc33;*/
}

#centerImage {
	margin: 0 auto;
}
	

/*----- FOOTER MENU -----*/

#footer ul {
	padding:0;
	list-style: none;
	width: 660px;
	margin: 0 auto;
}

#footer ul li{
    float: center;
	display: inline;
}

#footer ul a {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 7px;
	letter-spacing: 0px;
	text-decoration: none;
	color: #600;
	}

#footer ul a:hover{
	color: #F90;
}
/*----- END FOOTER MENU -----*/

#detorDesign a {
	color: #603;
	text-decoration:none;
	font-size: 11px;
	font-family: Georgia, "Times New Roman",  Helvetica, sans-serif;
	font-weight: bold;
	background-color: transparent;
}

#detorDesign a:Hover {
	color: #F90;
	text-decoration: none;
	font-size: 11px;
	font-family: Georgia, "Times New Roman",  Helvetica, sans-serif;
	background-color: transparent;
}

.detorDesign {
	color: #F60;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

