	
h1{
	font-size:					16px;
	}
	
#Logo img{
	margin:						0px;
	padding:					0px;
	}

#CompanyName{
	position:					absolute;
	width:						200px;	/* IE 5.5 will read this to fix box model differences */
	w\idth:						190px;	/* compliant browsers will read this */
	padding:					72px 5px 0px 5px;
	font-weight:				bold;
	font-size:					12px;
	z-index:					100;
	text-align:					center;
	color:						#000;
	}

#Navigation{
	padding-bottom:				10px;
	}

#Navigation a{
	display:					block;
	padding:					6px 0px 4px 28px;
	margin:						8px;
	line-height:				18px;
	font-family:				Arial,sans-serif;
	font-weight:				bold;
	font-size:					11px;
	color:						#555;
	text-decoration:			none;
	text-align:					left;
	letter-spacing:				1px;
	background:					url(images/Arrow.gif) 3px 4px no-repeat #FFF;
	border-bottom:				2px solid #D9D9D9;
	}
	
* html #Navigation a{
	height:						16px;
	}
	
#Navigation ul{
	list-style-type:			none;
	margin:						0px;
	padding:					0px;
	}
	
#Navigation > ul li{
	list-style-type:			none;
	}

#Navigation a:hover, #Navigation a.Selected{
	background-color:			#EEE;
	}
	
#Navigation ul li{
	display:					block;
	list-style-type:			none;
	margin:						0px;
	padding:					0px;
	background-color:			#FFF;
	}
	
#Footer{
	clear:						both;
	font-size:					10px;
	text-align:					center;
	border-top:					2px solid #D9D9D9;
	padding:					0px 0px 6px 0px;
	}
	
#Sidebar h1{
	font-size:					14px;
	text-align:					center;
	text-decoration:			underline;
	}
	
#BodyArea td{
	vertical-align:				top;
	}

.FeaturedListing{
	margin-top:					10px;
	text-align:					center;
	font-size:					10px;
	padding:					0px 0px 5px 0px;
	}

.FeaturedListing img{
	width:						120px;
	height:						90px;
	border:						1px #404040 solid;
	}
	
.FeaturedListing div{
	padding:					0px 2px 0px 2px;
	}

.FeaturedListing .Title{
	font-weight:				bold;
	text-align:					center;
	margin:						3px 0px 5px 0px;
	padding:					14px 0px 3px 0px;
	}
	