body  {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	padding: 0;
	margin: 0;
	 /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	 /* 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: #e1e1e1; 
}

#container{
	position: absolute;
	left:185px;
	width:800px;
	background: #000000;
	border:1px solid gray;
		 /* text-align: left;this overrides the text-align: center on the body element. */
	}

#header {
	background: #DDDDDD;
	background: url(images/header1.jpg) no-repeat;
	left: 48px;
	width: 640px;
	top: 82px;
	height: 133px;
}	

#sidebar1 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 287px; /* since this element is floated, a width must be given */
	background: url(images/chain_rusty.jpg) no-repeat;
	/* background: #555753;the background color will be displayed for the length of the content in the column, but no further */
	color: yellow;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	top: 141px;
	z-index:-1;
	left: 342px;
}
#blurbhead {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	left: 9px;
	width: 320px;
	top: 146px;
	}

#blurb {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	left: 11px;
	width: 420px;
	top: 240px;
	border-right:1px gray;

	}

#footer {
	background:#DDDDDD;
	background: url(images/footer1.jpg) no-repeat;
	top: 727px;
	width: 849px;
	height: 196px;
} 


/* Miscellaneous classes for reuse */
.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 The floated element must precede the element it should be next to on the 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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a {
	color: #FF6600;
	font-weight:bold;
	text-decoration: none; 
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #666633;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #9999cc;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}
	
	
/* class styles */
.navText {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}

.pageName{
	font: 24px Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	line-height:26px;
	letter-spacing:.2em;
	align-c
	}
	
.blurb_head_text{
	font:18px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFF00;
	line-height:26px;
	letter-spacing:.1em;
	text-align:left;

}
/* others */	


#logo 	{
	font:24px Verdana, Arial, Helvetica, sans-serif;
	color: #CCFF99;
	letter-spacing:.2em;
	line-height:30px;
	}

