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


body {
	height:100%;
	font-family: "Times New Roman", Times, serif;
	color: #CCC;
	padding: 0px;
	background-color:#333;
	font-size:110%;
	letter-spacing:1px;
	line-height:1.5em;
	background-repeat: no-repeat;
	margin-top: 20px;
	text-align:center;
}

#content {
	margin-top:75px;

}

#body {
	width:100%;
}

.table {
	vertical-align: text-bottom;
	padding: 20PX;
	font-size:85%;
}


a {
	color:#CCC;
	text-decoration:none;
	font-size:85%;
}

a:hover {
	color: #900;
}

.big {
	font-size:150%;
}

.little {
	font-size:85%;
	line-height: normal;
}

.dot {
	color: #333;
}

.one {
	line-height:1em;
}

.noborder {
	border:none;
}

.float {
	float:right;
}

__________


#header {
	background:url(images/header.gif) no-repeat;
	background-color:#660000;
	width: 900px;
	height: 300px;
	padding: 7px;
}

#nav {
	margin-left: 15px;
	margin-top: 40px;
	font-size: 70%;
	color: #900;
}

#mainwrapper {
	margin-top:60px;

}
