@charset "UTF-8";
body {
	height: 100%;
	width: auto;
	background-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/backbody.gif);
	background-repeat: repeat;
}
#container {
	height: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 70px;
	width: 100%;
	background-color: #000000;
}
#foot {
	background-color: #000000;
	height: 133px;
	width: 100%;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 5px;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: .9em;
}
ul li {
	position: relative;
	float: left;
        width: 90px;

}
li ul {
	position: absolute;
	top: 24px;
	display: none;
}
ul li a {
	display: block;
	text-decoration: none;
	line-height: 17px;
	color: #FFF;
	padding: 5px;
	background: #000;
	margin: 0 2px;
}

ul li a:hover { background: #000; }
li:hover ul, li.over ul { display: block; }

#content {
	background-color: #FFFFFF;
	height: 446px;
	width: 100%;
	color: #CCCCCC;
	background-image: url(img/a2.jpg);
}

#contentb {
	height: 446px;
	width: 100%;
	color: #000000;
	text-align: center;
	background-image: url(img/bio.gif);
}
#contentc {
	background-color: #CCCCCC;
	height: 446px;
	width: 100%;
	color: #CCCCCC;
}
#contentn {
	background-color: #CCCCCC;
	height: 446px;
	width: 100%;
	color: #CCCCCC;
}
#contentg {
	background-color: #CCCCCC;
	height: 446px;
	width: 100%;
	color: #CCCCCC;
}
#copyright {
	height: 25px;
	width: 100%;
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 0.65em;
	background-position: right;
	padding-top: 10px;
}
