@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body {
	height:100%;
}
/* end hack */
html, body {
	margin:0;
	padding:0;
}
html {
	background-image:url(img/html-bg.jpg);
	background-repeat:repeat;
}
body {
	text-align:center;
	margin:0px;
	padding:0px;
	min-width:960px;/* stop mozilla sliding off the edge */
	font-family:Arial, Verdana, sans-serif;
	background-image:url(img/bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	padding-top:20px;
}
a {
	color:#003366;
	text-decoration:underline;
}
a:hover {
	color:#363636;
	text-decoration:underline;
}
.container {
	width:960px;
	text-align:left;
	margin:auto;
	position:relative;
	background-color:#FFFFFF;
	border:1px solid #363636;
	margin-bottom:20px;
}
* html .container {
	height:100%;
} /* for ie to resize */
#header {
	width:960px;
	height:340px;
	background-image:url(img/header.jpg);
	background-repeat:no-repeat;
}
#content {
	width:940px;
	margin:auto;
	padding:10px;
	background-image:url(img/content-bg.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}
#content h1 {
	color:#363636;
	font-weight:bold;
	text-align:left;
	font-size:20px;
}
#content h2 {
	color:#363636;
	font-size:20px;
	font-weight:normal;
	margin-left:196px;
	margin-top:30px;
	text-align:left;
	margin-bottom:20px;
}
#content p {
	color:#363636;
	font-size:12px;
	line-height:18px;
	margin-bottom:18px;
	margin-left:20px;
}
#left {
	float:left;
	display:inline;
	width:560px;
	margin-bottom:10px;
}
.clear {
	clear:both;
}
#preorder-left {
	float:left;
	display:inline;
	width:322px;
	margin-left:20px;
}
#preorder-right {
	float:left;
	display:inline;
	width:140px;
	margin-top:-6px;
}
#footer {
	height:90px;
	width:960px;
	background-image:url(img/footer.jpg);
}
#footer p {
	font-size:12px;
	font-weight:bold;
	line-height:90px;
	margin-left:30px;
}
#ships {
	position:absolute;
	margin-top:-8px;
}