div{
	position:relative;
	display:cell;
	z-index: 1000;
}
div#spot_visuals{
	display:none;
	background-color:red;
	width:100px;
	height:100px;
	position:absolute;
	float:left;
}
/*Beginning MENU*/
div#top{
	height: 120px;
	width:1000px;
	background:white url('../images/top_background.png') no-repeat scroll 0 9px;
}
div#logo{
	background-color:transparent;
	height: 108px;/*more to put the logo on top*/
	margin-top:12px;
	margin-left:8px;
	float:left;
}
div#menu{
	background-color:transparent;
	width:540px;
	top: 60%;
	left: 0px;
	float: left;
	z-index:0;
	text-align:center;
	font-family:monospace;
	font-weight: bold;
}
div#menu ul{
	margin: 0; padding: 0;
	}
div#menu ul li{
	display: inline;}

div#menu ul li a{
	text-decoration: none;
	color: black; 
	padding: 10.5px 11px;
	}

div#menu ul li a:visited{
	color: black;}

div#menu ul li a:hover, .menu ul li .current{
	color: red;}

div#menu{
	left:100px;
	width:440px;
}
.nav li {
	float: left;
	display:block;
}
/*Remove the submenu*/
.nav ul {
	text-align:left;
	display: none;
	list-style: none;
	margin: 0;
	width: 150px;
	position: absolute;
	top: -999em;
	left: -999em;
}
/* Reapear the submenu*/
.nav li:hover ul,
.nav li.sfHover ul {
	top: -50px;
	left: auto;
	display: block;
}
.nav li:hover ul.two_elem,
.nav li.sfHover ul.two_elem {
	top: -35px;
}
/*End MENU*/

div#bottom{
	background-color:yellow;
	height: 800px;
	width: 1000px;
	
}
/*
div#banner_left{
	background-color:blue;
	height: 800px;
	width: 50px;
	position:relative;
	float:left;
}
*/
div#banner_right{
	background-color:black;
	height: 800px;
	width: 250px;
	position:relative;
	float:left;
}
div#body{
	background-color:orange;
	width:745px;
	height: 800px;
	position:relative;
	float:left;
}
div#body p{
	margin:20px 50px 5px 20px;
	font-family:Verdana;
	font-weight: normal;
	font-size: x-small;
	text-align:justify;
}
div#body p#bottom_info{
	margin:20px 50px 5px 20px;
	font-family:monospace;
	font-weight: bold;
	font-size: x-small;
	text-align:center;
}
#bottom_info a:link, #bottom_info a:visited{
	text-decoration: none;
	color: black;
}
#bottom_info a:hover, #bottom_info a:active{
	text-decoration: underline;
}
#banner_right_img:active,#banner_right_img:hover  {
	cursor: hand;
	cursor: pointer;
}



div#body, div#banner_left, div#bottom, div#banner_right{
	background-color:transparent;
}

.close{
	display:none;
}