/* v1.0 | 20080212 */

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, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

.htmlarea {
	border: 1px solid #ccc;
}

body {
	text-align: center;
	font-family: 'Trebuchet MS', Trebuchet, Verdana, Tahoma, Arial, sans-serif;
	background-color: #993333;
	font-size: 0.8em; 
	color: #000;
	margin: 0px;
	padding: 0px;
}

h1 {
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'Century Gothic', 'Trebuchet MS', Trebuchet, Verdana, Tahoma, Arial, sans-serif;
	font-size: 2.5em;
}

h2 {
	font-size: 1.4em;
	padding: 10px 0px;
	margin: 0px;
}

a {
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 10px 0px;
	margin: 0px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

textarea, select {
	border: 1px solid #ccc;
	font-family: Arial, Tahoma, Verdana;
	font-size: 1em;
	padding: 2px;
}

textarea {
	width: 294px;
	height: 111px;
}

.textbox {
	border: 1px solid #ccc;
	width: 244px;
	padding: 2px;
}

#container {
	padding: 0px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 880px;
	padding: 50px 40px 0px;
	height: 115px;
	margin: 0 auto;
	background: url('../images/box_top.png');
	background-position: top center;
	background-repeat: no-repeat;
	}

#nav {
	float: right;
	width: 360px;
	height: 32px;
	background: url('../images/menu.png');
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0px 9px;
	margin: 0px;
	}

#nav ul {
	width: 360px;
	padding: 0px;
	margin: 0px;
	}
	
#nav ul li {
	float: left;
	width: 120px;
	margin: 0;
	padding: 0;
	}
	
#nav li a:link, #nav li a:visited {
	float: left;
	text-align: center;
	height: 32px;
	width: 120px;
	padding: 0px;
	margin: 0;
	line-height: 32px;
	background: url('../images/menu_pointer.png');
	background-position: top center;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #ffffff;
	}
	
#nav li a:hover, #nav li a:active, #homepage a.homepage, #updates a.updates, #donations a.donations {
	background-position: bottom center !important;
	}
	
#header h1 {
	float: right;
	clear: right;
	line-height: 83px;
	white-space: nowrap;
	}
	
#page {
	width: 880px;
	padding: 10px 40px;
	margin: 0 auto;
	background: url('../images/box_body.png');
	background-position: top center;
	background-repeat: repeat-y;
	}

#page .content ul {
	list-style-type: disc;
	padding-left: 50px;
	}
	
#flash {
	width: 400px;
	float: right;
}

#sponsors_top {
	background: url('../images/sponsors_top.png');
	background-position: top center;
	background-repeat: no-repeat;
	width: 654px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	}

#sponsors_top h2 {
	width: 285px;
	margin: 0;
	text-align: center;
	color: #ffffff;
	line-height: 25px;
	padding: 0px 0px 0px 20px;
	font-size: 1.2em;
	}

#sponsors_body {
	background: url('../images/sponsors_body.png');
	background-position: top center;
	background-repeat: repeat-y;
	width: 654px;
	margin: 0;
	padding: 0px;
	}

#sponsors_body p {
	margin: 0px;
	padding: 5px 20px;
	}
	
#sponsors_bottom {
	background: url('../images/sponsors_bottom.png');
	background-position: top center;
	background-repeat: no-repeat;
	width: 654px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	}

#footer {
	width: 880px;
	padding: 45px 40px;
	margin: 0 auto;
	background: url('../images/box_bottom.png');
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 0.8em;
	}
	
#footer p {
	padding: 0;
	margin: 0;
	color: #ffffff;
	}

#footer a {
	color: #ffffff;
	}
	
.heart {
	float: right;
	padding-top: 0px;
}
	
/* common */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.leftpic {
	float: left;
	margin: 20px 20px 20px 0px;
}

.rightpic {
	float: right;
	margin: 20px 0px 20px 20px;
}

.verify {
	border: 1px solid #ccc;
	position: relative;
	top: 6px;
}

.boldred {
	font-weight: bold;
	color: red;
}

.textright {
	clear: both;
	text-align: right;
}

.msg {
	color: #fff;
	font-weight: bold;
	background-color: red;
	padding: 5px;
}