/* CSS Document */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #c2c2c2;
	background-image: url(../assets/images/skbg01.gif);
	background-attachment: scroll;	
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 9pt;
}

table {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
} 


#container{
	width: 760px;
	height: 890px;
	margin: auto;
	background-color: #ffffff;
}


#header{
	width: 760px;
}



#content {
	width: 425px;
	height: 450px;
	margin-left: 324px;
	padding: 5px;
}

#calendar {
	width: 760px;
	height: 450px;
}


#footer{
	position: absolute;
	width: 760px;
	height: 40px;
	margin-top: 850px;
	background-image: url(../assets/images/footer_bg.gif);
	z-index: 1;
}

a:link { color: #ffffff}
a:visited { color: #ffffff}
a:hover { color: #ffe400}
a:active { color: #ffffff}

.content_text { color: #333333}

a.content_text:link { color: #333333}
a.content_text:visited { color: #333333}
a.content_text:hover { color: #c2c2c2}
a.content_text:active { color: #333333}


#leftpics {
	position: absolute;
	z-index: 1;
	width: 324px;
	margin-top: 335px;
}

