@charset "UTF-8";
@import url("colors5.css");
body  {
	margin: 0;
	text-align: left;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E3E4CF;
	padding: 10;
	background-image: url(../_assets/_images/pumpkin_charcoal_gradient.png);
	background-repeat: repeat-x;
	background-color: #292929;
}
.twoColFixRtHdr #container {
	width: 780px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thick solid #616660;
} 
.twoColFixRtHdr #header {
	text-align: center;
	background-image: url(../_assets/header/stephan_header_curve.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #292929;
	padding-bottom: 3px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 215px;
	background-color: #A35A28;
	margin: 0px;
	text-align: left;
	border-left-style: dotted;
	border-left-color: #DEDEC5;
	border-left-width: medium;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.twoColFixRtHdr #mainContent {
	margin-right: 255px;
	margin-bottom: 0;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #454131;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
} 
.twoColFixRtHdr #footer {
	background-color: #DEDEC5;
	padding: 0;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	color: #616660;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 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;
}

