@charset "utf-8";
/* CSS Document */

body, html {
	margin:0px;
	padding:0px;
	background:#89744e url(images/html_BG.png) repeat-x;
}

#container{
	float:left;
	width:100%;
	min-height:800px;
	margin:21px 0 0 0;
	background:url(images/pattern_bg.png) repeat-x;
}

#menuBG{
	float:left;
	width:100%;
	background:url(images/menu_BG.png) 50% 352px repeat-x;
}

#center {
	width:1200px;
	margin-top:-21px;
	margin-left:auto;
	margin-right:auto;
}

#content {
	float:left;
	width:1200px;
	min-height:671px;
	text-align:center;
	background:url(images/body_BG.png) 233px 374px no-repeat;
}

#header {
	float:left;
	width:1200px;
	height:273px;
	padding:101px 0 0 1px;
	background:url(images/header_BG.png) no-repeat;
}

#menu {
	float:left;
	width:700px;
	margin:0 251px 0 250px;
	height:30px;

}

#contentContainer {
	float:left;
	width:701px;
	margin:20px 250px 0 250px;
	background:url(images/content_BG.png) repeat-y;
}

#body {
	float:left;
	width:456px;
	padding:10px;
	text-align:left;
}

#sdbr, #sidebar {
	float:left;
	width:204px;
	padding:10px;
	text-align:left;
}

#footer {
	float:left;
	width:681px;
	height:30px;
	margin:0 250px 0 250px;
	background-color:#006666;
	padding:0 10px 0 10px;
}

img {
	border:none;
}

.caldate{
	margin:3px;
	padding:0;
	color:#003333;
	font-size:16px;
}

.caltime{
	margin:3px;
	padding:0;
	white-space:nowrap;
	font-size:16px;
}

.caldesc{
	margin:3px;
	padding:0;
	color:#003333;
	font-size:16px;
}
