@charset "UTF-8";
/* CSS Document */

/* BODY */

body {
	background-color: #000000;
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size:12px;
	overflow: hidden;

	
	}
	
A:link, A:active, A:visited {
	text-decoration: none;
	font-weight:bold;
	color: #dd6900;
	}
	
A:hover {
	text-decoration: none;
	color: #FF9900;
	background-color: #000000;
	}

/***** LAYOUT *****/

#navHeader {
	position: fixed;
	background-image: url(imgs/navBg.gif);
	background-repeat: repeat-x;
	background-color:#000000;
	width:100%;
	height:51px;
	z-index:4;
}
	
#navLink {
	position: fixed;
	vertical-align:middle;
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	background-position: center;
	text-align: right;
	text-indent: 0px;
	font-size: 14px;
	z-index:5;
	/* display:none; */
	padding-left:1%;
	
}

#mainContent {
	position: absolute;
	width:100%;
	height:100%;
	background-color: #000000;
	color:#CCCCCC;
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	z-index:3;
	padding-top:51px;
	padding-bottom:25px;
	margin-bottom:25px;
}

#mainContent img {
	height:95%;
	width:auto;
}

#textContent {
	position: inherit;
	width: 30%;
	left: 1%;
	max-height:82%;
	overflow: auto;
	z-index:5;
	background-color:#000000;
	padding:5px;
	
}

#photoContent {
	position: inherit;
	width: 65%;
	right: 2%;
	top:11%;
	max-height:82%;
	overflow: hidden;
	z-index:4;
	max-width:80%;
	
}

#content {
	position: inherit;
	width: 1024px;
	left: 50%;
	margin-left:-512px;
	max-height:82%;
	overflow: auto;
	z-index:4;

}

#footer {
	position: fixed;
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	background-image: url(imgs/navBg.gif);
	background-repeat: repeat-x;
	color: #CCCCCC;
	text-align: center;
	z-index:4;
	width: 100%;
	height:25px;
	line-height:25px;
	margin-left: auto;
	margin-right: auto;
	bottom: 0%;
}

.anynews {
	z-index:6;
	position: absolute;
	padding:5px;
	color:#CCCCCC;
	background-color: #333333;
	border-width:thin;
	border-color: #000000;
	border-style: double;
	left: 50%;
	width: 500px;
	margin-left: -250px;
	top:80px;
	
	/*
	opacity:0.7;
	filter:alpha(opacity=70);
	*/
	
}


/***** FONT STYLES *****/

h1 {
	font-size:18px;
	font-weight:bold;
	}
	
h2 {
	font-size:14px;
	}
	
h3 {
	font-size:12px;
	font-weight:bold;
	}





/*** MENU LINKS ***/

.menuLink {
	color: #FFFFFF;
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	vertical-align: middle;
	text-align: right;

}

.menu {
	position: inherit;
	width: auto;
	line-height:51px;
	margin: 0px 0px 0px 0px;
	right:1%;
	display:block
	
}

.menu ul {
	font-weight: lighter;
	font-size: 12px;
	list-style: none;
	margin: 0px 0px 0px 2px;
	padding: 0px;
}

.menu ul li {
	float: left;
	height: 33px;
	padding: 0px 10px 1px 10px;
	font-size: 12px;
	text-align: center;
}

.menu ul li a {
	display: block;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	color: #ffffff;
}    

.menu ul li a:hover {
	display: block;
	color: #dd6900;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	text-decoration: none;
	background: #2d2d2d;
}

.menu ul li a:active {
	color: #000000;
	text-decoration: none;
} 
