BODY { color:#009; 	background-color: #265A5B;
	background-attachment: fixed;
	background-image: url(pageBg.jpg);
	background-repeat: repeat-x;
	background-position: top; font-weight: 700;  font-family: Trebuchet MS, Comic Sans MS, Century Gothic, verdana, arial;   font-size: 14px;}

#bin { position: relative; top: 30px; margin-left: auto; margin-right: auto; width : 80%; min-width: 840px;
	border: 2px inset #006; 
 	background:  #699 url(contentBg.jpg) repeat-x; 
	padding: 6px;
	min-height: 70%;
	font-weight: 500;
}
#header {
	text-align: center;
 	height: 70px;
}
#container {
	width: 100%;
	float: right;
	margin-left: -150px;
}
#content {
	margin-left: 150px;
	text-align: justify;
}
#sidebar {
	width: 150px;
	float: left;
	height: 70%;
}
#footer {
	text-align: center;
	height: 40px;
}
h1 {
	margin-top: 0;
}
.last {
	margin-bottom: 0;
}
.clearing { 
	height: 0;
	clear: both;
}
