* {
  margin: 0;
	padding:0;
	border:none;
}
body {
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	background: black url(../images/bg.jpg) repeat-y  center;
	margin: 0 35px;
}
#container {
	width: 800px;
	height: auto;
	color: #ffe;
	text-align: left;
	margin: 10px auto;
}
#header {
	background-image: url(../images/zobanner.jpg);
	background-repeat: no-repeat;
	height: 160px;
}

#header h1 { /* used for browsers crwalwers */
visibility:hidden; 
}

#nav {
	height: 30px;
	width: auto;	
	font-size:.9em;
	font-weight: bold;
	margin:5px 0;
	}

#nav ul {
	margin:0 5px;
}
#nav li {
	list-style:none;
	display:inline;
}
#nav li a {
	display: block;
	height: 20px;
	float: left;
	text-decoration: none;
	text-align: center;
	background-color: #021631;
	color: #ffffa3;
	padding: 4px 5px 0px 5px;
	margin: 0 5px 0 0;
	border: 2px #ffffa3 solid;
}
#nav li a:hover {
	background-color:#696963;
	color:#ffe;
	border-color:#ffffa3;
	border-style:dashed;
}

#content {
line-height: 150%;
}
#content a {
	color: #ffffa3;
	text-decoration: none;
	letter-spacing:1px;
	font-weight:bold;
}
#content a:hover {
	color: #ffe;
	text-decoration:underline;
}
#content h1, #content h2, #content h3 {
	color:#ffffa3;
	margin:10px 0 0 0;
}
#content h1 {
	font-size:160%;
	font-weight:normal;
	font-style:italic;
}
#content h2 {
	font-size:130%;
}
#content h3 {
	font-size:115%;
}
#content p {
	margin:10px;
}

#content .marquee {
	font-family:Arial;
	white-space:nowrap;
}

#pics {
	margin: 20px auto;
	border:thin solid #a7a7a7;
	background-color: #000;
	color: #fff;
	width: 640px;
	height: 520px;
	text-align: center;
	font-size: 12px;
}

#pics p {
	clear: both;
}
#pics h2 {
	padding-bottom:.3em;
}

#footer {
	text-align: center;
	color: white;
	font-size: 10px;
	height:30px;
	margin:10px 0;
	padding-top:10px;
	border-top:1px solid white;
	line-height:140%;
}
#footer a {
	color: #ffffa3;
	font-weight:normal;
	text-decoration:none;
}
#footer a:hover {
	color:#ffe;
	text-decoration:underline;
}

 /* class selectors */
 
.float-right {
	clear: right;
	float: right;
}

.gallery
{
	cursor: default;
	list-style: none;
	text-align: center;
}
.gallery a
{
	cursor: hand;
}

.gallery a .preview
{
	display: none;
}
.gallery a:hover .preview 
{
	display: block;
	position: absolute;
	top: -47px;
	left: -32px;
	z-index: 1;
}
.gallery img
{
	background: #000;
	border: 1px solid #021631;
	color: inherit;
	padding: 1px;
	vertical-align: top;
	width: 150px;
}

.gallery li
{
	background: #000;
	border: 1px solid #000;
	color: inherit;
	display: inline;
	float: left;
	padding: 2px;
	position: relative;
}
.gallery .preview
{
	border: #fffc4c medium solid;
	width: 220px;
	height: auto;
}


