@charset "utf-8";
/* CSS Document */



*{/*to reset all browser specif defaults */
margin:0;
padding:0;
}

div#top{
position:relative;
  top:0;
  left:0;
  z-index:auto;
  width:100%; 
  margin-left: 10px;
   margin-right: 10px;
} 
   
div#footer{
position:fixed;
  bottom:0;
  left:0;
  z-index:auto;
  overflow:hidden;
  width:100%; 
  margin-left: 65%;
   margin-right: auto;
   clear:both;
} 
body,html {
overflow:hidden;
	background-color: #FFFFFF;
	background-image: url();
	background-repeat: repeat;
	margin: 0; padding: 0;
    position: absolute; top: 0; left: 0; right: 0; bottom: 0;
}
a img { border:none; } 
a:link { 
	color:#999999;
	text-decoration:none;
	}
a:visited { 
	color: #999999;
	text-decoration:none;
	}
a:hover { 
	color:#E2880E;
	text-decoration:none;
	}
a:active { 
	color: #999999;
	text-decoration:none;
	}


#apDiv1 {
	
	width:800px;
	height:420px;
	overflow: visable;
    margin-left: auto;
    margin-right: auto;
	z-index:1;
	border-style:none;
	border-color:#BBBBBB;
	border-width:1px;
	background-color:transparent;
	
}
#apDiv2 {
	
	width:inherit;
	height:300px;
	overflow: visable;
     margin-left: 30px;
    margin-right: 30px;
	z-index:1;
	border-style:none;
	border-color:#EBEBEB;
	border-width:1px;
	background-color:transparent;
	
}

#galdiv {
	
	width:inherit;
	height:465px;
	overflow: visable;
    margin-left: 30px;
    margin-right: 30px;
	z-index:1;
	border-style:solid;
	border-color:#ffffff;
	border-width:10px;
	background-color:transparent;
	
}
.style1 {
	font-size: 14px;
	color: #FFFFFF;
}
.style2 {
	font-size: 16px;
	color: #FFFFFF;
	
}
.style3 {
	font-size: 14px;
	color: #FFFFFF;
	
}


.t1 {
cellspacing:0;
padding:0em;

}