@charset "utf-8";
/* CSS Document */

body {
	background-color:#000561;
	background-image:url(../images/layout/bkg.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top center;
	margin:0px;
}

img { behavior: url(/images/iepngfix.htc) }

.pageContainer {
	position:relative;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#bkgboat {
	position:absolute;
	top:0px;
	left:150px;
}

#logovictory {
	position:absolute;
	top:14px;
	left:50px;
	z-index:10;
}

.headerContainer {
	position:relative;
	width:1000px;
	height:200px;
}

.menuContainer {
	position:relative;
	width:988px;
	height:57px;
	top:50px;
	left:12px;
	background-image:url(../images/layout/bkgmenu.png);
	z-index:8;
}

.menuFirst {
	float:left;
	margin-left:8px;
	line-height:45px;
}

a.menuFirst {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
}

a.menuFirst:hover {
	text-decoration:underline;
}

.subMenuContainer {
	position:relative;
	width:988px;
	height:57px;
	top:20px;
	left:12px;
	background-image:url(../images/layout/bkgsubmenu.png);
	z-index:6;
}

.menuSecond {
	float:left;
	margin-left:8px;
	margin-top:10px;
	line-height:25px;
}

a.menuSecond {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

a.menuSecond:hover {
	text-decoration:underline;
}

.titleContainer {
	position:absolute;
	width:970px;
	top:150px;
	text-align:right;
}

.titleFirst {
	font-family:Arial, Helvetica, sans-serif;
	font-size:40px;
	font-weight:bold;
	color:#F00;
	text-shadow:0.05em 0.05em 0.1em #999;
}

.titleSecond {
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:bold;
	color:#FFF;
	text-shadow:0.05em 0.05em 0.1em #999;
}

.mainContainer {
	position:relative;
	width:1000px;
}

.mainPageTop {
	position:relative;
	width:988px;
	height:10px;
	background-image:url(../images/layout/bkg_mainpage_top.png);
}

.mainPageMiddle {
	position:relative;
	width:988px;
	background-image:url(../images/layout/bkg_mainpage_middle.png);
}

.mainPageBottom {
	position:relative;
	width:988px;
	height:10px;
	margin-bottom:15px;
	background-image:url(../images/layout/bkg_mainpage_bottom.png);
}

.footerContainer {
	position:relative;
	width:1000px;
	height:89px;
	background-image:url(../images/layout/bkgfooter.png);
}

a.footerFirst {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#333;
	line-height:45px;
	text-decoration:none;
	margin-left:15px;
}

a.footerFirst:hover {
	text-decoration:underline;
}

.footerText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#333;
}

.pageTitle {
	padding-top:15px;
	margin-left:40px;
	margin-right:40px;
	padding-bottom:5px;
	border-bottom:#c6c6c6 dotted 1px;
}

.pageTitleSection {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	font-weight:bold;
}

.pageTitleSubSection {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
	font-weight:bold;
}
