@charset "utf-8";
/*	Casa Tina Calendar Styles.	*/
	
html, body {
	margin: auto auto auto auto ; 
	width:953px;
	padding: 0px 0 20px 0;
	background: #FDAE13;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-align: center; 
	}
#container {
	width: 953px; 
	top: 164px:
	padding: 0;
	}
#header {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0 0px 0;
	border: 1px solid #000000;
	text-align: center; 
	width: 953px;
	height:164px;
	background: #FFFFFF;
	}
#controls {
	padding: 0px 0px 0px 0px;
	width: 200px;
	background: #FDC556;
	text-align: center;
	}
#column1 {
	float:left;
	width: 205px;
	height: auto;
	background: #FDC556;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
#column2 {
	float:left;
	width: 513px;
	height: auto;
	padding: 10px 0px 0px 10px;
	text-align: left; 
	}
#column3 {
	float: right;
	right: 0px;
	top:0px;
	width: 216px;
	height: 100%;
	padding: 0px 0px 0px 0px;
	text-align: left; 
}
#billboard,
#popular {
	text-align: left;
	padding: 0px 0 0px 0;
	background: #FDC556;
	width: 200px;
	margin-left: 5px;
	}
#rssLinks {
	width: 760px; 
	padding: 0;
	margin: auto auto auto auto ; 
	
	}
#copyright {
	clear: both; 
	color: #666666;
	background: #FFFFFF;
	padding: 5px 0px 5px 15px;
	line-height: 17px;
	}
a.copyright,
a.copyrightR {
	text-decoration: none;
	color: #666666;
	background: #FFFFFF;
	}
a.copyright:hover {
	text-decoration: underline;
	color: #FF6600;
	background: #FFFFFF;
	}
a.copyrightR:hover {
	text-decoration: underline;
	color: #006532;
	background: #FFFFFF;
	}
.setupText{
	font-family: Verdana, sans-serif;
	font-size: 11px;
    border-top: 1px solid #555; 
    border-left: 1px solid #555; 
    border-bottom: 1px solid #ccc; 
    border-right: 1px solid #ccc; 
    padding: 1px; 
    color: #333; 
	vertical-align: center;
	}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clearfloats {clear:both:}