@charset "utf-8";
body {
	background-color: #e2e2e2;
}

#wrapper {
	height: 980px;
	width: 880px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin: auto;
}


#main {
	margin: auto;
	width: 850px;
	height: 850px;
	background-color: #FFFFFF;
}
#header {
	width: 850px;
	height: 130px;
	background-image: url(images/header_inner.jpg);
	background-repeat: no-repeat;
}
#left_column {
	width: 230px;
	height: 760px;
	background-color: #3333CC;
	float: left;
}
#navigation {
	width: 230px;
	height: 250px;
	background-image: url(images/nav_top.jpg);
	background-repeat: no-repeat;
	background-color: #C1C1C1;
	list-style-type: none;
}
#calendar {
	height: 250px;
	width: 230px;
	background-color: #FFFFFF;
	float: none;
}

#bottomleft {
	width: 230px;
	height: 260px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	float: none;
	background-repeat: no-repeat;
	background-image: url(images/calendar_bg.jpg);
}
a.bottomleft:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #6699CC;
	font-weight: bold;
	text-decoration: none;
}
a.bottomleft:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #6699CC;
	text-decoration: none;
}
a.bottomleft:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #6699CC;
	text-decoration: underline;
}

#right_column {
	width: 620px;
	height: 760px;
	float: right;
	background-color: #FFFFFF;
}
#village_news {
	width: 620px;
	height: 30px;
	background-color: #7bac4a;
	padding-top: 20px;
	text-indent: 20px;
}


#bright {
	width: 580px;
	background-color: #FFFFFF;
	height: 690px;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

#bright h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

#bright td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
}
#footer {
	height: 45px;
	width: 850px;
	background-color: #7bac4a;
	float: left;
	background-position: center;
	text-align: center;
}

#closing {
	height: 45px;
	width: 850px;
	background-color: #FFFFFF;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	float: left;
}
a.footer:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: underline;
}
a.bright:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #6699CC;
	text-decoration: none;
	font-weight: bold;
}
a.bright:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #6699CC;
	text-decoration: none;
	font-weight: bold;
}
a.bright:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #6699CC;
	text-decoration: underline;
	font-weight: bold;
}
#bright h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
