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

* {margin: 0; padding: 0;}

body {
	background-image: url(images/bodyBG21.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
}

#container {
	width: 600px;
	margin: auto;
	background-image: url(images/contentTile21.jpg);
	position: relative;
	text-align: left;
}

#top {
	height: 41px;
	background-image: url(images/navbar2.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#header {
	height: 221px;
	background-image: url(images/new_header2.gif);
}

#main_nav {
	height: 40px;
	padding-top: 18px;
	text-align: center;
	background-image: url(images/navbar2.jpg);
	color:42d5dd;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 40px;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Comic Sans MS";
	}
	
	#navlist li a{
	color: 42d5dd;
}

#content {
	background-image: url(images/content2.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 130px;
	padding-bottom: 20px;
	padding-left: 20px;
	}
	#content a{
	color:#000000}
	#content a:hover{
	color: #FF00FF;}

#footer {
	text-align: center;
	padding: 20px;
	clear: both;
	list-style-image: none;
}
#footer a {
	color: #000;
	list-style-image: none;
}


#navbox {
	position: absolute;
	z-index: 200;
	top: 390px;
	left: 480px;
	height: 100px;
	width: 165px;
	padding: 10px;
}

#navlistbox
{
border-bottom: 1px dotted gray;
}

#navlistbox li
{
list-style: none;
padding: 0.25em;
border-top: 1px dotted gray;
}

#navlistbox li a { text-decoration: none; }

h1 { text-indent: -5000px;}

h2 { text-indent: -5000px;}

h3{
	color: #000000;
	border-bottom: 1px dotted gray;
	font-size: 14px;
}

p {margin: 20px 0;}

a:link {
	color: #fff;
	text-decoration: none;
}     /* unvisited link */

a:visited {
	color: #CC00CC;
	text-decoration: none;
}  /* visited link */

a:hover {
     color: #FF00FF
}   /* mouse over link */

a:active {
	color: #990099
}   /* selected link */

#gallery {width:430px; height:380px; padding:10px; border:1px solid #333; background: #000; position:relative; }
#gallery b.default {position:absolute; left:10px; top:10px; width:251px; height:380px; text-align:center;}
#gallery b.default img {display:block; margin:0 auto 10px auto; border:1px solid #eee; border-color:#555 #ddd #eee #333;}
#gallery b.default span {display:block; color:#000; font-family:verdana, arial, sans-serif; font-weight:strong; font-size:14px; width:200px; margin:0 auto;}

#gallery ul {list-style:none; padding:0; margin:0; width:180px; position:relative; float:right;}
#gallery ul li {display:inline; width:52px; height:52px; float:left; margin:0 0 5px 5px;}
#gallery ul li a {display:block; width:50px; height:50px; text-decoration:none; border:1px solid #000; border-color:#eee #555 #333 #ddd;}
#gallery ul li a span {display:none;}
#gallery ul li a img {display:block; width:50px; height:50px; border:0;}
#gallery ul li a:hover {white-space:normal; border-color:#555 #ddd #eee #333; background:#000;}
#gallery ul li a:hover b {position:absolute; left:-248px; top:0; width:251px; height:380px; text-align:center; background:#000; z-index:20;}

#gallery ul li a:hover span {display:block; color:#000; font-family:verdana, arial, sans-serif; font-weight:strong; font-size:14px; width:200px; margin:0 auto;}
#gallery ul li a:hover img {margin:0 auto 10px auto; width:auto; height:auto; border:1px solid #eee; border-color:#555 #ddd #eee #333;}

#gallery ul li a:active, #gallery ul li a:focus {white-space:normal; border-color:#555 #ddd #eee #333; background:#000;}
#gallery ul li a:active b, #gallery ul li a:focus b {position:absolute; left:-248px; top:0; width:251px; height:380px; text-align:center; background:#E4CBE0; z-index:10;}
#gallery ul li a:active span, #gallery ul li a:focus span {display:block; color:#000; font-family:verdana, arial, sans-serif; font-weight:strong; font-size:14px; width:200px; margin:0 auto;}
#gallery ul li a:active img, #gallery ul li a:focus img{margin:0 auto 10px auto; width:auto; height:auto; border:1px solid #eee; border-color:#555 #ddd #eee #333;}
