@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: 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;
	background-color: #653921;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.twoColFixLtHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #F2F3E9;
	padding: 0 30px 0 30px;
	background-image: url(../images/container_bgrd.png);
	background-repeat: repeat-y;
} 

.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	height: 288px;
} 

.twoColFixLtHdr #header_home {
	float: right;
}

.twoColFixLtHdr #logout {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}

.twoColFixLtHdr #header_nav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #653921;
	padding-top: 10px;
	padding-right: 10px;
	font-weight: bold;
	padding-left: 10px;
	color: 653921;
}

.twoColFixLtHdr #header_nav a {
	text-decoration: none;
}

.twoColFixLtHdr #header_section_nav {
	position: absolute;
	top: 40px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	font-weight: bold;
	font-size: large;
	background-color: #EBEBEB;
	background-image: url(../images/sidebar_bgrd.png);
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3C3BE;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C3C3BE;
}

.twoColFixLtHdr #sidebar1 h3 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #653921;
}

.twoColFixLtHdr #sidebar1 h3 a {
	color: #653921;
}

.twoColFixLtHdr #sidebar1 a {
	text-decoration: none;
	color: #000000;
}

.twoColFixLtHdr #sidebar1 table {
	font-size: small;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* 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 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.twoColFixLtHdr #news {
}

.twoColFixLtHdr #news_item {
	border-bottom: 1px solid #000000;
}

.twoColFixLtHdr  #manufacturers h3 {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #653921;
	padding-top: 20px;
}

.twoColFixLtHdr #thumbs {
	margin-top: 15px;
}

.twoColFixLtHdr  #item   {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 15px;
}

.twoColFixLtHdr  #item_thumb  img {
	margin-right: 15px;
}

.twoColFixLtHdr #league {
	border-bottom: 2px solid #653921;
	padding-bottom: 15px;
}

.twoColFixLtHdr #league table {
	margin-bottom: 10px;
}

.twoColFixLtHdr #league_details {
	border: 1px solid #000000;
	padding: 10px;
}

.twoColFixLtHdr #event {
	border-bottom: 1px solid #000000;
}

.twoColFixLtHdr #sectionFooter {
	padding-top: 25px;
}

.twoColFixLtHdr #footer {
	background-color: #F2F3E9;
	height: 50px;
	width: 900px;
	margin: -16px auto 0 auto;
	background-image: url(../images/container_bgrd_foot.png);
	padding: 0 30px 30px 30px;
} 

.twoColFixLtHdr #footer p {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #653921;
	padding-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;
}

a {
	color: #653921;
}

h1 {
	font-size: x-large;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
