body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	letter-spacing:0.02em;
	margin:0px;
	color:#444;
}

#container{
	width:750px;
	margin:auto;
	/*overflow:auto;*/
}

#header{
	width:750px;
	height:75px;
	border-bottom:solid 1px #75989f;
}

#flashcontainer{
	/*float:left;*/
	width:450px;
	height:80px;
	overflow:hidden;
}

#numbercontainer{
	float:right;
	padding-top:13px;
	height:52px;
	overflow:hidden;
}

#bodycontainer{
	width:750px;
	overflow:auto;
	background-image:url(images/framework/menuback.gif);
	background-repeat:repeat-y;
	background-position:18px 0;
}

#menu{
	width:150px;
	float:left;
}

#body{
	width:600px;
	min-height:500px;
	float:right;
}

*html #body{
	height:500px;
}
#bottommenu{
	width:600px;
	float:right;
	height:17px;
	background-color:#bfd6dc;
	text-align:center;
	padding-top:3px;
	overflow:hidden;
	color:#666666;
}
#bottommenu a{
	text-decoration:none;
	color:#666666;
}
#bottommenu a:hover{
	color:#FFFFFF;
}
#menuimagecontainer{
	width:144px;
	padding-left:5px;
	margin-top:15px;
	float:left;
}

#calendarcontainer{
	margin:auto;
	width:464px;
	margin-top:10px;
}
#calendartop{
	width:374px;
	height:78px;
	padding-left:90px;
	padding-top:30px;
	background-repeat:no-repeat;
	text-align:center;
	color:#333;
}

#top{
	width:464px;
	height:8px;
	background-image:url(images/framework/top.gif);
	overflow:hidden;
	margin-top:5px;
}
#box{
	width:451px;
	margin-left:13px;
	background-color:#bed6db;
	overflow:auto;
}
#bottom{
	width:464px;
	height:8px;
	background-image:url(images/framework/bottom.gif);
	overflow:hidden;
	margin-bottom:20px;
}
#calendar{
	margin:auto;
	width:405px;
}

#registerform{
	width:300px;
	margin:auto;
}
#registerform input{
	width:300px;
}

#contactform{
	width:00px;
	margin:auto;
}
#contactform input{
	width:200px;
}
#contactform textarea{
	width:200px;
	height:200px;
}

.monthname{
	font-size:140%;
	color:#FFFFFF;
	font-family:Arial black, Arial, Helvetica, sans-serif;	
}
.menuoption{
	width:110px;
	border-bottom:solid 1px white;
	height:20px;
	float:right;
	padding-left:8px;
	padding-top:2px;
	margin-right:13px;
	display:inline;
}
.menulink{
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	letter-spacing:.05em;
	color:#555555;
	text-decoration:none;
}
.menulink:hover{
	color:#FFFFFF;
}

.day{
	width:45px;
	height:38px;
	overflow:hidden;
	float:left;
	border:solid 3px white;
	background-color:#75989f;
	margin:3px;
	font-size:200%;
	text-align:center;
	padding-top:7px;
	font-family:Arial black, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.day2{
	background-color:#97BABF;
	color:#666666;
}
.daylink{
	text-decoration:none;
	color:#666666;
}
.daylink:hover{
	color:#00CC00;
}
.previous{
	color:#FFFFFF;
	text-decoration:none;
}
.previous:hover{
	color:#00CC00;
}