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

body
{
	background:url(../pictures/blackbg.jpg);
	margin:auto;	
}

#main
{
	margin:auto;
	width:904px;
	height:auto;
}

#logo
{
	width:900px;
	height:210px;
	margin-left:700px;
	background:url(../pictures/fredlogo2.jpg);
	background-repeat:no-repeat;
	background-position:left;
	color:#FFFFFF;
}

#banner
{
	width:902px;
	height:213px;
	background:url(../pictures/fadsbanner2.jpg);
	background-repeat:no-repeat;
}

#center
{
	width:902px;
	height: auto;
}

#menu
{
	width:200px;
	height: 436px;
	text-align:center;
	background:url(../pictures/fadsmenu.jpg);
	background-repeat:no-repeat;
	float:right;
	color:#fdd017;
	padding-top:30px;
}

#menu a
{
	color:#fdd017;
	text-decoration:none;
	font-weight:bold;
}

#menu a:hover
{
	color:#FF0000;
	font-style:oblique;
	
}

#menu a:active
{
	color:#FF0000;
	font-style: oblique;
}

#content
{
	width:700px;
	height:auto;
	float:left;
	color:#fdd017;
}

#content h1
{
	color: #FF0000;
	font-size:22px;
	text-align:center;
	
}

#content h2
{
	color:#FF0000;
	font-size:20px;
	text-align:center;
}

#content h3
{
	color:#fdd017;
	font-size:18px;
	text-align:center;
}

#copyright
{
	height:15px;
	width:900px;
	text-align:center;
	color:#FDD017;
	font-size:12px;
	float:left;
}

