/* BEGIN CSS RESET */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: url(/images/bg.jpg) top left repeat-x;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END CSS RESET */


/************************
 BEGIN CSS 
 ************************/

body {
	background: #e2e2e2 url(../images/bg.gif) top center repeat-y;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	}

#wrapper {
	width:704px;
	margin:0 auto;
	padding:100px 0 0 0;
	text-align:left;
	position:relative;
	background: url(../images/mast.gif) top right no-repeat;
	}
	
h1 {
	font-size: 36px;
	color:#FF0000;
	text-transform:uppercase;
	font-weight:bold;
	margin: 0 0 15px 70px;
	}
	
h2 {
	font-size: 28px;
	font-weight: bold;
	margin: 15px 0 15px 0;
	line-height: 30px;
	}
	
h3 {
	font-size: 24px;
	font-weight:bold;
	margin: 15px 0;
	line-height: 27px;
	}
	
p {
	margin: 0 0 18px 0;
	}
	
.red {
	color:#990000;
	}
	
#right {
	float:right;
	width:410px;
	}
	
#right ul {
	padding-left: 15px;
	list-style:disc;
	font-size:16px;
	font-weight: bold;
	line-height: 28px;
	}
	
#left {
	margin-left:5px;
	}
	
#form {
	background-color:#FFFF99;
	border: 2px dashed #999999;
	padding: 10px;
	width: 240px;
	margin: 15px 0 0 10px;
	}
	
#yb {
	background-color: #CCFFFF;
	border: 2px dashed #999999;
	padding: 0 10px;
	margin: 0 10px 10px 0;
	}