/* CSS Document */

body {
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding: 0px;
	background-color: #131813;
	font-size:80%;
	background-repeat: no-repeat;
	margin: 0px;
}

#mainwrapper {
	width: 1000px;	
	width: 100%;
	background-color: #131813;
	margin-top:75px;
}

a {
	font-size:80%;
	padding:20px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;		
}


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

a:active {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}


.images {
	float:right;
}

.table {
	vertical-align:text-top;
	padding-top: 6px;
}

.green {
	color: #131813;
}

.links {
	font-size:100%;
	padding:0;
}

#content {
	font-size:100%;
	margin-top:70px;
}


