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: 92px;
	padding: 0px;
	display: block;
	margin-top: auto;
	margin-bottom: auto;
}

#div_top_bar a:hover {
	text-decoration: none;
}

#div_logo {
	float:left;
}

#div_site_title {
	float: left;
	margin-left: 15px;
	padding-top: 15px;
	
}

#div_site_title h1 {
	font-size: 1.2em;
	line-height: 0.5em;
}

#div_site_title h2 {
	font-size: 0.85em;
	line-height: 0.5em;
}

#content_header {
	font-size: 1.1em;
	font-weight: bold;
}

#div_content_container {
	padding: 0px 0 0 0;
	position:relative;
	display:block;
	overflow:visible;
	width:750px;
}

#div_menu {
	float:left;
	position:relative;
	width:150px;
	margin-left:-150px;
	display:inline;
}

#div_right_col {
	float:right;
	position:relative;
	width:200px;
	display:inline;
	padding-top:20px;
	border-left: 1px solid #a2a2a2;
	margin-top: 45px;
}

.some_content {
	margin-left:20px;
	font-size: 0.75em;
	padding-right:10px;
}

.some_contenet_home {
	width: 500px;
}

.menu_item {
	padding: 0.6em;
	font-size:0.75em;
	cursor: pointer;
}

.clearer {
	clear:both;
	height:1px;
	overflow:hidden;
}


.homePageNewsBox,
.homePageEventsBox {
	width: 170px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.homePageNewsBoxHeader,
.homePageEventsBoxHeader {
	padding: 5px;
	font-size: 0.75em;
}

.homePageNewsBoxContent,
.homePageEventsBoxContent {
	font-size: 0.75em;
	padding-bottom: 10px;
	padding-left:10px;
	padding-right:10px;
}

.homePageNewsBoxContent p,
.homePageEventsBoxContent p {
	padding: 0px;
	margin: 5px 0px 0px 0px;
}


.news_headline {
	/* font-weight: bold; */
	color: #333;
}

.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;
}

.div_index_images {
	margin-bottom: 30px;
}

.index_image {
	display: inline;
	margin: 0px;
	padding: 0px;
}

.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;
}

.enquiry_thanks {
	padding: 10px;
	background-color: #eee;
	border: 1px solid #ccc;
}

