@charset "UTF-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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: #666666;
}
a:link {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	text-decoration: underline;
	color: #990000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: underline;
	color: #666666;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:active {
	text-decoration: none;
	color: #666666;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#site_container {
	width: 100%;
	margin-top: 44px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: 100%;
	background-color: #000000;
}
.twoColFixLtHdr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #333333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	width: 955px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 250px;
	background-color: #000000;
	background-image: url(http://www.benjamintedder.com/images/header_bg.jpg);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #CCCCCC;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* 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: #000000;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 13px;
}
.sbTop {
	background-color: #000000;
	background-image: url(http://www.benjamintedder.com/images/sb_top.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 225px;
	margin: 0;
}
.sbBackground {
	background-image: url(http://www.benjamintedder.com/images/sb_bg.gif);
	background-repeat: repeat-y;
	width: 225px;
	margin: 0px;
	min-height: 75px;
}
.sbContent {
	width: 180px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 10px;
	text-align: center;
}
.sbBottom {
	background-image: url(http://www.benjamintedder.com/images/sb_bottom.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 225px;
	margin: 0;
}
.twoColFixLtHdr #sidebar1 h1 {
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.twoColFixLtHdr #sidebar1 p {
	text-align: center;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.twoColFixLtHdr #mainContent {
	width: 730px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: right;
	position: relative;
	margin: 0;
}
#pageTop {
	background-color: #000000;
	background-image: url(http://www.benjamintedder.com/images/page_top.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 730px;
	margin: 0;
}
#pageBackground {
	background-image: url(http://www.benjamintedder.com/images/page_bg.gif);
	background-repeat: repeat-y;
	width: 730px;
	margin: 0px;
	min-height: 60px;
}
#pageContent {
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -21px;
	margin-left: auto;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#pageBottom {
	background-image: url(http://www.benjamintedder.com/images/page_bottom.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 730px;
	margin: 0;
}
.pageDivider  {
	 width: 600px;
	 color: #666666; 
}
.sbContainer {
	width: 225px;
	margin-bottom: 15px;
}
#pageContent h1 {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
#pageContent h2 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
}
#pageContent p {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	text-indent: 10px;
}
.twoColFixLtHdr #footerContent {
	float: right;
	width: 720px;
	height: 20px;
	margin-top: 10px;
	padding-top: 5px;
	text-align: center;
}

.twoColFixLtHdr #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #000000;
	background-image: url(http://www.benjamintedder.com/images/footer_divider.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 40px;
	width: 955px;
} 
.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 */
}
#footer a:link {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer a:visited {
	text-decoration: none;
	color: #808080;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer a:hover {
	text-decoration: underline;
	color: #990000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer a:active {
	text-decoration: none;
	color: #666666;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.footer-text {
	text-align: center;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.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;
}
