/* CSS Document */

body {
	margin: 0px;
	background-color: #000000;
}

#background {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	height: 480px;
}

#background_land {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	height: 480px;
}

#top_header {
	background-image: url(images/top_header.jpg);
	background-repeat: no-repeat;
	height: 95px;
}

#title_header {
	background-image: url(images/title_header.jpg);
	background-repeat: no_repeat;
	height: 73px;
}

#nav_bar {
	background-image: url(images/nav_bar.jpg);
	background-repeat: no-repeat;
	height: 18px;
	vertical-align: middle;
}

#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: #ffffff;
	padding-left: 25px;
	text-align: left;
	height: 18px;
}

#nav a:link, #nav a:active, #nav a:visited {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
} 

#nav a:hover {
	color: #FF840C;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

#nav .onpage{
	color: #FF840C;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
} 

#nav_water {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: #ffffff;
	padding-left: 25px;
	padding-top: 10px;
	text-align: left;
	height: 18px;
}

#nav_water a:link, #nav_water a:active, #nav_water a:visited {
	color: #FF840C;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
} 

#nav_water a:hover {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
} 

#main_area {
	padding-top: 25px;
	padding-left: 25px;
	padding-bottom: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 18px;
	vertical-align: top;
	text-align: left;
}

#main_area a:link, #main_area a:active, #main_area a:visited {
	color: #FF840C;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
} 

#main_area a:hover {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
} 

#main_area .ongal{
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
} 

#main_area .title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FF840C;
	vertical-align: top;
	text-align: left;
}

#gal_buts {
	padding-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 18px;
	vertical-align: top;
	text-align: left;
}




/* water gallery pages */

#background_water {
	background-image: url(images/background_water.jpg);
	background-repeat: no-repeat;
	height: 480px;
}

#top_header_water {
	background-image: url(images/top_header_water.jpg);
	background-repeat: no-repeat;
	height: 95px;
}

#title_header_water {
	background-image: url(images/title_header_water.jpg);
	background-repeat: no_repeat;
	height: 73px;
}

#nav_bar_water {
	background-image: url(images/nav_bar_water.jpg);
	background-repeat: no-repeat;
	height: 18px;
	vertical-align: middle;
}




/* land gallery pages */

#background_land {
	background-image: url(images/background_land.jpg);
	background-repeat: no-repeat;
	height: 480px;
}

#top_header_land {
	background-image: url(images/top_header_land.jpg);
	background-repeat: no-repeat;
	height: 95px;
}

#title_header_land {
	background-image: url(images/title_header_land.jpg);
	background-repeat: no_repeat;
	height: 73px;
}

#nav_bar_land {
	background-image: url(images/nav_bar_land.jpg);
	background-repeat: no-repeat;
	height: 18px;
	vertical-align: middle;
}