@charset "utf-8";
body {
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}


h1 { font-size: 180%; font-weight:normal }
h2 { font-size: 140%; font-weight:normal }
h3 { font-size: 120%; font-weight:normal }
p { text-align:justify }

#wholepage {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	border: 1px solid #000;
}

#hdr-roundel {
	background-image: url(../images/Site%20Graphics/roundel.png);
	float: right;
	height: 187px;
	width: 200px;
}

#hdr-bar-red {
	float: left;
	height: 40px;
	width: 700px;
	background-color: #671117;
}

#hdr-bar-wht {
	float: left;
	height: 40px;
	width: 700px;
	background-color: #FFF;
	background-image: url(../images/Site%20Graphics/hdr_raf_dm.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#hdr-bar-blu {
	float: left;
	height: 40px;
	width: 700px;
	background-color: #171B61;
}

#hdr-bar-gry {
	float: left;
	height: 20px;
	width: 700px;
	background-color: #758F97;
}

#gfx-corner {
	float: left;
	width: 51px;
	height: 47px;
}

#area-title {
	float: left;
	width: 649px;
	height: 47px;
}

#side-left {
	float: left;
	width: 51px;
}

#area-main {
	width: 649px;
	margin-left: 51px;
	margin-right: 170px;
}

#side-right {
	float: right;
	width: 170px;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#column2 {
	margin: 0;
	padding: 0;
	background-image: url(../images/Site%20Graphics/img_side_right.png);
	background-position: right;
	background-repeat: repeat-y;
	width: 100%;
}
#column1 {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/Site%20Graphics/img_side_left.png);
	background-repeat: repeat-y;
	width: 100%;
}
#foot-button {
	width: 51px;
	height: 75px;
	float: left;
}
#foot-right {
	width: 170px;
	height: 75px;
	background-image: url(../images/Site%20Graphics/img_side_right.png);
	background-repeat: repeat-y;
	float: right;
}
#foot-middle {
	width: 700px;
	height: 25px;
	padding-top: 50px;
}
.crewlistclick {
	text-align:justify;
	color: #758F97;
}
.text-courier {
	font-family: "Courier New", Courier, monospace;
	text-align: left;
}
#SearchBox {
	position: static;
	left: 52px;
	top: 0px;
	margin-left: 52px;
	margin-right: 200px;
}