body {
	background-color: #820000;
	background-position:  center 50%;
	background-repeat: repeat-y;
	text-align: center; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px
}

/***********************************
	CONTAINERS
***********************************/

#main {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color:#990000;
}

#top-nav {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 55%;
	color: #ffffff;
	text-align: right;
	vertical-align: bottom;
	height: 18px;
	line-height: 18px;
	padding-right: 0px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	background-color: #820000;
}

#center-nav {
	width: 770px;
	height:450px;
	background-color: #990000;
}

#footer-nav {
	width: 770px;
	height:50px;
	background-color: #990000;
}

/***********************************
	LINKS
***********************************/

a {
	color: #666666;
	text-decoration: none;
}

a.small-navigation {
	color: #FFFFFF;
	text-decoration: none;
}

a.small-navigation-hover {
	color: #FF9999;
}

a.navigation {
	color: #666666;
	border-width: 0px 0px 0px 5px;
	border-color: #DEDEDE;
	border-style: solid;
	text-decoration: none;
	display: block;
	padding: 7px 10px 5px 10px;
	text-align: left;
	font-weight: normal;
}

a.navigation:hover {
	border-color: #FF9900;
	background-color: #EFEFEF;
	color: #990000;
}

/***********************************
	MISCELLANEOUS
***********************************/
#header {
	padding: 0px 0px 0px 0px;
	border-color: #990000;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	background-color: #990000;
}

hr {
	width: 100%;
	height: 0px;
	text-align: center;
	border-color: #CCCCCC;
	border-style: dashed;
	border-width: 0px 0px 1px 0px;
}

h1 {
	color: #FF9900;
	font-size: 180%;
	text-decoration: none;
	text-align: right;
	margin: 0px 0px 15px 30px;
	font-weight: normal;
	padding: 2px 20px 0px 50px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #FF9900;
	background-color: #990000;
}

p {
	border-color: #999999;
	border-style: dashed;
	border-width: 0px 0px 1px 0px;
	padding: 10px 20px 10px 30px;
	margin: 10px 0px 0px 30px;
}
