@charset "utf-8";
/* CSS Document */

#page {
	background-image: url(images/index_bg.jpg);
	height: 1200px;
	width: 1600px;
	margin: auto;
}
#ADD_links {
	width: 230px;
	margin-left: 70px;
	text-align: right;
	height: 400px;
	font-size: 150%;
	float: left;
	margin-top: 55px;
	font-family: "Times New Roman", Times, serif;
}
#hyper_links {
	height: 400px;
	width: 220px;
	margin-right: 89px;
	font-size: 150%;



	margin-top: 55
.px;
	margin-top: 55px;
	font-family: "Times New Roman", Times, serif;
	float: right;
}


#outer {
	background-color: #CCC;
}

#banner {
	background-image: url(images/banner.jpg);
	width: 1600px;
	height: 269px;
}
#left_column {
	background-image: url(images/current_events.jpg);
	height: 623px;
	width: 476px;
	float: left;
	margin-top: 83px;
}
#current_events {
	width: 320px;
	margin-left: 90px;
	margin-top: 200px;
	text-align: center;
}

#column_container {
	float: left;
	height: 849px;
	width: 1124px;
	margin-top: 83px;
}
#centre {
	height: 849px;
	width: 649px;
}

#right_column {
	height: 623px;
	width: 475px;
	float: right;
}

#ADD_links a:link {
	text-decoration: none; 
	color: #000;
	background: transparent;
}
#ADD_links a:visited {
	text-decoration: none; 
	color: #000; 
	background: transparent;
}
#ADD_links a:hover {
	text-decoration: none; 
	color: #510000; 
	background: transparent;
}
#ADD_links a:focus {
	text-decoration: none; 
	color: #510000; 
	background: transparent;
}
#ADD_links a:active {
	text-decoration: none; 
	color: #ffffff; 
	background: transparent;
}

#hyper_links a:link {
	text-decoration: none; 
	color: #000;
	background: transparent;
}
#hyper_links a:visited {
	text-decoration: none; 
	color: #000; 
	background: transparent;
}
#hyper_links a:hover {
	text-decoration: none; 
	color: #510000; 
	background: transparent;
}
#hyper_links a:focus {
	text-decoration: none; 
	color: #510000; 
	background: transparent;
}
#hyper_links a:active {
	text-decoration: none; 
	color: #ffffff; 
	background: transparent;
}

