@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";

@font-face {
	font-family: Gotham Black;
	src: url('fonts/GOTHHTFB.OTF');
}

}
a:link.first{
	color: #000000;
}
.first {
	background-color: #000000;
}
a:visited.first{
	color: #000000;
}
a:hover.first{
	color: #FFFFFF;
}
a:active.first{
	color: #000000;	
}

.second {
	background-color: #333333;
}
a:link.second{
	color: #333333;
}
a:visited.second{
	color: #333333;
}
a:hover.second{
	color: #FFFFFF;
}
a:active.second{
	color: #333333;
}

.third {
	background-color: #666666;
}
a:link.third{
	color: #666666;
}
a:visited.third{
	color: #666666;
}
a:hover.third{
	color: #FFFFFF;
}
a:active.third{
	color: #666666;
}

.fourth {
	background-color: #999999;
}
a:link.fourth{
	color: #999999;
}
a:visited.fourth{
	color: #999999;
}
a:hover.fourth{
	color: #FFFFFF;
}
a:active.fourth{
	color: #999999;
}

.fifth {
	background-color: #CCCCCC;
}
a:link.fifth{
	color: #CCCCCC;
}
a:visited.fifth{
	color: #CCCCCC;
}
a:hover.fifth{
	color: #666666;
}
a:active.fifth{
	color: #CCCCCC;
}

#text
{
	padding: 0px;
	position: absolute;
	top: 250px;
	left: 50%;
	_margin-left: -210px;
	margin-left: -136px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.35em;
	width: 250px;
}
#text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	letter-spacing: 0.3em;
	text-decoration: none;
}

#navcontainer
{
	padding: 0px;
	position: absolute;
	top: 130px;
	left: 50%;
	_margin-left: -210px;
	margin-left: -136px;
}

#navcontainer ul
{
	margin: 0px;
	list-style-type: none;
	padding-left: 0px;
}

#navcontainer ul li {
	float: left;
	margin-right: 2px;
}

#navcontainer ul li a
{
	text-decoration: none;
	font-size: 16px;
	float: left;
	margin: 0px;
	height: 30px;
	width: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent {
	position:absolute;
	left:250px;
	top:59px;
	width:774px;
	height:630px;
	z-index:0;
	padding: 0px;
	margin: 0px;
}
#leftContent {
	position: absolute;
	height: 591px;
	width: 210px;
	left: 20px;
	top: 59px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
