body{
	margin: 0pt; 
	background: rgb(255, 255, 255) url(../images/bg_dark.jpg) repeat scroll left top;
	color:#FFFFFF;
	font-family:'Futura-Medium','Futura','Trebuchet MS',sans-serif;
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing:0;
}
h1, h1 a{
	font-size: 12pt;
	color: black;
}
h2, h2 a{
	font-size: 10pt;
	color: black;
}


a{
 	color: white;
	text-decoration: none;	
}
a:hover{
 	color: orange;
/*	text-decoration: underline;	*/
}

#wrapper{
	border: medium none; 
	height: 100%; 
	width: 700px;
	background: rgb(255, 255, 255) url(../images/bg_light.jpg) repeat scroll left top;	
  margin-left: auto ;
  margin-right: auto ;	
}

#header{ 
	width: 100%; 
	text-align: center;
	padding-bottom: 30px;
/*	background-color: red;*/
}

#header img{
	height: 86px; 
	width: 121px; 
	border: none;
	position: relative;
	top: 30px;
	left: 0px;
	
}
#header a{ font-size:55px; color: orange; }
#header a:hover{color: white; }
#header span{	
	font-size: 14pt; 
	padding-left: 100px;
}

#body_wrapper{
/*	background-color: green;*/
}

#nav{
/*	background-color: blue;*/
	width: 139px;	
	padding-left: 40px;
	float: left;
	height: 100%;
/*	border-top: solid 1px lightgray;*/
/*	border-right: solid 1px lightgray;*/
}
#nav div{
	height: 40px;
}

#content{
/*	background-color: black;*/
	float: left;
	width: 500px;
	text-align: center;
	padding: 10px;
	min-height: 400px;
/*	border-top: solid 1px lightgray;*/
}
#show{
padding-left: 45px;
padding-bottom: 15px;
}

#show img{
	border: solid 6px white;
	width: 400px;
	height: 300px;
	margin-left: auto ;
  margin-right: auto ;
}

#footer{
/*	background-color: lightblue;*/
}
#one, #two, #three{
	background-color: #fff;
	 /* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;
	color: black;
	border: 5px solid white;
}
#image_footer{
	width: 100%;
	height: 60px;
/*	background-color: orange;*/
	text-align: center;
}

#image_footer img{
	border: solid 3px white;
	height:49px;
/*	width:81px;*/
	padding: 0px;	
	margin: 0px;
}

#nav_footer{
/*	background-color: red;*/
	height: 20px;
	width: 100%;
	text-align: center;
	font-size: 7pt;
}

#overlay{
	background-color:black;
	opacity: 0.8;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	z-index: 6;	
}
#notice{
	z-index: 9;
	height: 30px;
	color: green;
	opacity: 1;
	position: absolute;
	top: 200px;
	width: 100%;	
	text-align: center;
}

#notice a{
	color: orange;
	font-size: 60pt;
	text-decoration: underline;
}

#input {
	background: black url(images/white_pixel.gif) repeat;
}
.testback{
/*	background-color: lightgray;*/
	background-color: #ccc;	
/*	opacity: 1;*/
}

#staff img{ height: 100px;}
table#companies img{ width: 100px;}
.left{ text-align: left;}
.spacing{ line-height: 25px;}
.green{color: #9CBE83;}

.changes_form th{ color: #0099FF;}
.changes_form div{ padding : 2px;}
.changes_form label{ width: 200px; display: inline-block;}
.changes_form input[type="text"], select{ width: 200px; background-color: white;  /* for IE */filter:alpha(opacity=90);/* CSS3 standard */opacity:0.9;}
.changes_form input[type="radio"]{ width: 13px;}
.hide{ display: none;}
/*.small label{ width: 50px;}
.small input{ width: 100px;}*/
.event{}
.resize_only{cursor: pointer;}
a.normal{ color: blue; cursor: pointer;}
a.normal:hover{ color: orange}
div#one div, div#two div, div#three div{ padding: 3px;}
div.highlight{border: solid 3px orange; padding: 0px;}
div#one div.highlight, div#two div.highlight, div#three div.highlight{ padding: 0px;}