@charset "UTF-8";
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	line-height:18px;
}


#container {
	width: 953px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#headernav {
	width: 953px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
#col1left {
width: 510px;
padding:20px;
padding-left:37px;
padding-right:5px;
padding-top:20px;
padding-bottom:20px;
float:left;

}
#col2right {
float:right;
width:330px;
padding-top:20px;
padding-right:18px;
padding-bottom:20;
}

#col1left2 {
width: 390px;
padding:20px;
padding-left:37px;
padding-right:5px;
padding-top:20px;
padding-bottom:20px;
float:left;

}
#col2right2 {
float:right;
width:350px;
padding-top:30px;
padding-right:50px;
padding-bottom:20;
padding-left:70px;
}

.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;
}
#headertop {
	width: 953px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */

}
#headerbottom {
	width: 953px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
		background-color:#000000;
}
#headercontent {
	width: 953px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #9b9991; 
	margin: 0;
	background-image:url(images/rightbkgd.gif);
}

#headerright {
float:left;
background-color:#000000;

background-image:url(images/headerbkgd.gif);
text-align:left;
width:auto;

}
#mainContent2 {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #63625e;
	width: 905px;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom: 15px solid #000000;
}

#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #63625e;
	width: 865px;
	padding:20px;
	border-bottom: 15px solid #000000;
}
#footer {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#9b9991;
	margin:auto;
	width: 875px;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
}
#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 on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#333333;
	text-align:center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #CCCCCC;
	letter-spacing:.05em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 200;
	color: #CCCCCC;
	letter-spacing:.04em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	color: #CCCCCC;
	letter-spacing:.02em;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2B2B56;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 2B2B56;
	text-decoration: underline;
}
