/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 14px;
	background-color: #1A0500;
}

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

a:hover {
	color:#FF0000;
}

#container {
	width: 900px;
	min-height: 700px;
	position: relative;
	margin: 10px auto;
	background-color:#1A0500;
	background-image:url(Images/MainSlice2.gif);
	background-repeat:no-repeat;
}

#header {
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bolder;
	color: #900;
	letter-spacing: 0.15em;
	width: 250 px;
	position: relative;
	top: 30px;
	left: 30px;

}

#headerquote {
	width: 300px;
	font: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	font-weight: bold;
	color: #900;
	position: relative;
	top: 30px;
	left: 500px;

}

.spacer {
	width 5px;
	clear: both;
}

#menu {
	width: 175px;
	height: 475px;
	position: relative;
	top: 61px;
	}

.mainbody {
	width: 68%;
	position: relative;
	top: -420px;
	left: 220px;
	color: #FFFFFF;
	line-height: 1.15em;
	word-spacing: 0em;
}

.mainbody img {
	height: 200px;
	width: 150px;
	position: relative;
	top: -450px;
	border: #FFFFff thin solid;
	}

#highlight {
	width: 200px;
	position: relative;
	top: -330px;
	left: 240px;
}

#frontquote {
	width: 22em;
}
	#footer {
	position: relative;
	margin: 5em 0 0 0;
	bottom: 0;
	left: 0px;
}

#footer p {
	color: #CCCCCC;
	font-size: 11px;
	text-align: center;
	width: 900px;
}

