
html {
	margin: 0px;
	padding: 0px;
	}

body {
	margin: 0px 0px 0px 0px;
	background-color: #004c1d;
	background-image:url(../images/new/Background.jpg);
	background-position: top;
	background-repeat:repeat-x;
}


/*-------------------------------- logo and strap line ---------------------------------*/

#center {
	width: 990px;
	margin: 0 auto;
	border: 0px solid red;
}

#page_container {
	float: left;
	width: 976px;
	background-color: #FFFFFF;
}	

#header_container {
	float: left;
	width: 976px;
	height: 189px;
}

#content_container {
	float: left;
	width: 976px;
	border-bottom: 3px solid #fff;
}
#navigation_cont {
	float: left;
	width: 204px;
	height: 615px;
	background-color: #004c1d;
	background-image:url(../images/new/Left-hand-bar.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border-left: 3px solid #fff;
	
}
#navigation_video {
	float: left;
	width: 147px;
	height: 615px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

#navigation {
	float: left;
}


/*-------------------------------- Home Template ---------------------------------*/

#main_cont {
	float: left;
	width: 700px;
	height: 615px;
	padding: 0px 0px 0px 55px;
	border: 0px solid red;
	background-color: #FFF;
}	

#home_flash {
	float: left;
	width: 670px;
	height: 334px;
	padding: 20px 0px 0px 0px;
}	

#home_main {
	float: left;
	width: 670px;
	padding: 20px 0px 0px 0px;
}	

/*-------------------------------- 1Column Template ---------------------------------*/

#breadcrumb {
	float: left;
	width: 670px;
	padding: 10px 0px 0px 0px;
}

#breadcrumb a{
	text-decoration: none;
}

#sub_main {
	float: left;
	width: 670px;
	height: 520px;
	margin: 20px 0px 0px 0px;
	overflow : auto;
}

#activities_main {
	float: left;
	width: 670px;
	height: 520px;
	margin: 20px 0px 0px 0px;
}

/*-------------------------------- 2Column Template ---------------------------------*/


#sub_header {
	float: left;
	width: 670px;
	padding: 10px 0px 0px 0px;
}


#sub_left_cont {
	float: left;
	width: 440px;
	border:0px solid red;
}

#sub_left {
	float: left;
	width: 440px;
	height: 500px;
	margin: 30px 0px 20px 0px;
	overflow : auto;
}


#sub_right {
	float: left;
	width: 210px;
	padding: 40px 0px 0px 40px;
}



#footer {
	float: left;
	width: 990px;
	padding: 10px 0px 10px 0px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration:underline;
}




