div#banner{
	position:absolute;
	top:20px;
	left:20px;
	width:750px;
	height:60px;
	background-color:#003399;
	background-image: url("/images/menu.gif");
	background-repeat: repeat-x;
	color:#66FFFF;
	border:thin  solid;
	z-index:10;	
}
div#bannerShadow{
	position:absolute;
	top:26px;
	left:26px;
	width:750px;
	height:60px;
	border:none;
	background-color:#9999CC;
	z-index:1;
}
body{
	font-family:"arial",sans-serif;
	background-color:#33CCFF;
}
div#banner img{
	display:block;
	position:absolute;
	top:-10px;
	left:690px;
	height:50px;
	width:50px;
}
p.h{
	font-family:"arial",sans-serif;
	font-size:20pt;
	display:block;
	position:relative;
	left:50px;
	top:10px;
	padding:0;
	margin:0;
	width:11em;
	border-bottom:thin #66FFFF solid;
	border-right:thin #66FFFF solid;
}
/*
ul#menubar{
	background-color:#003399;
	display:block;
	float:right;
	position:relative;
	top:85px;
	border-top:thin #66FFFF solid;
	border-bottom:thin silver solid;
	border-right:thin silver solid;
	text-decoration:none;
	background-color:#003399;	
}
*/

/*
ul li{
	display:inline;
	text-decoration:none;
	border-left:thin #66FFFF solid;
	padding-left:2px;
}
*/
ul a:hover{
	color:yellow;
}
a:link,a:visited{
	color:#003399;
	text-decoration:none;
}
a:hover{
	color:#66FFFF;
}
a img{
border-color:#003399;
}
a:hover img{
border-color:#66FFFF;
}
h2{
	text-align:center;
}
a.linkslist{
	text-align:center;
	font-size:large;
}
div#main{
	position:absolute;
	top:130px;
	left:2.5%;
	width:95%;
	background-color:white;
	background-image:url(images/arcalis.jpg);
	background-repeat:no-repeat;
	background-position:center;

}
div#main p,h1,h2,h3{
	margin:10px 1em;
}
body#galleryindex div#main
{
	text-align:center;
}
table#index
{
	width:60%;
	margin-left:auto;
	margin-right:auto;
}
table#index td
{
	border-bottom:thin solid silver;
}
table p{
	text-align:left;
}
tr{
	vertical-align:top;
}
p.contact{
	font-size: x-small;
	text-align: center;
}
table.messageboard{
	width:80%;
	background-color:#FFFFCC;
	border:#003399 thin solid;
	padding:10px 4px;
}
table.messageboard td.a{
	width:30%;
}	
table.messageboard td.b{
	width:70%;
}
table.messageboard td{
	border:#003399 thin solid;
	padding:10px 4px
}	

div#content {
	
}
div#thumbBar {
	position: absolute;
	height: 350px;
	width: 120px;
	left: 10px;
	top: 60px;
	background-color: #999999;
	background-image:url(images/film.gif);
	background-repeat:repeat-y;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	overflow: auto;
	z-index: 1;
	display: block;
	padding-left:12px;
}
#thumbBar table img{
	cursor:pointer;
}
div#menu{
	
	
}
#imgContainer {
	position: absolute;
	overflow:auto;
	height: 640px;
	width: 640px;
	top: 60px;
	left: 210px;
	color: #000000;
	visibility: visible;	
	text-align: center;
	border: none;
	vertical-align: middle;
	background-image: url(images/wait.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	z-index: 0;
	background-color: transparent;
}
div#control {
	position: absolute;
	z-index: 1;
	height: auto;
	width: auto;
	left: 10px;
	top: 420px;
	text-align: center;
	background-color:#ffffff;
	padding:5px;
	font-size:smaller;
	border-bottom: thin solid silver;
	border-right: thin solid silver;
	border-top: thin solid #66FFFF;
	border-left:thin solid #66FFFF;
}
body#gallery {
	background-color: #000000;
	background-image: url(images/bluebg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#detailPanel{
	position:absolute;
	left:10px;
	top:480px;
	background-color:#FFFFFF;
	border-bottom: thin solid silver;
	border-right: thin solid silver;
	border-top: thin solid #66FFFF;
	border-left:thin solid #66FFFF;
	width:180px;
	height:auto;
}
#detailPanel p{
	font-size:smaller;
	margin: 4px 10px 4px 4px;
}
#closebtn {
	position: absolute;
	left: 166px;
	top: 0px;
	z-index: 1000;
	border: none;
}
a.btn:link,a.btn:visited{
	background-color: #33FFFF;
	border: thin solid #0000FF;
	font-size: smaller;
	color: #0000FF;
	width: 10em;
}
a.btn:hover {
	background-color: #0000FF;
	border: thin solid #33FFFF;
	font-size: smaller;
	color: #33FFFF;
	width: 10em;
}
div#footer{
	text-align:center;
	font-size:smaller;
	width:100%;
	bottom:0;
}
.fr{
	float:right;
	margin: 0 10px 10px 10px;
}.fl{
	float:left;
	margin: 0 10px 10px 10px;
}
div#adbox{
	text-align:right;
	float:right;
	margin:5px;
}