@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	line-height: 1.5em;
}
a {
	color: #f36795;
	text-decoration: none;
}
a:hover {
	color: #333333;
}
h1 {
	color: #e32a67;
	font-size: 16px;
	font-weight: bold;
}
hr {
	padding: 10px;
}
#dateheader {
	border-bottom: thin solid #ffd1e0;
	font-size: 14px;
	color: #333333;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #ffedf3;
}
#header {
	background-image: url(images/bg_top.gif);
	background-repeat: repeat-x;
	height: 203px;
}
#container {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
#inner {
	margin: 0 auto;
	width: 900px;
}
#rightcontainer {
	padding-left: 37px;
	padding-top: 10px;
	margin-bottom: 20px;
	font-size: 11px;
}
#leftside {
        float: left;
		padding-left: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
        /*margin: 20px 0 20px 20px;*/
        width: 580px;
}
#rightside {
		padding-top: 20px;
		padding-right: 20px;
		margin-left: 614px;
		padding-bottom: 20px;
        /*margin: 20px 20px 20px 614px;*/
		padding-left: 25px;
        width: 241px;
		border-left: 1px solid #cccccc;		
}
#footer {
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footerinside {
	margin: 0 auto;
	width: 900px;
	color: #999999;
	text-align: center;
	font-size: 11px;
}
#footerinside a {
	text-decoration: none;
	padding-right: 15px;
	color: #999999;
}
#spacer { 
	clear: both; 
}