body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
}

#container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FAF1BE;
}
#container #sidebar1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}

#container  #mainContent2col  h1 {
	margin: 0px;
	padding: 0px;
}


#header {
	background-image: url(../assets/images/header.jpg);
	margin: 0px;
	padding: 0px;
	height: 130px;
	width: 780px;
	background-color: #DDDDDD;
	position: relative;
}
#container #header li {
	font-size: 1em;
	float: left;
}
#header li a:link,#header li a:visited {
	display: block;
	padding: .2em .5em;
	text-decoration: none;
	color: #000000;
	margin-right: .5em;
	background-color: #EAE0D6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2;
	font-weight: bold;
	}
#header li a:hover, #header li a:active {
	color: #000000;
	background-color: #CCB59D;
	}
#header li a.current,#header li a.current:hover, #header li a.current:active {
	color: #78320E;
	background-color: #FAF1BE;
	cursor: default;
	}	
#container #header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	position: absolute;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	width: 500px;
	visibility: visible;
}

#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer {
	height: 20px;
	width: 780px;
	background-color: #804000;
}
#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: 0.9em;
	text-align: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #FAF1BE;
}

#mainContent2col  {
	background-color: #FAF1BE;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
} 
.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.br { /* 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;
}
#mainContent1col {
	background-color: #FDF9E3;
	margin: 0px;
	padding: 0px;
	width: 780px;
}
#ale_image {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
