body {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #373b32;
	color: #000000;
	line-height: 17px;
}

a { 
	color: #00abe2;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}



h1 {

font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
padding: 10px;
}

#container {
	z-index:500;
	/*position: fixed;
  	top: 50%;
  	left: 50%;
  	margin-top: -260px;
 	margin-left: -385px;*/
	position:absolute;
	top: 150px;
	left: 300px;
	font-size: 11px;
	color: #000000;
	width: 370px;
	height: 250px;
}

#container p {
	margin:0; padding:0;
}

#container p span {
	line-height:1.8em;
	padding: 5px;
	background:#fff;
}

#content a { 
	color: #00abe2;
	text-decoration:none;
}
#content a:hover {
	text-decoration:underline;
}


#nav-top {
	position: absolute;
	top:0px;
	width:370px;
	height: 21px;
	background-image:url(../misc/cont-top.png)
}

#nav-top-content {
	position:absolute;
	top:0px;
	left: 24px;
	width: 322px;
	height: 58px;
	background-color:#00ade2;
}

.mainnav li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
	} 

#content {
	position:absolute;
	top: 21px;
	left: 0px;
	width: 370px;
	height: 208px;
	background-image:url(../misc/cont-bg.png);
	
}

#content p {

padding-left: 15px;
padding-right: 15px;

}

#maincontent {

	position:absolute;
	top: 22px;
	left: 20px;
	width: 500px;
	height: 419px;
	
}

#maincontent_big {

	position:absolute;
	top: 22px;
	left: 20px;
	width: 730px;
	height: 419px;
	
}	

#team_content {
	width:		730px;
	height:		380px;
	padding:	0px;
	background:	#00ade2;
}

.panelwrappers {
	overflow:	hidden;
}

#subcontent {

	position:absolute;
	top: 22px;
	left: 520px;
	width: 230px;
	height: 419px;
	
}

#content-footer {
	position:absolute;
	bottom: 0px;
	left: 0px;
	width: 370px;
	height: 21px;
	background-image:url(../misc/cont-bottom.png);
}

#logo { 
	z-index:300;
	position:absolute;
	top:0px;
	left:0px;
}
#logo img {
	border:0;
}

#footer {
	z-index:299;
	position:absolute;
	bottom:0px;
	left:0px;
	height: 20px;
	width: 100%;
	background-color: #000000;
	color:#FFFFFF;
	font-size:10px;
	vertical-align:middle;
}

#footer a, a:visited {
color:#FFFFFF
}

#footer a:hover {
color:#00ade2;
}

#bgimage { display: none;
}

.scanlines {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: url('images/raster.png');
}	

#showtitle {
	z-index: 200;
	position: absolute;
	bottom: 20px;
	right: 20px;
	background: #000;
	display: none;
	color: #fff;
	padding: 10px;
	width: 275px;
	border-top: solid 1px #d4d4d4;
	border-left: solid 1px #d4d4d4;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;	
}

