@charset "UTF-8";

/* grid structure */
div#container {
	width: 900px;
	margin: auto;
	background: #fdf9de url(../images/shared/bg_line.jpg) repeat-y;
}

div#container_cal {
	width: 900px;
	margin: auto;
	background: #fdf9de;
}

div#nav{
	width:340px;
	height: 50px;
	background: url(../images/shared/nav_bg.jpg) repeat-x;
	position:relative;
	float:right;
}

div#header {
	width: 900px;
	height: 50px;
	background: #FFF url(../images/shared/logo.jpg) no-repeat;
}

div#splash {
	width: 900px;
	height:220px;
}

div#content {
	width: 900px;
	height: 100%;
	padding: 40px 0px 25px 0px;
	background: url(../images/shared/content_bg.jpg) no-repeat;
}

div#content_lt {
	width: 510px;
	height: 100%;
	min-height: 100%;
	padding: 15px 25px 0px 25px;
	margin: 75px 0px;
	float: left;
	clear: right;
}

div#content_rt {
	width: 260px;
	padding: 15px 0px 0px 15px;
	margin: 75px 0px;
	float: left;
	clear: right;
}

div#footer {
	width: 900px;
	height: 150px;
	margin: auto;
	background: url(../images/shared/footer_bg.jpg) no-repeat;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height: 150px; /* .push must be the same height as .footer */
}


/* end grid structure */

/* creates text wraps around images */
img.floatLeft { 
    float: left; 
	padding-right: 8px; 
}

img.floatRight { 
    float: right; 
    padding-left: 8px;  
}

/* creates an invisible div to cover the logo to return home */
a#home {
	position: absolute;
	margin: 200px 0px 0px 0px;
	width: 400px;
	height: 60px;
	background: transparent;
	z-index: 5;
}

#calendar {
 	width: 100%;
 	padding: 0;
 	margin: 0;
 	color: #6666;
}



