
body {
	margin: 0;
	padding: 0;
	color: #333333;
	background: #a9bac3 url(../data/bg.php) repeat-x;
	font-family: Verdana, Geneva, sans-serif;
}
a:link { 
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
a:visited { 
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #83acca;
	text-decoration: none;
}

a:active {
	color: #000066;
	text-decoration:underline
}
h1, h2, h3 {
	font-family: Verdana, sans-serif;

}
h1 { font-size: 2.4em; padding:10px; } 
h2 { font-size: 1.4em; }
h3 { font-size: .8em; }
p { font-size: .8em; }
p, h1, h2, h3 {
	margin: 0px ;
}

img {
	border: 0px ;
}

a img {  
  border: 0px ;
}

form {
	width: 600px;
	background-color: #FEFEFE; 
}
label {
	font: normal 1em Verdana, sans-serif;
}
input {
	font: normal 1em Verdana, sans-serif;
}
textarea {
	font: normal 1em Verdana, sans-serif;
}
input.button { 
	font: normal 1em Verdana, sans-serif;
}

#wrap {

	width: 820px; height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0 auto;	
	background: #FFFFFF;
}

#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 4em Verdana, sans-serif;
	letter-spacing: -2px;
	top: 0; left: 5px;	
}

#main {
	float: left;
	border-top: 10px solid #000066;
	width: 100%;		
}

#footer { 
	clear: both; 
	color: #000066; 
	border-top: 5px solid #83acca;
	margin: 0; padding: 0; 
	height: 20px;	  
	font-size: 75%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;
	color: #000066;
}
#footer .footer-left{
	float: left;
	width: 65%;
}
#footer .footer-right{
	float: right;
	width: 30%;
}

.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }
.clear { clear: both; }.lead {	color: #000066; }
.out  {	color: #83acca; }
code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #696969;
}


/* GALLERY LIST */
/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */
#photos { visibility: hidden; }

/* GALLERY CONTAINER */
.gallery { background: #fff; border: 2px solid #8e9955; padding: 5px;}

/* LOADING BOX */
.loader { background: url(loader.gif) center center no-repeat #ddd; }

/* GALLERY PANELS */
.panel {}

/* DEFINE HEIGHT OF PANEL OVERLAY */
/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
.panel .panel-overlay,
.panel .overlay-background { height: 16px; padding: 0 1em; }

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background { background: #222; }

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { color: white; font-size: 0.7em; }
.panel .panel-overlay a { color: white; text-decoration: underline; font-weight: bold; }

/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.filmstrip { margin: 5px; }

/* FILMSTRIP FRAMES (contains both images and captions) */
.frame {}

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap { border: 1px solid #aaa; }

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap { border-color: #000; }

/* FRAME IMAGES */
.frame img { border: none; }

/* FRAME CAPTION */
.frame .caption { font-size: 11px; text-align: center; color: #888; }

/* CURRENT FRAME CAPTION */
.frame.current .caption { color: #000; }

/* POINTER FOR CURRENT FRAME */
.pointer {
	border-color: #0CF;
}

/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer {
	filter: chroma(color=pink);
}

