@charset "utf-8";
body  {
	background: #999999 url(backgroundgradient.jpg) repeat-x fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: "Century Gothic", "Myriad Pro", Arial;
	font-size: 10px;
}

.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: right; /* this overrides the text-align: center on the body element. */
	height: 650px;
} 
.twoColFixLtHdr #containeritems {
	height: auto;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	clear: both;
	float: none;
}

.twoColFixLtHdr #navbar   {
	float: left; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #666666 center top;
	clear: both;
	width: 770px;
	height: 43px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.twoColFixLtHdr #mainContent {
	background-color: #FFFFFF;
	width: 770px;
	height: 450px;
	clear: left;
	margin: 5px;
	float: left;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 0px;
} 
.twoColFixLtHdr   #divisions  {
	background-color: #FFFFFF;
	width: 780px;
	float: left;
	height: 120px;
	margin-top: 0;
	margin-bottom: 10;
	background-repeat: no-repeat;
	clear: both;
}

.twoColFixLtHdr #footer {
	width: 780px;
	height: 40px;
	margin: 20 0px 0;
	float: left;
} 
.footertable {
	height: 30px;
	margin: 10px;
}
.divisiontable {
	height: 110px;
	background-repeat: no-repeat;
}
h6 {
	font-family: "Century Gothic", "Myriad Pro", Arial;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
h5 {
	font-family: "Century Gothic", "Myriad Pro", Arial;
	font-size: small;
	font-weight: normal;
	line-height: normal;
}
.twoColFixLtHdr #header {
	height: 95px;
	width: 770px;
	clear: both;
	margin-bottom: 20px;
}
.twoColFixLtHdr  #containeritems  #wayhome {
	padding: 10px;
	float: left;
	height: 400px;
	width: 120px;
	margin: 5px 1px 5px 5px;
}
.twoColFixLtHdr  #containeritems  #items {
	float: right;
	padding: 5px;
	margin: 5px 3px 10px 0px;
	clear: right;
	width: 610px;
	height: auto;
	background-repeat: no-repeat;
}
.twoColFixLtHdr    #alsolike    {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	float: none;
	height: 180px;
	width: 780px;
	clear: both;
	margin: 20px auto auto;
}
p {
	font-family: "Century Gothic", "Myriad Pro", Arial;
	font-size: small;
	line-height: 125%;
}

#infoarea {
	float: right;
	height: 400px;
	width: 590px;
	padding: 20px;
}
h1 {
	font-family: Garamond, "Times New Roman", times, Georgia;
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	font-family: "Century Gothic", "Myriad Pro", Arial;
	font-size: small;
	font-style: normal;
	font-weight: bold;
}
h3 {
	font-family: "Century Gothic", "Myriad Pro", Arial;
	font-size: small;
	font-weight: normal;
}
h4 {
	font-family: "Century Gothic", "Myriad Pro", Arial;
	font-size: x-small;
	font-weight: normal;
}
.twoColFixLtHdr  #wayhomelong  {
	padding: 0px;
	float: left;
	height: 40px;
	width: 770px;
	margin: 0px 5px 0px 9px;
	vertical-align: text-top;
	background-position: top;
}
.twoColFixLtHdr #itemslong {
	float: left;
	margin: 0px 5px 30px;
	clear: both;
	width: 770px;
	height: auto;
	background-repeat: no-repeat;
}
#infospacer {
	clear: left;
	height: auto;
	width: 780px;
}
.navtext {
	color: #FFFFFF;
}
.twoColFixLtHdr #navbar a:link {
	color: #FFFFFF;
}
.twoColFixLtHdr #navbar a:visited {
	color: #FFFFFF;
}
.twoColFixLtHdr  #navbar a:hover {
	color: #666666;
	font-weight: normal;
}
.twoColFixLtHdr #navbar a:active {
	color: #FFFFFF;
}
