@charset "utf-8";
/* CSS Document */

body  {
	background: #FFFFFF;
	margin:20px;
	padding: 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#CCC;
}
#container { 
	width: 640px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	background-image:url(bg.gif);
	background-repeat:repeat-y;
}

#container #sidebar a:link,
#container #mainContent a:link,
#container #sidebar a:visited,
#container #mainContent a:visited,
#container #sidebar a:active,
#container #mainContent a:active {
	color:#a93938;
}


#container #sidebar a:hover,
#container #mainContent a:hover {
	text-decoration:none;
}


#container #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 260px 10px 15px 20px;
	line-height:20px;
}
#container #mainContent {
	float:left;
	width:401px;
	text-align: left;
	margin:20px;
} 

.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;
}

