@charset "UTF-8";
body  {
	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: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: lighter;
	letter-spacing: 0.1ex;
}
.thrColFixHdr #container {
	width: 830px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/BG.gif);
	background-repeat: repeat;
	background-color: #381213;
} 
.thrColFixHdr #header {
	width: 830px;
	height: 120px;
} 
.thrColFixHdr #nav {
	width: 830px;
	height: 25px;
	background-image: url(../images/Nav_BG.gif);
}
.thrColFixHdr #headline {
	width: 830px;
	height: 190px;
}
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #mainContent {
	float: left; /* since this element is floated, a width must be given */
	width: 400px; /* padding keeps the content of the div away from the edges */
	margin-left: 30px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.thrColFixHdr   #sidebar1 {
	width: 170px;
	margin-left: 445px;
	margin-bottom: 15px;
	margin-top: 15px;
} 
.thrColFixHdr #sidebar1 a {
	color: ##381213;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* padding keeps the content of the div away from the edges */
	margin-right: 30px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.thrColFixHdr #sidebar2 a {
	color: #381213;
}
.thrColFixHdr #sidebar3 {
	width: 355px;
	margin-left: 445px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.thrColFixHdr #footer {
	background:#381213;
	height: 50px;
	background-image: url(../images/Footer.gif);
} 
.thrColFixHdr #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 */
}
.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;
}
.thrColFixHdr #Testimonials1 {
	width: 375px; /* padding keeps the content of the div away from the edges */
	margin-left: 30px;
	margin-bottom: 15px;
	margin-top: 15px;
	float: left;
}
.thrColFixHdr #Testimonials2 {
	width: 375px; /* padding keeps the content of the div away from the edges */
	margin-left: 425px;
	margin-bottom: 15px;
	margin-top: 15px;
}
