body {
	background-color: #A7A7A7;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

body {
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-arrow-color: #CCCCCC;
	scrollbar-base-color: #999999;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #999999;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-track-color: #919191;
}

#content {
	background-color: #A7A7A7;
	color: #3D3D3D;
	font-family: Arial, Helvetica, sans-serif;
	height: 190px;
	left: 50%;
	margin-left: -350px;
	margin-top: -95px;
	position: absolute;
	top: 40%;
	width: 700px;
}
#contentTop {
	background-color: #A7A7A7;
	color: #3D3D3D;
	font-family: Arial, Helvetica, sans-serif;
	height: 190px;
	left: 50%;
	margin-left: -350px;
	margin-top: 15px;
	position: absolute;
	width: 700px;
}

#forum {
	background-color: #D1D1D1;
	border: #333333 1px solid;
	color: #808080;
	font: bold 12px "Trebuchet MS", sans-serif;
	height: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	text-align: center;
	margin-top: 25px;
}


#logo {
	background-color: #E7E7E7;
	border-bottom: #000000 1px solid;
	border-left: #333333 1px solid;
	border-right: #333333 1px solid;
	border-top: #000000 1px solid;
	color: #990000;
	font: 100px , "Trebuchet MS", sans-serif;
	letter-spacing: 3px;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
}

#menu {
	background-color: #D1D1D1;
	border-bottom: #333333 1px solid;
	border-left: #333333 1px solid;
	border-right: #333333 1px solid;
	color: #808080;
	font: bold 14px "Trebuchet MS", sans-serif;
	height: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	text-align: center;
}

#menubg {
	background-color: #D1D1D1;
	border-left: #333333 1px solid;
	border-right: #333333 1px solid;
	border-top: #333333 1px solid;
	padding-bottom: 0px;
	padding-top: 25px;
}

#space {
	background-color: #A7A7A7;
	height: 30px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
#spaceSmall {
	background-color: #A7A7A7;
	height: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

#text {
	background-color: #E7E7E7;
	background-image: url(backani.gif);
	background-repeat: repeat;
	border-bottom: #333333 1px solid;
	border-left: #333333 1px solid;
	border-right: #333333 1px solid;
	border-top: #333333 1px solid;
	color: #808080;
	font: 14px Arial, sans-serif;
	height: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 25px;
	text-align: left;
}
#flowtext {
	background-color: #E7E7E7;
	background-image: url(backani.gif);
	background-repeat: repeat;
	border-bottom: #333333 1px solid;
	border-left: #333333 1px solid;
	border-right: #333333 1px solid;
	color: #808080;
	font: 14px Arial, sans-serif;
	padding-bottom: 25px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 25px;
	text-align: left;
}
a:link
{
		color: #808080;
		text-decoration: none;
}

a:visited
{
		color: #707070;
		text-decoration: none;
}
a:hover, a:focus
{
		color: #990000;
		text-decoration: none;
}

a:active 
{
		color: #999999;
		text-decoration: none;
}


