html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

html {
background-image:url(../BGround.jpg);
background-repeat:repeat;
}

body {
font-family:Arial, Helvetica, sans-serif;
color:#000000;
background-image:url(../Helmet.png);
background-repeat:no-repeat;
background-position:center top;
text-align:center;
min-height:1200px;
}

#wrapper {
width:963px;
margin:10px auto;
position:static;
}

#banner {
height:146px;
background-image:url(../Header.png);
background-repeat:no-repeat;
text-align:center;
}

#banner p {
text-decoration:underline;
padding: 5px;
font-weight:bold;
}

#nav {
text-align:center;
}

#content {
background-image:url(../ContentBGround.jpg);
width:870px;
min-height:659px;
background-repeat:no-repeat;
background-position:center top;
background-color:#FFFFFF;
margin-left:auto;
margin-right:auto;
text-align:left;
padding:10px;
}

#content p {
margin:20px;
}

#content h1 {
padding:0;
margin:20px;
font-size:130%;
text-align:center;
text-decoration:underline;
}

#content h2 {
padding:0;
margin:20px;
font-size:110%;
}

#content h3 {
padding:0;
margin:20px;
text-align:center;
}

#content p em {
text-align:center;
}

.style1 {
	color: #0000FF;
	font: italic;
}
.style2 {
	color: #FF0000;
	font-size: 120%;
}
.style3 {
	font-size: 120%;
	font-style: italic;
}
.style4 {
	font-size: 120%;
	color: #FF9900;
}
.style5 {
text-align:center;
}

.leftimage{
float: left;
margin: 0 10px 20px 0;
}

.rightimage{
float: right;
margin: 0 0 20px 15px;
}

.clearit {
	display: block;
	clear: both;
}

#twitter {
width:750px;
margin-left:auto;
margin-right:auto;
padding:0px;
}

#RuleBox {
width:800px;
background-color:#EBEBEB;
margin-left:auto;
margin-right:auto;
text-align:left;
padding:10px;
border:solid 2px;
border-color:#000000;
border-style:double;
}

#Clock {
width:300px;
background-image:url(../Clock.png);
background-repeat:no-repeat;
min-height:144px;
background-position:center;
margin-left:auto;
margin-right:auto;
}

#footer {
padding-top:8px;
padding-bottom:8px;
height:40px;
text-align:center;
}


