body {
	background-color: #1B86BC;
	margin: 0px;
	padding: 0px;
	background-image: url(i/fade.jpg);
	background-repeat: repeat-x;
        color: #121D0F;
}

img {border: none; padding: 0px; margin: 0px;}
h1 {font-family: Georgia, serif; color: #fff; font-size: 1.1em; font-weight: lighter; line-height: 1em;}
p {font-family: Georgia, serif; font-size: .85em; margin-top: -10px;}
a {color: #fff; text-decoration: none;}
a:hover {text-decoration: underline;}

#container {
 position: relative;
 left: 50%;
 margin-left: -300px;
 background-color: #68ACD1;
 width: 600px; 
 padding: 0px;
 margin-bottom: 0px;
}

#nav {position: relative; left:50%; margin-left: -35px; margin-top: -17px;}
#nav ul {list-style: none; list-decoration: none;}
#nav li {display: inline; color: #fff;	clear: none;
	padding-bottom: 3px;
	font: bold 1em 'lucida grande',tahoma,sans-serif;
	text-transform: uppercase;
        

	}
	

#content {margin: 10px; width: 400px;}
#gallery {margin: 10px;}
#gallery img {border: 5px solid white; margin: 10px;}

#footer {background-color: #121D0F; margin-top: 0px; padding-top: 0px; font-size: 0.8em;}
#footer a {color: #68ACD1; text-decoration: none;}
#footer a:hover {text-decoration: underline;}
#footwrap1 { position: relative;  left: 50%;  margin-left: -300px;  width: 600px; padding-top: 30px; padding-bottom: 20px; color: #fff;}

-------------lightbox.js css-----------------
#lightbox{
	background-color:#ffffff;
	padding: 100px;
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	}
#lightboxDetails{
	font-size: 0.9em;
	padding-top: 0.3em;
	}	
#lightboxCaption{ float: left; color: #fff}
#keyboardMsg{ float: left; color: #fff; }


#lightbox img{ border: 10px solid white; border-bottom: 20px solid white; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://justinmarable.com/overlay.png", sizingMethod="scale");
	}
--------------------------------


form#submit { padding: 0.5em;}

form#submit div { clear: both; padding: 4px; margin: 2px;}

form#submit div label, form#submit div span { float: left; display: span; width: 10%; text-align: right; }

form#submit div input, form#submit div textarea { float: right; width: 85%; text-align: left; }
form#submit div select { position: relative; left: 3.5%; }

form#submit div textarea { height: 8em; }

form#submit input#mySubmit { float: none;  margin: 0 0 0 30%; width: 10%; text-align: center; }

