body {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #0E0F13;
	font-size: 14px;
	padding: 0px;
	margin: 10px 20px;
	background: #a3a3a3 url(../images/dirt.gif);
	line-height: 1.5em;
}
/* LINKS */

a {
	color: #454545;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #c91b22;
}

/* LISTS */

il, ul, ol {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style: none;
}

p {margin-left: 0.25in;
}

h2 {font-size: 16px;
}

#header p{margin-left: 0
}
