* { margin: 0; padding: 0 }

body 	{ 
		background-color: #333333;
		font-family: Arial, Helvetica, sans-serif;
		color: #ffffff;
		font-size: 12px;
		scrollbar-face-color:#C0C0C0;
		scrollbar-highlight-color:#FFFFFF;
		scrollbar-3dlight-color:#C0C0C0;
		scrollbar-darkshadow-color:#000000;
		scrollbar-shadow-color:#808080;
		scrollbar-arrow-color:#FFFFFF;
		scrollbar-track-color:#E0E0E0;
		}

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

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

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

a:hover{
	text-decoration: none;
	color: #ff0000;
	}

#gallery {
	text-align: center;
	background-color: #000000;
	width: 100%;
	height: 594px;
	min-height: 594px;
		}	

#gallery_content {
	width: 100%;
	overflow: auto;
	height: 590px;
	min-height: 590px;
		}
		
#top {
	text-align: center;
	background-color: #000000;
	width: 100%;
	min-height:45px;
	height:45px;
		}

#top-buffer {
	background-color: #222222;
	width: 100%;
	min-height:15px;
	height:15px;
			}
		
#bottom {
	text-align: center;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 46px;
	min-height: 46px;
		}
		
#footer {
	text-align:center;
	width: 100%;
		}
		
		
/*--- Dropdown code */

img.nav_home {
	position: relative;
	left: 182px;
	top: 0px;
	border: 0px;
	z-index: 3;
}

img.nav_ed {
	position: relative;
	left: 178px;
	top: 0px;
	border: 0px;
	z-index: 3;
}

img.nav_ad {
	position: relative;
	left: 174px;
	top: 0px;
	border: 0px;
	z-index: 3;
}

img.nav_cpny {
	position: relative;
	left: 170px;
	top: 0px;
	border: 0px;
	z-index: 3;
}

img.nav_end {
	position: relative;
	left: 166px;
	top: 0px;
	border: 0px;
	z-index: 3;
}

#dropdown_info {
	visibility: hidden;
	position: absolute;
	top: 30px;
	left: 706px;
	z-index: 2;
}

#dropdown_port {
	visibility: hidden;
	position: absolute;
	top: 30px;
	left: 576px;
	z-index: 2;
}

#dropdown_cpny {
	visibility: hidden;
	position: absolute;
	top: 85px;
	left: 592px;
	z-index: 2;
}
