#calendar_container {
	float: left;
	}
#calendar {
	width: 156px;
	background-color: #D6D6CC;
	border: 1px solid #8A8D7C;
	padding: 5px 5px 6px 5px;
	margin-right: 20px; 
	/*float: left;*/
	/*height: 175px;*/
		  }
#calendar_dropdowns {
	/*width: 166px;
	position: relative;
	float: left;*/
	padding-top: 10px;
	height: 100%;
		  }
#calendar_dropdowns select {
	width: 166px;
	background-color: #ffffff;
	border: 1px solid #CCCC99;
	font-family: verdana;
	font-size: 10px;
		  }
#calendar_dropdowns label {
	width: 166px;
	color: #333333;
	font-family: verdana;
	font-size: 10px;
	text-align: left;
		  }
#month {
	font-family: verdana;
	font-size: 10px;
	background-color: #ffffff;
	width: 152px;
	height: 20px;
	color: #000000;
	text-align: center;
	float: left;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-left: 1px;
	margin-right: 1px;
	text-transform: uppercase;
	    }
#day {
	font-family: verdana;
	font-size: 10px;
	position: relative;
	padding-top: 0px;
	width: 20px;
	height: 20px;
	float: left;
	text-align: center;
	background-color: #ffffff;
	color: #000000;
	margin: 1px;
	 }
#today {
	font-family: verdana;
	font-size: 10px;
	position: relative;
	padding-top: 0px;
	width: 20px;
	height: 20px;
	float: left;
	text-align: center;
	background-color: #E1D59B;
	color: #511203;
	margin: 1px;
	 }
#daylink {
	font-family: verdana;
	font-size: 10px;
	position: relative;
	padding-top: 0px;
	width: 20px;
	height: 20px;
	float: left;
	text-align: center;
	background-color: #ffffff;
	color: #000000;
	margin: 1px;
	 }
#day a {
	display: block;
	width: 20px;
	height: 17px;
	padding-top: 3px;
	background-color: #ffffff;
	color: #8E240A;
	margin: 0px;
	text-decoration: none;
	 }
#day a:hover {
	display: block;
	width: 20px;
	height: 17px;
	padding-top: 3px;
	background-color: #8E240A;
	color: #ffffff;
	margin: 0px;
	text-decoration: none;
	 }
#today a {
	display: block;
	width: 20px;
	height: 17px;
	padding-top: 3px;
	background-color: #8A8D7C;
	color: #ffffff;
	margin: 0px;
	text-decoration: none;
	 }
#today a:hover {
	display: block;
	width: 20px;
	height: 17px;
	padding-top: 3px;
	background-color: #8E240A;
	color: #ffffff;
	margin: 0px;
	text-decoration: none;
	 }
#dayTwo {
	font-family: verdana;
	font-size: 10px;
	position: relative;
	padding-top: 3px;
	width: 22px;
	height: 22px;
	float: left;
	text-align: center;
	background-color: #ffffff;
	color: #000000;
	margin: 0px;
	margin-bottom: 1px;
	 }
#dayThree {
	font-family: verdana;
	font-size: 10px;
	position: relative;
	padding-top: 3px;
	width: 21px;
	height: 22px;
	float: left;
	text-align: center;
	background-color: #ffffff;
	color: #000000;
	margin: 0px;
	margin-bottom: 1px;
	margin-left: 1px;
	 }
#dayFour {
	font-family: verdana;
	font-size: 10px;
	position: relative;
	padding-top: 3px;
	width: 21px;
	height: 22px;
	float: left;
	text-align: center;
	background-color: #ffffff;
	color: #000000;
	margin: 0px;
	margin-bottom: 1px;
	margin-right: 1px;
	 }
#blank {
	font-family: verdana;
	font-size: 10px;
	position: relative;
	padding-top: 0px;
	width: 20px;
	height: 20px;
	float: left;
	text-align: center;
	background-color: #ffffff;
	color: #ffffff;
	margin: 1px;
		}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

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