@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
}
.twoColFixLtHdr #container {
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {

} 
.twoColFixLtHdr #container #header img {
	margin: 0px;
	padding: 0px;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 150px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 5px;
} 
.twoColFixLtHdr #footer {
	padding: 0 px 0px;
	background-image: url(images/directlanyards-ftr.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin : 0 auto;
	background-position: center;
	} 


.footera:link {
	font-family: Tahoma;
	font-size: 75%;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.footera:active {
	font-family: Tahoma;
	font-size: 75%;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.footera:hover {
	font-family: Tahoma;
	font-size: 75%;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.footera:visited {
	font-family: Tahoma;
	font-size: 75%;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
	
	
	
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	text-indent: 15px;
	white-space: normal;
	display: block;
}
.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;
}
a:link {
	font-family: Tahoma;
	font-size: 100%;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
a:active {
	font-family: Tahoma;
	font-size: 100%;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
a:hover {
	font-family: Tahoma;
	font-size: 100%;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
a:visited {
	font-family: Tahoma;
	font-size: 100%;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

#side-menu ul
{
	list-style: none;
	padding: 00px 0px 0 10px;
	text-align: left;
	margin: 0;
} 
#side-menu li {
	display : block;
	float : left;
	width : 150px;
}

.side-menua:link {
	font-family: Tahoma;
	font-size: 75%;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.side-menua:active {
	font-family: Tahoma;
	font-size: 75%;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.side-menua:hover {
	font-family: Tahoma;
	font-size: 75%;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
.side-menua:visited {
	font-family: Tahoma;
	font-size: 75%;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 155px; /* 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: #EBEBEB;
	background-image: url(images/sidebar-bk.jpg);
	font: verdana;
	font-size: 70%;
}
.twoColFixLtHdr #footer2 p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	text-indent: 15px;
	white-space: normal;
	display: block;
}
#footer2 li {
	display : block;
	float : left;
	width : 200px;
}

.imagecaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #999999;
	margin : 0 auto;
	} 
	
div.img
  {
  margin: 1px;
  border: 1px solid #cccccc;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }
div.img img
  {
  display: inline;
  margin: 1px;
  border: 1px solid #999999;
  }
div.img a:hover img
  {
  border: 1px solid #ffcc00;
  }
div.desc
  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #999999;
  text-align: center;
  font-weight: normal;
  width: 119px;
  margin: 1px;
  }
.maintext {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 80%;
}

#nav {
	width: 975px;
	background-repeat: repeat;
	height: 50px;
	margin-top: -15px;
	background-color: #F6E537;
}
#nav ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	list-style-type: none;
}
#nav li {
	display: inline;
	text-align: center;
	list-style-type: none;
	float: left;
}
#nav li a:link, #nav li a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 5px;
	margin-top: -10px;
	margin-right: 15px;
	margin-left: 20px;
	line-height: 5em;
}
#nav li a:hover, #nav li a:active, #nav li a:focus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	padding: 5px;
	margin-top: -10px;
	margin-right: 15px;
	margin-left: 20px;
}
</style>
