@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #898307;
}
.beef #container {
	width: 850px;
	text-align: left;
	background-color: #666600;
	margin-right: auto;
	margin-left: auto;
}  
.beef #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: center;
	height: 70px;
} 
.beef #header h1 {
	margin: 0;
	padding: 10px 0;
	color: #FFFFFF;
	display: inline;
	font-size: 16px;
}
.beef #sidebar1 {
	float: left;
	width: 180px;
	background-color: #CC9933;
	color: #993300;
	font-size: small;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.beef #sidebar2 {
	float: right;
	width: 150px;
	background-color: #CC9933;
	font-size: small;
	color: #993300;
	padding-top: 15px;
	padding-bottom: 15px;
}
.beef #sidebar1 h1, .beef #sidebar1 p, .beef #sidebar2 p, .beef #sidebar2 h1 {
	margin-left: 10px;
	margin-right: 10px;
}
.beef #mainContent {
	margin-top: 0;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #FFFFFF;
} 
.beef #footer {
	padding: 0 10px;
	background-color: #CCCC66;
} 
.beef #footer p {
	margin: 0;
	padding: 10px 0;
}
.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;
}
h1 {
	font-size: 14px;
}
.beef #container #sidebar1 h1 {
	font-size: 13px;
}
.beef #block {
	width: 95%;
	margin: auto;
	padding-top: 5px;
}
.beef #container #mainContent #block h2 {
	font-size: larger;
}
.smalltext {
	font-size: x-small;
}
.links {
	color: #993300;
	text-decoration: none;
}
.beef #container #sidebar2 h1 {
	font-size: 13px;
}
.highlight {
	color: #990000;
}
