
#container {
	text-align:left;
	height: 550px;
	/*border: 1px solid #564b47;*/
	z-index: 1;
	position:absolute;
	width:1000px; left:50%; margin-left:-500px
}

body 
{
	font-size: 11px; 
	line-height: 1.2; 
	color: #eee;
/*	color: #000;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #1a1a1a;
	margin: 0px;
}

img
{
	border-style: none;
}


/*div,ol,ul
{
	border:1px dotted red;
} */


#topborder{	
/*	position: fixed;*/ /*not used after centering*/
	top: 0;
	width: 100%;
	height: 1.0em;
	background-color: #dbb95a;
}


#downborder{
/*        position: fixed;*/ /* not used after centering*/
	position:absolute;
        top: 525px;
        left: 0;
        width: 100%;
        height: 1.0em;
        background-color: #dbb95a;
}


#menu 
{
	margin: 10px;
	float:left;
	width:200px;
}

#menu a
{
	color: #eee;
	background-color: #333;
	text-decoration: none;
	display: block;
	padding: 5px;
	width: 100%;
}

#menu a:hover
{
	color: #1a1a1a;
	background-color: #f5ce65;
}

#menu ul
{
	list-style: none;
	padding-left: 10px;
	display: inline;
	padding: 0px;
}

#menu li
{
	border: solid 1px #1a1a1a;
	margin-right:10px;
}

#menu a.select
{
	border-style:none;
	margin-right:10px;
	background-color: #f5ce65;
	color: #000;
	font-weight:bold;
}



#centercontent {
	margin-top: 11px;
	background: url("./bg.jpg");
	background-repeat: no-repeat; 
	background-attachment: fixed;
	overflow:auto;
	height:450px;
	width:600px;
	float:left;
}

html>body #centercontent {
	background-attachment: scroll;
}

	
#banner {
	height:45px;
}
		
p,h1,pre {
	margin:0px 10px 10px 10px;
}
		
a {
	color: #f5ce65; 
}
		
		
h1 {
	margin:0px 10px 10px 10px;
	font-size:16px;
	padding-top:10px;
	color: #eee;
}

h2 {
	margin:0px 10px 10px 10px;
	font-size:14px;
	padding-top:10px;
	color: #eee;
}

h3 {
	margin:0px 10px 10px 10px;
	font-size:12px;
	padding-top:10px;
	color: #eee;
}

h1.banner {
	margin-left: 10px;
/*	margin-top: 5px;*/
	font-size: 30px; 
	font-weight: bold;
	color: #dbb95a;
}

h5.top {
	font-size: 12px; 
	font-weight: bold; 
	color: #f5ce65; 
	text-align:right;
}

a.top {
	font-size: 12px; 
	font-weight: bold; 
	color: #f5ce65; 
	text-align:right;
}

a.team {
	margin:0px 10px 10px 10px;
	font-size: 12px; 
/*	font-weight: bold; */
	color: #f5ce65; 
	line-height: 2; 
}


a.team:hover { 
	font-weight:bold;
}

a.team span { 
	visibility:hidden; 
	position:absolute;
	left:500px;
	margin-top:0px; 
	padding:0px; 
	text-decoration:none; 
}


a.team:hover span { 
	visibility:visible; 
	border:1px solid red;
	color:blue; 
	background:white; 
}

/*#photo*/
/*{*/
/*	float:right;*/
/*	margin-right:10px;*/
/*}*/


#photo{
	position: absolute;
	right:200px;
	height:200px;
	width:200px;
}