body{
	background:black;
	font-family:Arial, Helvetica, Tahoma, sans-serif;
}
h1{
	color:#CFC79B;
	text-decoration:underline;
}
h3{
	color:grey;
}
#main{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	color:grey;
	background: #F6F7C7;
	border:4px solid grey;
}
#header{
	height:95px;
	width:1024px;
	background:no-repeat url('../images/hcconveyLogo.jpg');
}
#menu{
	width:1024px;
	padding-left:2px;
	display:inline-block;
	height:30px;
}
#menuHome{display:inline-block;margin-left:-2px;margin-right:-2px;width:71px;height:30px;background:no-repeat url('../images/Menu_01.png');}
#menuAboutUs{display:inline-block;margin-left:-2px;margin-right:-2px;width:108px;height:30px;background:no-repeat url('../images/Menu_02.png');}
#menuSelling{display:inline-block;margin-left:-2px;margin-right:-2px;width:83px;height:30px;background:no-repeat url('../images/Menu_03.png');}
#menuBuying{display:inline-block;margin-left:-2px;margin-right:-2px;width:89px;height:30px;background:no-repeat url('../images/Menu_04.png');}
#menuGeneralInfo{display:inline-block;margin-left:-2px;margin-right:-2px;width:140px;height:30px;background:no-repeat url('../images/Menu_05.png');}
#menuContactUs{display:inline-block;margin-left:-2px;margin-right:-2px;width:126px;height:30px;background:no-repeat url('../images/Menu_06.png');}
#menuImportantLinks{display:inline-block;margin-left:-2px;margin-right:-2px;width:182px;height:30px;background:no-repeat url('../images/Menu_07.png');}
#menuTestimonials{display:inline-block;margin-left:-2px;margin-right:-2px;width:140px;height:30px;background:no-repeat url('../images/Menu_08.png');}
#menuEnder{display:inline-block;margin-left:-2px;margin-right:-2px;width:85px;height:30px;background:no-repeat url('../images/Menu_09.png');}

#menuHome a{display:block;width:71px;height:30px;}
#menuAboutUs a{display:block;width:108px;height:30px;}
#menuSelling a{display:block;width:83px;height:30px;}
#menuBuying a{display:block;width:89px;height:30px;}
#menuGeneralInfo a{display:block;width:140px;height:30px;}
#menuContactUs a{display:block;width:126px;height:30px;}
#menuImportantLinks a{display:block;width:182px;height:30px;}
#menuTestimonials a{display:block;width:140px;height:30px;}
#menuEnder a{display:block;width:85px;height:30px;}

#menu a{
	display:block;
	color:grey;
	font-size:24px;
	text-decoration:none;
}
#menu a:hover{
	color:black;
}
#content{
	width:968px;
	margin-top:60px;
	padding-left:10px;
	margin-left:16px;	
}
#content a{
	text-decoration:none;
	color:#408FCF;
	padding-left:10px;
	padding-right:10px;
}
#content a:hover{
	background:#DEDFC3;
}
#contentfffader{
	position:relative;
	left:200px;
	top:-30px;
	width:788px;
	height:30px;
	background: transparent no-repeat url('../images/bottomFader.png');
	
}
#footer{
	margin-top:20px;
	text-align:center;
	color:grey;
	height:30px;
}
#footer a{
	text-decoration:none;
	color:#b72020;
}
#clear{
	clear:both;
}