*, html, body {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px none;
}

.clearBox {
	clear: both;
}

body {
	background-color: #730009;
	background-image: url(/images/backgroundsmall.gif);
	background-attachment: fixed;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: black;
}

a {
	text-decoration: none;
	color: #730009;
}

a:hover {
	text-decoration: none;
	color: black;
}

h1 {
	font-weight: bold;
	line-height: 35px;
	font-size: 12px;
}

h2 {
	font-weight: bold;
	line-height: 35px;
	font-size: 18px;
}

div#frame {
	border: yellow solid 0px;
	background-color: #ffffff;
	width: 800px;
	margin: auto;
	padding: 0px;
	overflow: auto;
}

div#header {
	background-color: #9c121d;
	width: 800px;
	height: 150px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

div#nav {
	background-color: #263e3e;
	color: white;
	width: 800px;
	height: 45px;
	font-weight: bold;
	line-height: 45px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

div#nav a {
	text-decoration: none;
	color: white;
}

div#nav a:hover {
	text-decoration: none;
	color: #e8e49c;
}

div#content {
	border: green solid 0px;
	width: 700px;
	margin: 0px;
	padding: 50px;
}

div#content img {
	border: 1px solid #263e3e;
}


div#footer {
	background: url(/images/redspacer.gif) repeat-x center center;
	border: red solid 0px;
	font-size: 11px;
	width: 700px;
	color: #777777;
	text-align: center;
	margin-top: 50px;
}

div#footer img {
	border: 0px none;
}

div#footer a {
	text-decoration: none;
	color: #777777;
}

div#footer a:hover {
	text-decoration: none;
	color: black;
}