div.box {
				position : absolute;
				top : 20px;
				width : 100%;
				z-index : 1;
}
div.box_content {
				width: 760px;
				height: 400px;
				background-color: transparent;
				z-index : 4;
				position : relative;
				top : -683px;	
				}
div.box_color {
        width: 760px;
				height: 544px;
				background-color: #FFFFFF;
				filter:alpha(opacity=50); /* IE's opacity*/
				opacity: 0.50;
				z-index : 2;
				border : 2px solid #0F285E;
}
div.top_color {
				width: 760px;
				height: 123px;
				background-color: #999999;
				filter:alpha(opacity=40); /* IE's opacity*/
				opacity: 0.40;
				z-index : 3;
				position : relative;
				top : -546px;
}

div.menu_color {
				width: 760px;
				height: 20px;
				background-color: #991111;
				filter:alpha(opacity=80); /* IE's opacity*/
				opacity: 0.80;
				z-index : 3;
				position : relative;
				top : -564px;
}

.whitetext {
				font: bold 12px Verdana;
				color: black;
				text-decoration: none;
}
.content {
				font: bold 12		 px Verdana;
				color: black;
				text-decoration: none;
}


a {
	 			font: bold 12px Verdana;
				color: black;
				text-decoration: none;
}

floatright {
			  float : right;
}
