@charset "utf-8";
/* CSS Document */

<!-- 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #44494F;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container { 
	width: 46em; 
	background-image: url("content-wide.jpg");
	background-repeat: repeat-y;
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: left; 
} 
#header {
	width: 737px;
	height: 200px;
	background-image: url("brsheader.jpg");
	background-repeat: no-repeat;
	display: block;
	margin-left: auto;
	margin-right: auto;
} 
#header h1 {
	margin: 0; 
	padding: 0px 0; 
}
#sidebar1 {
	float: right; 
	width: 12em; /* since this element is floated, a width must be given */
	background-image: url("side-wide.jpg"); 
	background-repeat: repeat-y;
	padding: 0px 0; 
	padding-top: 30px;
}
#sidebar1 h3, #sidebar1 p {
	background-image: url("side-wide.jpg");
	background-repeat: repeat-y;
	margin-left: 10px; 
	margin-right: 10px;
}
#mainContent {
  	margin: 30px 13em 0 50px; 
	zoom: 1; padding-top: 15px;
} 
#footer { 
	padding: 0 0px; 
	background-image: url("footer-wide.jpg");
} 
#footer p {
	margin: 0; 
	padding: 22px 20px; 
	background-image: url("footer-wide.jpg");
}



/* 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 */
	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;
}
.style1 {font-size: smaller}
.style2 {
	font-size: 150%
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #999999;
}
--> 
