@font-face {
		font-family: Trajan Pro;
		src: url(/1css/TrajanPro-Regular.eot);
		src: local(Trajan Pro), url(/1css/TrajanPro-Regular.ttf) format("truetype");
}

@font-face {
		font-family: Trajan Pro;
		src: url(/1css/TrajanPro-Bold.eot);
		src: local(Trajan Pro), url(/1css/TrajanPro-Bold.ttf) format("truetype");
		font-weight: bold;
}

img {
		border: none;
}

body {
		padding: 0px;
		margin: 0px;
		background-color: #0b203b;
		font-family: arial, sans-serif;
}

.subpage_body {
		background-color: #010415;
}

.page {
		width: 1000px;
		margin: 0px auto;
		position: relative;
}

.pagetop {
		clear: both;
		background-color: #FFFFFF;
		background-image: URL(/1image/sky_gradient.png);
		background-repeat: repeat-x;
}

.pagemiddle {
		clear: both;
}

.top_banner {
		padding-left: 25px;
		margin-top: 25px;
		display: block;
		width: 710px;
		height: 105px;
		float: left;
}

.top_banner:hover {
		cursor: pointer;
}

.main_menu {
		float: right;
		margin-right: 20px;
		min-height: 140px;
}

.main_menu a {
		color: #e16960;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 12px;
}

.main_menu a.active, .main_menu a:hover {
		color: #951010;
		font-weight: bold;
}

.main_menu ul {
		list-style-type: none;
		margin-top: 20px;
}

.main_menu ul li {
		text-align: right;
		position: relative;
		padding: 0px 25px 0px 0px;
}

.main_menu .main_menu_image {
		position: absolute;
		right: 0px;
		top: 2px;
		width: 17px;
		height: 17px;
		display: block;
		background-image: URL(/1image/blood.png);
		background-position: right;
		background-repeat: no-repeat;
		visibility: hidden;
}

.main_menu span.active {
		visibility: visible;
}

.ship {
		background-image: URL(/1image/ship.png);
		height: 25px;
		clear: both;
}

.ship_line {
		position: absolute;
		top: 0px;
		left: 743px;
		background-image: URL(/1image/ship_line.png);
		background-repeat: no-repeat;
		width: 1px;
		height: 200px;
}

.flash_banner {
		padding-top: 30px;
		padding-left: 30px;
		width: 350px;
		height: 340px;
}

.background_bottom, .subpage_background_bottom {
		position: fixed;
		left: 0px;
		bottom: 0px;
		height: 300px;
		z-index: -1;
		width: 100%;
		min-width: 1000px;
		background-image: URL(/1image/blue_reef.png);
		background-repeat: no-repeat;
		background-position: top center;
}

.subpage_background_bottom {
		position: absolute;
}

.shadow, .subpage_shadow {
		position: fixed;
		bottom: 0px;
		left: 0px;
		height: 300px;
		width: 100%;
		min-width: 960px;
		z-index: -1;
}

.subpage_shadow {
		position: absolute;
}

.shadow_left, .shadow_right {
		width: 480px;
		height: 300px;
		background-image: URL(/1image/dark_gradient_left.png);
		background-repeat: no-repeat;
		background-position: top left;
		float: left;
}

.shadow_right {
		float: right;
		background-image: URL(/1image/dark_gradient_right.png);
}

.shadow_middle {
		height: 300px;
		width: auto;
		margin: 0px 480px;
		background-image: URL(/1image/dark_gradient_middle.png);
		background-repeat: repeat-x;
		background-position: top left;
}

.sculpture, .subpage_sculpture {
		position: fixed;
		width: 100%;
		min-width: 1000px;
		height: 235px;
		bottom: 35px;
		z-index: -1;
		background-image: URL(/1image/sculpture.png);
		background-repeat: no-repeat;
		background-position: top center;
}

.subpage_sculpture {
		position: absolute;
}

.footer {
		position: relative;
		top: 0px;
		left: 0px;
		height: 300px;
		z-index: 0;
		background-color: #0b203b;
}

.footer_text {
		text-transform: uppercase;
		font-size: 12px;
		color: #8595a9;
		position: absolute;
		top: 230px;
		left: 30px;
		width: 100%;
		height: 50px;
		z-index: 1;
}

.footer_text a {
		color: #8595a9;
		text-decoration: none;
}

.main_article_wrapper {
		margin: 24px 45px 0px 30px;
		padding: 30px 0px;
		border-top: 1px solid #8595a9;
		clear: both;
}

.logo_small {
		width: 180px;
		height: 47px;
		background-image: url(/1image/logo_small.png);
		background-repeat: no-repeat;
}

.sub_menu {
		float: left;
		width: 180px;
		height: 100px;
		min-height: 100px;
}

.sub_menu ul {
		margin-top: 10px;
		list-style-type: none;
}

.sub_menu ul li {
		text-align: right;
}

.sub_menu a {
		color: #e16960;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 11px;
}

.sub_menu a:hover {
		color: #951010;
}

.sub_menu a.active {
		color: #951010;
		font-weight: bold;
}

.article {
		float: left;
		overflow: hidden;
		width: 715px;
		padding-left: 30px;
		font-size: 12px;
		line-height: 16px;
}

.article h1 {
		font-family: Trajan Pro, times;
		margin-top: 0px;
		font-size: 26px;
		line-height: 26px;
		color: #0b203b;
		font-weight: normal;
}

.article h2 {
		font-size: 13px;
		color: #000000;
}

.article img[align=left] {
		margin: 5px 10px 5px 0px;
}

.article img[align=right] {
		margin: 5px 0px 5px 10px;
}

.article a {
		color: #000000;
}

.article a:hover {
		color: #cecece;
}

.article a img {
		border: none;
}

.clear {
		visibility: hidden;
		width: 100%;
		height: 1px;
		clear: both;
		display: block;
}