/* CSS Document */
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	color:#FFFFFF;
}
a {
	text-decoration: none;
	color:#FFFFFF;
}
img {
	border:none;
}
#flashcontent {
		height: 100%;
}
#gallery {
		height: 500px;
}
.style1 {
	text-align:center;
}
.style2 {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
#dropmenudiv{
position:absolute;
border:1px solid white;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
background-color:#999999;
z-index:300;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 10px 0;
text-decoration: none;
font-weight: bold;
background-color:#999999;
text-align:center;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #666666;
}
#footer {
position : absolute;
font-size: 12px;
color: #FFFFFF;
width:80%;
bottom: 0px;
text-align: center;
z-index:200;
}
