#container    {
	width: 790px;
	text-align: left;
	margin: 0 auto auto auto;	
}

#headerbox    {
	width: 795px;
	margin: 0 0 0 0;
	float: left;
	background-color: Maroon;
	height: 80px;
	position: relative;
}

#navibox    {
	margin: 0 0 0 0;
	width: 160px;
	float: left;
	padding: 20px 10px 20px 10px;
	background-color: Window;
	border-left-color: Maroon;
	border-left-style: inset;
	border-left-width: 1px;
	border-right-color: Maroon;
	border-right-style: inset;
	border-right-width: 1px;
	height: 1000px;
}

#wrap {
	float: right;
	width: 570px;
}

#contentbox    {
	float: left;
	width: 380px;
	padding: 20px 10px 0 10px;
	margin: 0 0 0 0;
	position: absolute;
}

#subcontentbox    {
	padding: 20px 10px 0 20px;
	width: 150px;
	float: right;
	margin: 0 0 0 0;
	background-color: Window;
	border-right: 1px;
	border-right-color: Maroon;
	border-right-style: inset;
	height: 1000px;
}


body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

h1    {
	color: silver;
	font-style: normal;
	font-family: "Arial";
	font-size: xx-large;
	text-align: center;
	vertical-align: middle;
	word-spacing: normal;
	font-weight: bold;	
}

h2 {
	font-size: x-large;
	font-weight: bold;
	color: Black;
	font-style: normal;
	font-stretch: wider;
	text-align: center;
}


h3 {
	color: Black;
	font-size: large;
	font-weight: normal;
	font-style: normal;
	font-stretch: wider;
	text-align: center;
}

ul.navigation {
	text-indent: 0px;
}

ul.body {
	font-size: small;
	font-weight: normal;
	height: auto;
	line-height: 150%;
	font-style: normal;
}


li.navigation {
	font-size: medium;
	color: Maroon;
	list-style-type: none;
	line-height: 150%;
	margin: 0px;
	text-indent: -30px;
	font-weight: bolder;
	font-stretch: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
}

p {
	font-size: small;
	font-style: normal;
	font-weight: normal;
	height: auto;
	text-align: left;
	line-height: 150%;
}

p.footer {
	font-size: small;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	font-weight: normal;
	margin-top: 260px;
}

p.navigation {
	text-align: left;
	padding-left: 50px;
}


a.navigation {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a:link.navigation {
	background-color: Window;
	color: Maroon;
}

a:visited.navigation {
	color: Maroon;
	background-color: Window;
}

a:focus.navigation {
	color: Window;
	background-color: Maroon;
}

a:focus:hover.navigation {
	color: Window;
	background-color: Maroon;
}

a:hover.navigation {
	color: Window;
	background-color: Maroon;
}

a:active.navigation {
	color: Maroon;
	background-color: Window;
}

hr {
	color: Maroon;
}
