/* CSS Document */

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

* {
	padding: 0px;
	margin: 0px;
}

body {
	min-width: 1100px;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #D4D5D7;
	background-image: url(../images/bgrnd.jpg);
	background-repeat: repeat-x;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#w {
	width: 985px;
	margin-right: auto;
	margin-left: auto;
}
#w #hd {
	height: 194px;
	background-image: url(../images/custom_calendar.jpg);
	background-repeat: no-repeat;
}
#w #hd #lgn {
	float: right;
	padding-right: 50px;
	padding-top: 40px;
}

#w #hd #men {
	width: 750px;
	height: 20px;
	font-size: 14px;
	padding-top: 145px;
	padding-left: 205px;
}
#w #bd {
	background-image: url(../images/bgrnd_2.jpg);
	background-repeat: repeat-y;
}
#w #bd #mnl {
	width: 180px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #D4D5D7;
	padding-left: 20px;
	padding-top: 10px;
}
#w #bd #mnc {
	padding-right: 5px;
	padding-left: 5px;
}
#w #bd #mnc #cntc {
	padding-top: 50px;
	color: #197769;
}
#w #ft {
	padding-left: 200px;
	font-size: 14px;
}
