@charset "UTF-8";
body  {
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	background: #31342d url(images/blackboard.jpg) fixed;
	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: #514e46;
}
.twoColFixRtHdr #container { 
	width: 785px;  /* 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 */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	width: 785px;
	border-top: 6px solid #ac3800;
	padding: 6px 0px 8px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixRtHdr #mainContent { 
	background:#fff;
	border-bottom: 6px solid #ac3800;
	margin: 0 0px 0 0; /* the right margin on this div element creates the column down the right 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: 10px 10px 25px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #mainContent p { 
	padding: 0 3px;
	line-height:160%;
	}


	
.twoColFixRtHdr #footer { 
	padding: 8px 0px 10px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
} 

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 211px; /* 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: #ac3800; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 5px 5px;
	line-height:100%;
	color: #ac3800;
	font-size:11px;
	border: #ac3800 solid 4px;
	margin:10px 0 12px 25px;
	background: #fff url(images/box_bg.jpg);
}

.twoColFixRtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 211px; /* 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: #ac3800; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 5px 5px;
	line-height:120%;
	color: #ac3800;
	font-size:13px;
	border: #ac3800 solid 4px;
	margin:10px 0 12px 25px;
	background: #fff url(images/community_bg.jpg);
}

.twoColFixRtHdr #sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 277px; /* 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 */
	
	padding: 0px 0px 5px 5px;
	line-height:120%;
	color: #ac3800;
	font-size:13px;
	margin:10px 0 12px 25px;
	background: #fff;
}

.twoColFixRtHdr #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;
}

.twoColFixRtHdr #header ul,  #footer ul {
	margin:0;
	padding:0 8px 5px 0;
	text-align:right;
	}
	
.twoColFixRtHdr #header li,  #footer li {
	display:inline;
	padding:2px;
	color: #ac3800;
	}
	

.twoColFixRtHdr #mainContent a, a:link, a:visited {
	color: #ac3800;
	text-decoration: none;
	padding-left:2px;
	font-weight:bold;
	font-size:12px;
	}
	

	
.twoColFixRtHdr #mainContent a:hover {
	color: #ac3800;
	text-decoration: underline;
	
	}


	
.twoColFixRtHdr #header a, a:link, a:visited, #footer a, a:link, a:visited {
	color: #fff;
	text-decoration: none;
	padding-left:2px;
	font-weight:normal;
	font-size:12px;
	}
	
.twoColFixRtHdr #header h1 a, a:link, a:visited {
	color: #fff;
	text-decoration: none;
	padding:0px;
	font-weight:normal;
	}
	
.twoColFixRtHdr #header a:hover, #footer a:hover {
	color: #fff;
	text-decoration: underline;
	}

.twoColFixRtHdr #mainContent .nb a, a:link, a:visited {
	font-weight:normal;
	padding:1px;
	font-size:10px;
	}	
	
.twoColFixRtHdr #footer .shiftrt {
padding: 0 0 0 418px;
}

.twoColFixRtHdr table, tr, td, .red {
padding: 0;
margin: 0;
border-spacing: 0px; 
color: #ac3800;
font-size:11px;
line-height:100%;
vertical-align:top;
font-weight: normal;
}



.twoColFixRtHdr #mainContent  .tight_it { 
	padding: 0 18px 0 8px;
	line-height:120%;
	font-style:italic;
	font-size:12px;
	}
	
.twoColFixRtHdr #mainContent  .no_sidebar { 
	padding: 0 18px 0 0;	
	}

.profiles {
padding: 0 10px 10px 25px;
margin: 0;
border-spacing: 0px; 
color: #514e46;
font-size:12px;
line-height:110%;
vertical-align:top;
font-weight: normal;
}

.twoColFixRtHdr #mainContent img.donate {padding: 2px 0px 2px 0}
.twoColFixRtHdr #mainContent img.btmspace {padding: 0px 0px 3px 0}
.twoColFixRtHdr #mainContent img.sidebar {padding: 12px 0px 0px 0}
.twoColFixRtHdr #mainContent img.icon {padding: 11px 5px 2px 0}
.twoColFixRtHdr #mainContent img.footer { vertical-align:top;  padding:10px 0 8px 0 }
.twoColFixRtHdr #mainContent img.ctr { padding:0px 8px 3px 8px }
.twoColFixRtHdr  img { border:0; }
.twoColFixRtHdr  img.brdr { border:3px solid; margin:1px 2px 1px 1px;}

