@charset "utf-8";
body {
	width: 1000px;
	margin: 0 auto;
}
#heather {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	float: left;
	width: 1000px;
	text-align: center;
}

#flag{
	float: right;
	width: 1000px;
}

#menu{
	float: left;
	width: 1000px;
	position: relative;
	background-color: #333333;
	text-align: center;
}

#note{
	position: relative;
	float: left;
	left: 1000px;
	top: -685px;
}


#google_search{
	float: left;
	position: relative;
	top: -45px;
	left: 720px;
}


#content{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	float: left;
	width: 980px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#events{
	float:left;
	width:450px;
}

#calendar{
	float:left;
	width:450px;
	
}

#footer{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	float: left;
	width: 1000px;
	color: #FFFFFF;
	background-color: #333333;
}
