@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size:small;
	background-color: #0F2230;
}
.errtext {
	color:#F00;
}
.stelfly #container {
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	min-width:1000px;
	background-attachment: fixed;
	background-color: #374852;
	background-image: url(site_images/leftbg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.navbar {
	height: 25px;
	vertical-align:middle;
	text-align:center;
	margin: 0 auto;
	border-bottom:#000 1px solid;
	font-size:6px;
	background-image: url(site_images/navback.jpg);
}
.stelfly #gallery {
	width:800px;
	margin: 0 auto;
}
.navbar a {
	font-size:small;
	margin-right:8px;
	text-transform:uppercase; 
	text-decoration:none; 
	color:#000;
}
.navbar span {
	margin:0 auto;
	vertical-align:middle;	
}
.navbar a:hover span {
color:#7AB1E1;
}
.stelfly #header {
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background:url(site_images/head.jpg) center no-repeat scroll;
	height: 200px;
	border-bottom: 1px #000 solid;
}
.stelfly #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.stelfly #mainContent {
	width: 904px;
	margin: 0 auto;
	border-left:1px solid #000;
	border-right:1px solid #000;
	padding-left:0px;
	padding-right:2px;
	text-align: left;
	background-attachment: fixed;
	background-color: #D8EAFB;
	background-image: url(site_images/watermark.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
h2 {
	color: #06F;
}

.stelfly #shadow_left {
	height:1250px;
	width:15px;
	background:url(site_images/shade_left.gif) left repeat-y;
	float:left;
}
.stelfly #shadow_left_gal {
	height:750px;
	width:15px;
	background:url(site_images/shade_left.gif) left repeat-y;
	float:left;
}
.stelfly #shadow_right {
	height:1250px;
	width:15px;
	background:url(site_images/shade.gif) left repeat-y;
	float:right;
	
}
.stelfly #shadow_right_gal {
	height:750px;
	width:15px;
	background:url(site_images/shade.gif) left repeat-y;
	float:right;
	
}
.border_all{
	border: 1px solid #000;
}
.stelfly #cam_left {
	float:left;
	width:402px;
	margin-left:25px;
}
.stelfly #cam_right {
	float:right;
	width:402px;
	margin-right:25px;
}
.stelfly #footer {
	color:#FFF;
	font-size:xx-small;
	text-align:left;
	background-attachment: scroll;
	background-color: #0F2230;
	background-image: url(site_images/footback.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 60px;
} 
.stelfly #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.adminbtn {
	background-attachment: scroll;
	background-image: url(site_images/adminbtn.gif);
	background-repeat: repeat-x;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	text-transform: capitalize;
	border: 1px solid #09F;
	width: 200px;
}
.row1 {
	background-color: #FFF;
}
.row0 {
	background-color: #DDF9FF;
}
.div_lines {
	width:920px;
	margin:0 auto; 
	background:url(site_images/back.gif) left repeat-y;
}
.button_bg {
	background:url(site_images/btn.gif) top no-repeat scroll; 
	height:25px; 
	border:none; 
	vertical-align:middle; 
	text-align:center; 
	margin: 0 auto; 
	width:250px; 
	color:#FFF; 
	font-weight:bold; 
	padding: 4px 6px 2px 4px;
	text-decoration:none;
}
.people_cell {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-left-color: #000;
}
.div_people {
	width: 250px;
	float: right;
}
.div_people_smaller {
	width: 150px;
	float: right;
}
.ppl_name {
	font-size: small;
	font-weight: bold;
}
.heading_background {
	background:url(site_images/btn.gif) top no-repeat scroll;
	height:25px; 
	border:none; 
	vertical-align:middle; 
	text-align:center;
	margin: 0 auto; 
	width:250px;
	color:#FFF;
	font-weight:bold; 
	padding: 4px 6px 2px 4px;
}
