@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 14px;
	text-align: justify;
}
ul {
	background-position: left;
	left: 0px;
}
#logo {
	position:absolute;
	width:200px;
	height:104px;
	z-index:1;
	left: -2px;
	top: 0px;
}

#banner {
	position:absolute;
	width:800px;
	height:25px;
	z-index:2;
	left: 0px;
	top: 107px;
	background-color: #CC0000;
	color: #FFFFFF;
	font-style: italic;
	font-size: 14px;
	vertical-align: middle;
	letter-spacing: 3px;
}

#content {
	position:absolute;
	width:550px;
	height:650px;
	z-index:4;
	left: 235px;
	top: 131px;
	padding: 10px;
	font-size: 12px;
}

#leftside {
	position:absolute;
	width:211px;
	height:700px;
	z-index:3;
	left: 0px;
	top: 130px;
	background-color: #CC0000;
	color: #FFFFFF;
	padding: 10px;
}
#discopy {
	height: 96px;
	width: 565px;
	left: 236px;
	top: 763px;
	z-index: 1;
	visibility: visible;
	position: absolute;
}

#rightside {
	position:absolute;
	width:200px;
	height:150px;
	left: 808px;
	top:130px;
	background-color: #FFCC00;
	color:#000000;
	border: dashed #000000 3px;
}

.nav {
	list-style-image: none;
	list-style-type: none;
}
.nav a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #FFCC00;
	display: block;
	width: inherit;
	text-align: left;
}
.nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.rightfit {
	font-size: 14px;
	font-style: italic;
}

.disclaimer {
	font-size: 10px;
	font-style: italic;
	top: 700px;
}

