a {
	color: #006363;
}

a:hover {
	color: #000;
	text-decoration: none;
}

/* Overall setting */
	* {
		padding: 0px;
		margin: 0px;
		
	}
	
/* ID settings & blocks */	
	#container {
		margin: 0 auto 0 auto;
		width: 100%;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		height:100%;
	
	}
	
	#block_top {
		height: 190px;
		background-repeat: repeat-x;
		width: 100%;
	}
	
	#header_img {
		height: 240px;
	}
	
	#centre_content {
		margin: 0 auto 0 auto;
		padding: 0px;
		width: 726px;
	}
	
	#content{
		background-color:#FFFFFF;
		margin: 0 0 0 20px;
	}
	
	#nav {
		height: 230px;
		width: 726px;
		
		background:url(images/header.jpg);
		font-size: 11px;
		font-weight: bold;
	}
	
	
	#nav .nav_left {
		position: relative;
		top: 80px;
		float: left;
	}
	#nav .nav_right {
		position: relative;
		top: 80px;
		float: right;
	}
	#nav .nav_menu {
		position: relative;
		top: 119px;
		float: right;
		color:#FFFFFF;
	}

	#nav_sub {
		background-color: #006363;
		min-height: 25px;
		height: 100%;
		width: 716px;
		margin: 0 auto 0 auto;
		padding: 0 0 0 10px;
		color:#FFFFFF;
	}
	
	#img_front {
		position: absolute;
		width: 600px;
		height: 200px;
	}
	#img_front_1 {
		position: relative;
		top: 200px;
		left: 0px;
		z-index: 200;
	}
	#img_front_2 {
		position: absolute;
		top: 0;
		left: 0px;
		z-index: 100;
	}
	#img_front_3 {
		position: absolute;
		top: 0px;
		left: 460px;
		z-index: 400;
	}
	#img_front_4 {
		position: absolute;
		top: 200px;
		left: 460px;
		z-index: 300;
	}
	
	#img_front a {
		color: #000000;
		border: 0px;
		text-decoration: none;
	}
	
	#img_front img {
		border: 1px solid #000000;
	}
	#info{
		position: absolute;
		top: 420px;
		width: 700px;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #006263;
	}

/* Classes & Styles */	
	h1 {
		font-weight: 600;
		font-style: italic;
		font-size: 20px;
		
		margin: 15px 0 8px 0;
	}
	
	p {
		margin: 0 0 8px 0;
		line-height: 17px;
	}
	
	p.nav {
		color: #FFFFFF;
		padding: 8px 0 0 0;
		width: 726px;
	}
	
	a:link.nav, a:visited.nav {
		color: #FFFFFF;
		font-weight: bold;
		font-size: 12px;
		text-decoration: none;
	}
	
	a:hover.nav {
		color: #FFFFFF;
		font-weight: bold;
		font-size: 12px;
		text-decoration: underline;
	}
	
	a.nav_current {
		color: #FFFFFF;
		font-weight: bold;
		font-size: 12px;
		text-decoration: underline;
	}
	
	a:link.nav_sub, a:visited.nav_sub {
		color: #FFFFFF;
		font-weight: bold;
		font-size: 11px;
		line-height: 25px;
		text-decoration: none;
	}
	
	a:hover.nav_sub{
		color: #FFFFFF;
		font-weight: bold;
		font-size: 11px;
		text-decoration: underline;
	}
