/* CSS Document */

/*General CSS*/
p	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
}
.bg {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	min-height:850px;
	min-width: 1005px;
	height:100%;
	z-index:1;
}
#skyline {
	position:absolute;
	top:-5px;
	left:186px;
	width:800px;
	z-index:2;
	height: 185px;
}
#content {
	position:absolute;
	top:182px;
	left:13%;
	width:800px;
	z-index:3;
}

/*NAvagation*/
#navlist
{
	position:relative;
	top:0px;}

#navcontainer ul
{
	text-align:right;
	margin: 0;
	padding-top: 5px;
	list-style-type: none;
	text-align: center;
	font-family: arial;
	font-size: 14px;
	height: 82px;
	float: right;
}

#navcontainer ul li 
{ 
	display: inline;
}

#navcontainer ul li a
{
	text-decoration: none;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	color: #fff;
	background: url(images/nav.gif) bottom center no-repeat;
	width: 80px;
	height: 82px;
}

#navcontainer ul li a:hover
{
	color: #fff;
	font-weight:bold;
	background: url(images/navactive.gif) bottom center no-repeat;
	width: 80px;
	height: 82px;
}

