@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-decoration: none;
}

body {
	background: #000 url(img/bg.jpg) top center no-repeat;
	color: #EFEFEF;
	font-family: Geneva, "Trebuchet MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	height: 700px;
}

a, #splash #cntr #menu_cntr a { 
	color: #EAB030; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:visited, #splash #cntr #menu_cntr a:visited { color: #EAB030; }
a:active, #splash #cntr #menu_cntr a:active { color: #EEEEEE; }
a:hover, #splash #cntr #menu_cntr a:hover { color: #CCCCCC; }

#cnc #cntr #menu_cntr .menu_item #cncLnk { color: #CCCCCC; }
#cnc #cntr #menu_cntr .menu_item #cncLnk:active { color: #CCCCCC; }
#cnc #cntr #menu_cntr .menu_item #cncLnk:visited { color: #CCCCCC; }
#bio #cntr #menu_cntr .menu_item #bioLnk { color: #CCCCCC; }
#bio #cntr #menu_cntr .menu_item #bioLnk:active { color: #CCCCCC; }
#bio #cntr #menu_cntr .menu_item #bioLnk:visited { color: #CCCCCC; }


#scr {
	background: none;
	/*background: url(img/scr_bg.gif) top center no-repeat;*/
	position: relative;
	width: 710px;
	height: 700px;
	margin: 0 auto;
	padding: 0;
	opacity: .65;
	-moz-opacity: .65;
	filter: alpha(opacity=65);
	z-index: 0;
}
#cntr {
	background: none;
	position: relative;
	top: -700px;
	width: 700px;
	height: 700px;
	margin: 0 auto;
	z-index: 10;
}

#logo {
	position: absolute;
	top: 200px;
	left: 50px;
	z-index: 20;
}
.nfo #logo {
	top: 24px;
}

#menu_cntr {
	background: #000;
	position: absolute;
	top: 361px;
	width: 677px;
	height: 24px;
	padding-right: 26px;
	z-index: 100;
}
#menu_cntr .menu_item {
	position: relative;
	float: right;
	padding: 3px 7px;
}
.nfo #cntr #menu_cntr {
	position: relative;
	top: 144px;
}

.nfo #cntr #txt_cntr {
	width: 550px;
	margin: 0 auto;
	z-index: 50;
}
.nfo #cntr #txt_cntr #nfoTitle {
	background: none;
	position: relative;
	padding: 231px 0px 8px 0px;
}
.nfo #cntr #txt_cntr p {
	padding: 8px 0px;
}


#ftr {
	background: none;
	position: relative;
	top: -700px;
	width: 700px;
	height: 16px;
	margin: 0 auto;
	color: #333333;
	font-size: 9px;
	z-index: 1;
}
#ftr a { 
	color: #333333; 
	font-family: Geneva, "Trebuchet MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
 	font-size: 9px;
}
#ftr a:visited { color: #333333; }
#ftr a:active { color: #EAB030; }
#ftr a:hover { color: #EAB030; }

#copy { 
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 49%;
	height: 16px;
	text-align: right;
}
#siteby {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 49%;
	height: 16px;
	text-align: left;
}