@charset "utf-8";
/* CSS Document */

html {overflow-y: scroll;}

body {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
}

p {
	margin: 0;
}

h1 {
	margin: 0px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;

}

h2 {
	margin: 0px;
	font-size: 14pt;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	color: #5f8932;
}


.whole {
	background-image: url(images/bg-long.png);
	background-repeat:repeat-y;
	background-position:center;

}
.wholebottom {
	background-image: url(images/bottom.png);
	background-repeat:repeat-y;
	background-position:center;
	height: 45px;

}
.outer {
	width: 800px;
	vertical-align: top;
	border: solid 3px #000;

}

.margin {
		margin-top: 20px;
				padding-top: 20px;


}
.inner {
	width: 770px;
	margin-top: 130px;
	margin-left: 15px;
	
}

.heading{
	font-size: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.content {
	background-color: #fff;
	height: 400px;
	background-repeat: no-repeat;
	vertical-align: top;
	padding-top: 75px;
}

.menu {
	border-bottom: solid 3px #000;
}
.banner {
	background-image:url(images/slices_01.png);
	height: 87px;
	width: 800px;
}
.bbanner {
	border-top: solid 3px #000;

}

.heading {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style:italic;
}

.box {
	border: 1px solid #333333;
}

.crew {
	background-image:url(images/JCTF-CREW.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 600px;
}

.valign {
	vertical-align: top;
}

.hairline {
	border: 1px solid #333333;
}

.shading {
	background-color: #eeeeee;
}

a:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

.waybottom {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	margin-top: 5px;
	font-size: 10px;
}

.waybottom a {
	color: #fff;
}
.valign {
	vertical-align: top;
}

img {
	display: block;
		margin-left: auto;
	margin-right: auto;
}
