@charset "UTF-8";
/* CSS Document */

*
{
	margin: 0;
	padding: 0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #CC0000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #CC0000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #CC0000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: #CC0000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



body {
	background: #000000;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	cursor: default;
	line-height: 20px;
}

#holder {
	background-color: #222222;
	text-align: center;
	height: 720px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0%;
	bottom: 4%;
}

#head {
	background-color: #FFFFFF;
	text-align: left;
	height: 145px;
	width: 805px;
	position: absolute;
	top: 0px;
	left: 145px;
	bottom: 0%;
}

#logo {
	background-color: #000000;
	text-align: left;
	height: 145px;
	width: 145px;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0%;
}

#navi {
	background-color: #CC0000;
	text-align: left;
	height: 505px;
	width: 145px;
	position: absolute;
	top: 145px;
	left: 0px;
	padding-top: 70px;
	line-height: 80%;
}

#navline {
	background-color: #CC0000;
	text-align: left;
	height: 30px;
	width: 145px;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#subnav {
	background-color: #EEEEEE;
	text-align: right;
	height: 30px;
	width: 745px;
	position: absolute;
	top: 145px;
	left: 145px;
	bottom: 0%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-right: 60px;
}

#space {
	background-color: #EEEEEE;
	text-align: left;
	height: 65px;
	width: 805px;
	position: absolute;
	top: 177px;
	left: 145px;
	bottom: 0%;
}

#content {
	background-color: #EEEEEE;
	text-align: left;
	height: 498px;
	width: 625px;
	position: absolute;
	top: 222px;
	left: 145px;
	padding-left: 120px;
	padding-right: 60px;
	overflow: auto;
}

#ground {
	background-color: #000000;
	text-align: right;
	height: 20px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0%;
	bottom: 4%;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#copywright {
	color: #F0F0F0;
	font-size: 10px;
}

