/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 89%;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	color:#000000;
}

.dropmenu {
   position: absolute;
   left: -1500px;
   visibility: visible;
   z-index: 101;
   float: left;
   width: 110px;

   border-width: 0px;
   border-style: solid;
   border-color: hidden;	
   background-color: hidden;
}
.dropmenu ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
.dropmenu li {
   display: inline;
}
.dropmenu a, .dropmenu a:visited, .dropmenu a:active {
   display: block;
   width: 110px;

   padding: 2px;
   margin: 1px;
   font-family: Georgia;
   font-size: 11px;
   font-weight: normal;
   text-align: right;
   text-decoration: none;

   color: #ffffff;
   background-color: hidden;
}
.dropmenu a:hover {
   padding: 2px;
   margin: 1px;
   font-family: Georgia;
   font-size: 11px;
   font-weight: normal;
   text-align: right;
   text-decoration: none;

   color: #ae0000;
   background-color: hidden;
}
table.nav {
	position: relative;
	left: 50%;
	margin-left: -375px;
	float: left;
}
div.theme {
	float: right;
}
div.nav{
	position: absolute; 
	bottom: 0px; 
	width:100%;
}
div.galleries{
	position: absolute; 
	top: 0px; 
	right: 0px; 
	width: 150px; 
	height: 70px; 
	background-color: #ffffff;
}