body	{
	font-family:		Verdana, Geneva, sans-serif;
	font-size:		9pt;
	background-color:	#333;
	color:			#fff;
	text-align:		center;
	vertical-align:		top;
	margin:			0;
	padding:		0;
}
#wrapper	{
	width:			700px;
	margin:			10px auto;
	padding:		0;
}
#header	{
	background-image:	url(../images/fred-gleeck-header.gif);
	background-repeat:	no-repeat;
	background-position:	top;
	background-color:	#fc3 !important;
	text-align:		left;
	padding-top:		1px;
	padding-left:		20px;
	color:			#333;
	height:		77px;
}
#header	h1, #header	h1 span { 
    text-indent: -9999px;
}	
#header	p { 
	margin-top: 32px;
}	
#content	{
	background-image:	url(../images/fred-gleeck-content.jpg);
	background-repeat:	no-repeat;
	background-position:	right top;
	background-color:	#666;
	padding:		20px;
	text-align:		left;
}
#contentbckTop	{
	background-image:	url(../images/contentbck-top.gif);
	background-repeat:	no-repeat;
	width:			422px;
	height:			20px;
	margin-top:		20px;
}
#contentbckMid	{
	background-image:	url(../images/contentbck-mid.gif) !important;
	width:			422px;
	margin:			0;
}
#contentbckBtm	{
	background-image:	url(../images/contentbck-btm.jpg);
	background-repeat:	no-repeat;
	width:			422px;
	height:			25px;
}
#footer	{
	background-image:	url(../images/fred-gleeck-footer.jpg);
	background-repeat:	no-repeat;
	background-position:	left bottom;
	background-color:	#666;
	color:			#fc3;
	border:			solid 1px #fc3;
	border-left:		0;	
	border-right:		0;	
	text-align:		center;
	height:			110px;
	padding:		0px;
	padding-top:		5px;
	
}
#footer	a	{
	font-size:		7pt;
	color:			#fc3;
	text-decoration:	none;
}
#footer	a:hover	{
	text-decoration:	underline;
}
a	{
	color:			#333;
	font-size:		8pt;
}
a:hover	{
	text-decoration:	none;
}
#navigation	{
	width:			200px;
	border:			solid 1px #fff;
	background-color:	#999;	
	background-image:	url(../images/navigation.gif);
	color:			#000;
	font-weight:		bold;
	padding:		0;
	margin:		0;
	text-align:		center;
}
#navigation ul	{
	list-style-type:	none;
	margin:			0px;
	padding:		0px;
}
#navigation li	{
	margin:0px;
	padding:0px;
}
#navigation a	{
	display: 		block;
	width:		188px;
	padding:		5px;
	border:			solid 1px #fff;
	color:			#222;
	text-decoration:	none;
}
#navigation a:hover	{
	background-color:	#2980B6 !important;
	color:			#fc3 !important;
	border-color:		#2980B6 !important;
	text-indent:		5px;
	padding-top:		7px;
	padding-bottom:	3px;
}


