html, body {
	margin:10px; 
	padding:0px; 
}	
	
* {
font-family:arial,sans-serif;
}

a:link,
a:active,
a:visited {
	color: inherit;
	color: expression(this.parentNode.currentStyle.color);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#div_page_container {
	margin: auto;
	width: 900px;
}

#div_top_bar {
	height: 90px;
	padding: 0px;
	
	display: block;
}

#div_top_bar a:hover {
	text-decoration: none;
}

#div_logo {
	float:left;
	padding:0px;margin:0px;
}

#div_site_title {
	float: left;
	margin-left: 15px;
	padding-top: 15px;
	color: #fff;
}

#div_site_title h1 {
	font-size: 1.2em;
	line-height: 0.5em;
}

#div_site_title h2 {
	font-size: 0.85em;
	line-height: 0.5em;
}

.index_image {
	margin-bottom:10px;
}


#div_content_container {
	padding: 1px;
	position:relative;
	display:block;
	overflow:visible;
	width:898px;
	font-size: 0.9em;
}

#div_content_container_home {
	padding: 1px 0 0 0;
	position:relative;
	display:block;
	overflow:visible;
	border-left:200px solid #fff;
	width:700px;
	
	font-size: 0.9em;
}

#div_menu {
	margin-left:0px;
	padding: 3px;
}



#div_right_col {
	float:right;
	position:relative;
	width:230px;
	display:inline;
	padding-top:50px;
}

.some_content {
	margin: 20px;
}

.some_content_home {
	width: 420px;
}

.menu_item {
	margin: 0.3em;
	font-size:0.75em;
	cursor: pointer;
	display: inline;
	text-align: center;
	padding: 2px;
	padding-left: 3px;
	line-height: 2em;
}

.menu_item:hover {
	text-decoration: none;
}

.clearer {
	clear:both;
	height:1px;
	overflow:hidden;
}

.homePageNewsBox,
.homePageEventsBox {
	width: 224px;
	margin-bottom: 20px;
	margin-right: 6px;
}

.homePageNewsBoxHeader,
.homePageEventsBoxHeader {
	height: 27px;
	background-position: right top;
	background-repeat: no-repeat;
}

.homePageNewsBoxContent,
.homePageEventsBoxContent {
	font-size: 0.75em;
	padding-bottom: 10px;
	padding-left:10px;
}

.homePageNewsBoxContent p,
.homePageEventsBoxContent p {
	padding: 0px;
	margin: 5px 0px 0px 0px;
}


.news_headline {
	font-weight: bold;
}

.event_date {
	font-size: .90em;
}

.event_title {
	font-weight: bold;
}

.read_link {
	font-size: 0.85em;
}

.no_data {

}

.sponsor_image {
	width: 200px;
	text-align: center;
	margin-bottom:10px;
}

.advert_image {
	width: 200px;
	text-align: center;
	margin-bottom:10px;
}

#div_footer {
	height: 50px;
	padding-top: 10px;
}

#div_footer p {
	line-height: 1.3em;
	font-size: 0.75em;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

/* News page */

.news_article {
	padding-bottom:10px;
	border-bottom: 1px solid #ccc;
	width: auto;
}

.news_article_date {
	font-size: 0.85em;
	color: #666;
}

.enquiry_thanks {
	padding: 10px;
	background-color: #eee;
	border: 1px solid #ccc;
}

.sponsor_image {
	width: 200px;
	text-align: center;
	margin-bottom:10px;
}

.advert_image {
	width: 200px;
	text-align: center;
	margin-bottom:10px;
}

.sponsor_image img, .advert_image img {	
	border: none;
}
