@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
	text-decoration: none;
	background-color: #121212;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	overflow:hidden;
}

#menu1 {
	width:1024px;
	height:30px;
	border:none;	
}

#menu2 {
	width:1024px;
	height:14px;
	border:none;
}

#menu2 a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
	text-decoration: none;
	background-color: #121212;
		
}

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

#table_center {
	valign:middle;
	align:center; 
	height:100%;
	width:100%;
	text-align:center;
}

#main {
	width:1024px;
	margin:0 auto;
}

#apDiv2 {	
	width:1024px;
	height:640px;
}

#apDiv2 img {
	width:1024px;
	height:640px;
	
}

#apDiv3 {
	width:1024px;
	height:640px;	
}

.gallcell td img {
	border:2px solid white;
}

.gallcell td img:hover {
	border:2px dashed white;
}