@charset "iso-8859-1";
#container {
	text-align:left;
	width:800px;
	margin:0 auto;
	position:relative;
}

table{
	font-size:100%;
	font-family: Candara;
	color: #FFf;
	}
ul{
	text-align:left;
	}
h2{
	font: Candara;
	color:#FFf;
	}
div#wrapper{
	width:600px;
	margin-left:auto;/* center it*/
	margin-right:auto;
	color: #FFF;
	text-align:center;
	padding:20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #999966;
	font-family: Candara;
}

.side{
	text-align:right;
	padding-right:4px;
	width:200px;
	background-color: #999966;
	}
.data{
		

	}
/******* END GENERAL LAYOUT STUFF ***********/




/*
CALENDAR
***********/

table .cal_month{
	
	background-color:#999966;
	}
thead td{
	text-align:center;
}
.cal_title{
	border:1px solid #DDDDDD;
	background-color:#999966;
	text-align:center;
	color:#FFFFFF;
	}
.cal_data{
	text-align:center;
	}
.cal_empty{
	text-align:center;
	/*border:1px solid #EEEEEE;*/
	}
