@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container  {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #609;
	text-align: left;
} 
#header  {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px 0px 30px;
} 
#header p a:link {
	font: 24px/30px "Times New Roman", Times, serif;
	color: #e9b30d;
	text-decoration: none;
}
#header p a:visited {
	font: 24px/30px "Times New Roman", Times, serif;
	color: #e9b30d;
	text-decoration: none;
}
#header p a:hover {
	font: 24px/30px "Times New Roman", Times, serif;
	color: #F00;
	text-decoration: none;
}
#header p a:active {
	font: 24px/30px "Times New Roman", Times, serif;
	color: #e9b30d;
	text-decoration: none;
}
#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 197px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px;
}
#sidebar1 h1 {
	font: 100 24px/24px "Times New Roman", Times, serif;
	color: #C00;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#sidebar1 h1 img {
	margin-bottom: 15px;
}
#sidebar1 p {
	font: 100 12px/18px Helvetica, Arial, sans-serif;
	color: #333;
	text-align: center;
}
.bold {
	font: 600 14px/18px Helvetica, Arial, sans-serif;
	color: #333;
}
#sidebar1 p a:link {
	font: bold 12px/18px Helvetica, Arial, sans-serif;
	color: #C00;
	text-decoration: none;
}
#sidebar1 p a:visited {
	font: bold 12px/18px Helvetica, Arial, sans-serif;
	color: #C00;
	text-decoration: none;
}
#sidebar1 p a:hover {
	font: bold 12px/18px Helvetica, Arial, sans-serif;
	color: #000;
	text-decoration: none;
}
#sidebar1 p a:active {
	font: bold 12px/18px Helvetica, Arial, sans-serif;
	color: #C00;
	text-decoration: none;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px;
	color: #666;
}
#sidebar2 p img  {
	margin-bottom: 5px;
}
#sidebar2 p {
	font: lighter 12px/16px Helvetica, Arial, sans-serif;
	color: #333;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#sidebar2 p a:link {
	font: 600 14px/16px Helvetica, Arial, sans-serif;
	color: #333;
	text-decoration: none;
	margin-top: 40px;
}
#sidebar2 p a:visited {
	font: 600 14px/16px Helvetica, Arial, sans-serif;
	color: #333;
	text-decoration: none;
}
#sidebar2 p a:hover {
	font: 600 14px/16px Helvetica, Arial, sans-serif;
	color: #F00;
	text-decoration: none;
}
#sidebar2 p a:active {
	font: 600 14px/16px Helvetica, Arial, sans-serif;
	color: #333;
	text-decoration: none;
}
#mainContent  {
	border-right: 2px dotted #C00;
	border-left: 2px dotted #C00;
	margin-right: 213px;
	margin-left: 217px;
	padding-right: 10px;
	padding-left: 22px;
	margin-top: 40px;
} 
#mainContent h1 {
	font: 700 22px/22px Helvetica, Arial, sans-serif;
	color: #333;
	margin-bottom: -15px;
}
#mainContent p .bullet {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	color: #999;
	letter-spacing: 0.1em;
	margin-bottom: -20px;
}
#mainContent h2 {
	font: 900 18px/22px Helvetica, Arial, sans-serif;
	color: #333;
	margin-bottom: -10px;
}
#mainContent p img {
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#mainContent p {
	font: lighter 14px/22px Helvetica, Arial, sans-serif;
	color: #333;
}
.listing {
	font: lighter 14px/12px Helvetica, Arial, sans-serif;
	color: #000;
}
.month {
	font: 700 18px/22px Helvetica, Arial, sans-serif;
	color: #000;
}
#mainContent p .bold {
	color: #606;
	font: 900 14px/22px Helvetica, Arial, sans-serif;
}
.date {
	font: 900 14px/24px Helvetica, Arial, sans-serif;
	color: #333;
}
#mainContent p a:link {
	font: bold 14px/22px Helvetica, Arial, sans-serif;
	color: #C00;
	text-decoration: none;
}
#mainContent p a:visited {
	font: bold 14px/22px Helvetica, Arial, sans-serif;
	color: #333;
	text-decoration: none;
}
#mainContent p a:hover {
	font: bold 14px/22px Helvetica, Arial, sans-serif;
	color: #609;
	text-decoration: none;
}
#mainContent p a:active {
	font: bold 14px/22px Helvetica, Arial, sans-serif;
	color: #333;
	text-decoration: none;
}
#footer  {
	padding: 0 10px 0 20px;
} 
#footer p {
	font: 100 11px Helvetica, Arial, sans-serif;
	color: #606;
	text-decoration: none;
	text-align: center;
}
#footer p a:link {
	font: 11px Helvetica, Arial, sans-serif;
	color: #609;
	text-decoration: none;
}
#footer p a:visited {
	font: 11px Helvetica, Arial, sans-serif;
	color: #609;
	text-decoration: none;
}
#footer p a:hover {
	font: 11px Helvetica, Arial, sans-serif;
	color: #C00;
	text-decoration: none;
}
#footer p a:active {
	font: 11px Helvetica, Arial, sans-serif;
	color: #606;
	text-decoration: none;
}
.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;
}
