@charset "UTF-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#904700;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

.main #link a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#904700;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-decoration:none;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.main #link a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#904700;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-decoration:underline;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

.main #link a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#904700;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-decoration:none;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#904700;	
}
.calendar_bar {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#666;	

}


.main #outer {
	background: #fffbe4;
	margin: 0 auto;
	width:980px;

}
.main #header {
	border: 0px;
	padding: 0px;
	background-color:#eee;
	float:left;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.main #menu {
	background: #eee;
}

.main #news {
	padding: 5px 15px;
	width:950px;
	background: #eee;
	float:left;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.main #news_title {
	padding: 5px 15px;
	width:75px;
	background: #eee;
	float:left;
	text-align: left; 
}

.main #line_break {
	width: 704px;
	height:1px;
	background-color:#904700;
}

.main #footer {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	border: 0px solid #000000;
	float:left;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.main #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	background: #fffbe4;
	float:left;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.main #mainContent {
	padding: 9px 13px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	width:702px;
	background: #fffbe4;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#904700;
	
	
}
.main #prospectus {
	float:left;
	width:210px;
	background-color:#fff;
	border: 10px solid #e5ab01;
	margin:0px 0px 0px 0px;
	padding:10px 10px 10px 10px;
}
.main #advert {
	float:left;
	width:250px;
	border: 0;
	margin:0px 0px 0px 0px;
	padding: 0;
}