@charset "utf-8";
@import url(s4-type.css);
@import url(s4-elements.css);

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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;
}
.twoColFixLt #container {
	width: 950px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/main/s4bg.gif);
	background-repeat: repeat-y;
}
#newbar {
	float: left;
	width: 240px;
}
.twoColFixLt #footer {
	float: left;
	width: 950px;
	height: 20px;
	background-image: url(../images/main/footer.gif);
	vertical-align: bottom;
	background-repeat: no-repeat;
	text-align: center;
	padding: 110px 0px 0px 0px;
}
#mainContent { 
	margin: 0px 40px 0px 0px; /* 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. */
	width: 620px;
	float: right;
	/*position: relative;*/
	padding: 0px 30px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainbox {
	float: right;
	width: 600px;
	margin: 0px 40px 0px 0px;
}
.twoColFixLt #centerbox {
	position: relative;
	left: 60px;
	width: 500px;
	bottom: 34px;
}
.twoColFixLt #pagecopy {
	position: relative;
	bottom: 0px;
	margin: 0;
	padding: 0;
}
.twoColFixLt #homecopy2 {
	position: relative;
	bottom: 40px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.twoColFixLt #othernav {
	width: 167px;
	float: left;
	color: #ffffff;
	margin: 0px 0px 20px 60px;
	vertical-align: top;
}
.twoColFixLt #contact {
	width: 160px;
	float: left;
	margin: 0px 0px 0px 60px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/main/twitter.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	vertical-align: top;
	}
.twoColFixLt #header {
	width: 950px;
	height: 27px;
	background-image: url(../images/main/s4header.gif);
	float: right;
}
.twoColFixLt #static-header {
	width: 950px;
	height: 78px;
	background-image: url(../images/main/header.gif);
	float: right;
}
.twoColFixLt #divider {
	width: 100%;
	height: 4px;
	background-image: url(../images/main/divider.gif);
	background-repeat: repeat-x;
	clear:both;
}
.twoColFixLt #flashheader {
	width: 950px;
	height: 78px;
	float: left;
	text-align: left;
}
#picbox {
	float: left;
	width: 188px;
	height: 157px;
	Margin: 11px 20px 4px 0px;
	background-image: url(../images/main/atari.gif);
	background-repeat: no-repeat;
}
.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;
}