body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;	
	text-align:center;
}
a, a:link, a:visited, a:hover
{
 
  color:#d2a043; 
}
a:hover
{
	text-decoration:none;
}
img	{
	margin:0;
	border:0;
}
h1{
	margin:0;
 	font-family: Arial, Helvetica, sans-serif;
}
h2{
	margin:0;
 	font-family: Arial, Helvetica, sans-serif;
	color:#768DAB;
}
.classA #icon {
	margin-right: 5px;
	margin-left: 20px;
}
.classA #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #464646;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000; will the removal of this border cause margin collapse?*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;

} 
.classA #header { 
	/*background: #DDDDDD; */
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.classA #maincontent {
	background: #e5e3e3;
	color:	#333333;
	padding:10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.topfltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	padding-top: 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.contactusfltright { /* this class can be used to float an element left in your page */
	float: right;
	padding: 7px;
	background-color:#FFFFFF;
	width:300px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.classA #search {
	text-align: center;
	display: inline;
}
