/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFF;
	background-color:#000;
}

p {line-height: 1.6em; margin-top: 1.5em; margin-bottom: 1.5em; }

h1{
font-size:2em;
line-height: 1.8em;
margin-top: .2em;
margin-bottom: .5em;
color:#94FF01;
text-transform:uppercase;
}

h2 {
font-size:1.5em;
line-height: 1.5em;
margin-top: .2em;
margin-bottom: .2em;
color:#0072bc;
}

h3 {
font-size:1.3em;
line-height: 1.3em;
margin-top: .2em;
margin-bottom: .2em;
color:#0072bc;
}

A:link {color: #94FF01;	text-decoration: none;}
A:visited {text-decoration: none;	color: #757575;}
A:active {color: #94FF01;	text-decoration: none;}
A:hover {text-decoration: none;	color: #757575;}

#wrapper {
width:720px;
height:auto;
margin:0px auto;
}

#header{
width:720px;
height:71px;
}

#photobanner{
width:720px;
height:auto;
}


/*NAV*/

#navcontainer{
width:720px;
height:30px;
text-align:right;
margin-top:10px;
}

ul#menu
{
	margin:0;
	padding:0 0 0 100px;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:20px;
	font-size:12px;
	font-weight:bold;
	background:transparent url(images/nav_bg.png) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#999999;
	text-decoration:none;
	font-weight:bold;
	padding:5px 10px 0px 10px;
	margin-left:20px;
}
	
ul#menu li a:hover
{	
	color:#FFFFFF;
	height:20px;
	background:#7eda00 0px -30px no-repeat;		
}
	

ul#menu li a.current
{
	color:#FFFFFF;
	height:20px;
	border-bottom:medium;
	border-bottom-style:solid;
	border-bottom-color:#7eda00;
}

                    
                    






/*bottom*/
#gray-bg{
background-color:#212121;
width:100%;
height:auto;
margin-top:10px;
margin-bottom:10px;
}

#inner-wrapper{
width:720px;
height:auto;
padding:20px 0 20px 0;
margin:0px auto;
}


.notice {
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
color:#fff;
}

#left-half {
float:left;
width:360px;
height:auto;
}
#right-half {
float:right;
width:350px;
height:auto;
margin-left:10px;
}
