div.box {
     position: relative;
     width: 940px;
	 /*height: 100%;*/
}


div.box_contents {
     background-color:transparent;
     height: auto;
     position: relative;
     width: 940px;
     z-index: 3;
}

div.box_background {
	/*background-color: white;
     height: auto;
     filter:alpha(opacity=75); *//* IE's opacity*/
     /*left: 0px;
     opacity: 0.75;
     position: absolute;
     top: 0px;
     width: 940px;
     z-index: 2;*/

	 /* updated fix */
	/*png image with a white transparent box (75% transparent)*/
	
	background-image:url("/images/white75.png");
	background-repeat:repeat;
	
	/*for IE 6 only*/
	
	_background-image:none;
	_filter:alpha(opacity=75);
	_background-color:#fff;
	height: 100%;
     left: 0px;
     position: absolute;
     top: 0px;
     width: 940px;
     z-index: 2;
	 
}

#bgimg {
	padding: 10px;
}

#nav_contents {
	background-image: url("/images/header_bg.gif");
	background-repeat: repeat-x;
	height: 117px;
	width: 100%;
}


/* ----------footer ---------- */

#footer {
width:940px;
font-family: verdana, arial, helvetica, sans-serif;
margin-bottom: 20px;
}

#vsn {
text-align:right;
padding:4px;
position:relative;
width:200px;
float:right;
margin-right:4px;
}

#copyright {
text-align:right;
padding:4px;
position:relative;
width:200px;
float:right;
margin-right:4px;
}

#footer_btm {
height:24px;
background-color:#a3ce50;
font-size:7pt;
vertical-align: middle;
padding-left:8px;
}


#footer_top {
height:43px;
background-color:#221d3d;
color:#757a90;
font-size:7pt;
position:relative;
}

#footer_top a {
color:#ffffff;
text-decoration:none;
}

#footer_top a:hover {
color:#a3ce50;
}

#footer_top li {
float:left;
margin:4px;
list-style-type:none;
}

#signup {

color:#221d3d;
margin-left:8px;
float:left;
}
