/* CSS Document */

/* standard elements */
a {
	color: #000;
	text-decoration: none;
}

i {
	font: italic 0.8em Helvetica;
}

body {
	background: #FFF;
/*	background-image:url('media/acrace8.jpg'); */
	color: #333333;
	margin: 0px 0;
	text-align: center;
	font: normal 0.8em sans-serif,Helvetica;
	line-height: 1.5em;
}

a.grey:link {color: #AAAAAA;}
a.grey:active {color: #AAAAAA;}
a.grey:visited {color: #AAAAAA;}
a.grey:hover {color: #AAAAAA;}

#thumb {
		position:relative;
		height:30px;
		width:6px;
		left:7;
		top:10;
		background-color:#eee;
		border:3px solid #000;
		}

.gfx a {
	background: #FFF url(logo.jpg) no-repeat; display: block; height: 75px;
}

/* header */
.header {
	background: #FFF;
/*	border-bottom: 1px solid #E5E5E5;*/
	font: bold 2.6em Helvetica;
	line-height: 3em;
}

/* main */
.main {
	background: #FFF; 
/*	border: 3px double #EEE; */
	border-color: #000000 #000000 #000000 #000000F; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 910px; 
}
.container {
	margin: 0px;
}

/* menu */
.menu a {
	background: #E0E0E0;
border-left: 1px solid #CECECE;
border-right: 1px solid #FFFFFF;

border-top: 1px solid #888888;
	color: #000000;
	float: left;
	text-align: center;
	
	padding-top: 4px;
	width: 126px; height: 25px;
}
.menu a span {
	padding-left: 0px;
	
}
.menu a:hover {
	background: #90A79C;
	border-right: 1px solid #CECECE;
border-left: 1px solid #FFFFFF;
	color: #FFF;
	text-align: center;
/* background: #AAAAAA url(button.jpg) repeat-x; */
/*	color: #555; */
}
.menu a#last {
	width: 126px;
border-left: 1px solid #CECECE;
	

}

/* content */
.content {
	background: #ffffff;
/*	border-top: 1px solid #E5E5E5;*/
padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	clear: both;
}



.content h1 {
	margin: 0;
	font: bold 1.2em sans-serif,Helvetica;
line-height: 2em;
	
	color: #000;
		text-align: left;
}
.content p {
 color: #000;
 	text-align: left;
	
	
 	a:link {color: #8FA499; text-decoration: underline; }
    a:active {color: #0000ff; text-decoration: underline; }
    a:visited {color: #008000; text-decoration: underline; }
    a:hover {color: #ff0000; text-decoration: none; }
}
.item {
	background: #000;
	padding: 0px;
	
}

/* footer */
.footer {
	padding: 5px;
	
		background: #E0E0E0;
border-left: 1px solid #CECECE;
border-right: 1px solid #FFFFFF;
border-top: 1px solid #888888;
border-bottom: 1px solid #888888;
	color: #000000;
	float: left;
	text-align: center;
	
	padding-top: 4px;
	width: 768px; height: 25px;
}
.footer .left, .footer .right {padding: 0 12px;}
.footer .right, .footer .right a {color: #000;}
.footer .right a:hover {color: #444;}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}