@charset "UTF-8";
/* CSS Document */

/* Created by Spork for Spork */
/* Feel free to borrow what you like EXCEPT the combination of CSS and this site's unique design! */
/* That's just outright stealing, and no sir, we won't stand for it. */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, em, font, img, ins, strike, strong, sub, sup, b, u, i, center, dl, dt, dd, ol, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, li, ul {
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	outline: 0px;
	background: transparent;
	font-family: “Franklin Gothic Medium”, “Arial Narrow Bold”, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

body {
	line-height: 15px;
	background-color: #292D2B;
	color: #C8C79D;
}

h1 {
	font-family: Georgia, Times, “Times New Roman”, serif;
	font-size: 30px;
	font-style: italic;
	color: #fff;
	margin: 30px 0 10px 0;
	line-height: 30px;
}

h2 {
	font-family: “Franklin Gothic Medium”, “Arial Narrow Bold”, Arial, sans-serif;
	font-size: 16px;
	color: #3399CC;
	margin: 25px 35px 10px 35px;
	line-height: 26px;
}

p {
	margin: 25px 35px 10px 35px;
}

#splashContainer {
	width: 403px;
	margin: 0 auto;
}

.splashBlock {
	background: url(../images/splashback.jpg) 0 0 repeat-y;
	width: 403px;
	float: left;
	clear: both;
	margin: 0 auto;
}

input {
	width: 210px;
	margin-left: 45px;
	margin-bottom: 10px;
	background: #864826;
	color: #fff;
}

textarea {
	margin-left: 45px;
	margin-bottom: 10px;
	background: #864826;
	color: #fff;
}