@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(images/pattern.gif);
	background-repeat:repeat-y;
	background-position:top left;
	margin: .5em auto .5em auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: center; /* this overrides the text-align: center on the body element. */
	overflow:visible;
}

#header {
	width:718px;
	height:176px;
	margin:0 auto;
	padding:0;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}
	/*Nav elements*/

div#nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:130%;
	color: #CCCC66;
	width:718px;
	margin:0 auto;
	padding:0;
	background: #000000;
	overflow:auto;
}

#nav ul {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
}

#nav li {
	display:inline;
}

#nav a, a:active, a:visited {
	padding:0 .4em;
	text-decoration:none;
	color:#CCCC66;
	word-spacing:-.06em;
	letter-spacing:-.05em;
}

/*Nav colors*/

#nav a:hover {
	color:black;
}

a#home:hover {
	background-color:#E20A16;
}
a#howto:hover {
	background-color:#E51513;
}
a#donate:hover {
	background-color:#F24309;
}
a#faq:hover {
	background-color:#FC6302;
}
a#updates:hover {
	background-color:#FF8103;
}
a#sponsors:hover {
	background-color:#FFAB0A;
}
a#contact:hover {
	background-color:#FFBD0D;
}

/* End nav colors */

/*General content styles*/

div#content {
	text-align:left;
	padding:.5em 0;
	width: 718px;
	background-color:#FFF;
	margin: 0 auto;
	overflow:auto;
}

#content p {
	padding:0 3em 0 3em;
}

#content h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:2em;
	color:#EC300D;
	letter-spacing:-.07em;
	padding:0 1em;
	font-weight:bold;
}


#content h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	color:#EC300D;
	letter-spacing:-.07em;
	padding:0 1em;
	font-weight:bold;
}

#content h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#000000;
	letter-spacing:-.07em;
	padding:.5em 2em 0 2em;
	font-weight:bold;
}

#content h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#666;
	letter-spacing:-.05em;
	padding:0 2.25em;
	margin:-1.3em 0 -1em 0;
	font-weight:bold;
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	color:#EC300D;
	letter-spacing:-.07em;
	padding:0 1em 0 1em;
	font-weight:bold;
}

.stress {
	font-style:italic;
	font-weight:bold;
}

#content a, a:active, a:visited {
	text-decoration:underline;
	letter-spacing:normal;
	word-spacing:normal;
	color:#EC300D;
	padding:0;
}

#content a:hover {
	text-decoration:underline;
	background-color:#EC300D;
	color:white;
}

blockquote {
	font-size:90%;
	padding:0 2em;
}

img.floatright {
	float:right;
	clear:both;
	margin: 0 2em;
}

/* Pages Styles */

object {
	padding:1em 0 0 2em;
}

div#cost {
	width:280px;
	overflow:auto;
	float:right;
	margin: 1em 2em 1em 1em;
	padding:1em;
	border:1px dotted #666;
	font-size:90%;
}

#cost h2 {
	margin:0;
	padding:0;
}

#cost p {
	margin:0;
	padding:0;
}

.think {
	color:#EC300D;
	font-style:italic;
}

ul.think1 {
	list-style-type:none;
	margin:1em .5em .5em auto;
}

.think1 li {
	margin:.5em 0;
}

div#wv {
	text-align:right;
	width:280px;
	overflow:auto;
	float:right;
	clear:right;
	margin: 0 1em 1em 1em;
	padding:1em;
	font-size:90%;
}

div.sponsors {
	width:100%;
	margin:4em 0;
	text-align:center;
	clear:both;
}

.nmarg1 {
	margin:-1.3em 0 auto 0;
}

.sponsors img {
	position:static;
	margin:2em auto -1.5em auto;
}

ol#faq1 {
	margin:auto 2em;
	font-size:.9em;
}


/* End Pages Styles */



/*Footer Styles */

div#footer {
	font-size: 80%;
	color:#000;
}

#footer a, a:active, a:visited {
	color:#cccc66;
	text-decoration:none;
	padding:0;
}

#footer a:hover {
	color:#FFFFFF;
	text-decoration:overline;
}

div#subfooter {
	background-image:url(images/sub.jpg);
	background-position:center;
	background-repeat:repeat-y;
	width:718px;
	height:2px;
	margin:0 auto;
	padding:0;
}
	
