* {
	margin:0;
	padding:0;
}

html{
	background:url(images/background.jpg) repeat fixed;
	background-position:top;
	min-height:770px;
}

body{ margin: 0; padding: 0; }


body {
	background:black;
	width:964px;
	min-height:770px;
	font: 10px Gill Sans MT, arial, sans-serif;
	text-align:justify;
	margin: 0px auto;
	padding: 0px;
	color: #DBDBDB;
	list-style: none;
}

body.form {
	background:black;
	width:600px;
	min-height:550px;
	font: 10px Gill Sans MT, arial, sans-serif;
	text-align:justify;

	margin: 0px auto;
	padding: 0px;
	color: #DBDBDB;
	list-style: none;
}

img {
	border: 0px;
}
p {
	margin-left:5px;
}
a {
	color:#ffc0cb;
	text-decoration: none;
}
a:hover {
	color: #eee;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

.pink{
color:pink;
}

em{
	font-family: Serif, New York, MS Serif;
	font-style:italic;
	color:#fcbdcb;
}

.submit input{
	margin-top:10px;
	margin-left:100px;
	color: #ff9999;
	font-size:12px;
	color:#fff;
	background: #000;
	border: 2px outset #aaa;
} 

fieldset
{
	padding-top:100px;
	padding-left:60px;
	border: 0px solid #000000;
}

input{
	color: #ff9999;
	background: #000000;
	border: 1px solid #781351;
}


select{
	float:right;
	width:370px;
}

select.dob{

	width:70px;
}

textarea{
	float:right;
	width:370px;
	margin-bottom:10px;
		color: #000;
	font-size:16px;
	background: #fff;
	border: 1px solid #781351;

}

#banner{
	position:relative;
	width:964px;
	height:159px;
	background:url(images/header.jpg) no-repeat;
}

#header {
	position: relative;
	top: 0;
	float:left;
	left: 100px;
}

#uppers {
	position: relative;
	top: 20px;
	float:right;
	right: 30px;
	padding-left: 25px;
	z-index: 15;
	font-size:11px;
	letter-spacing:1px;
}
#nav-top {
	position: relative;
	
}

#nav-top li {
	list-style:none;
}

#nav{
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
	z-index: 15;
	clear:both;
}

#nav div {
	padding: 0 0px;
}

#nav ul {
	padding: 5px 15px 5px 15px;
}

#nav li {
	display: inline;
	height:30px;
	margin-top:40px;
	font-size:13px;
	padding-right:3px;
	padding-left:3px;
}

#nav li a{
	height:40px;
}

#cover {
	position: relative;
	z-index: 10;
	margin-left: 0px;
	padding-top: 0px;
	width: 964px;
	text-align:center;
}

#disclaimer {
	text-align:justify;
	padding-left: 50px;
	padding-right: 50px;
	color: #DBDBDB;
}

#disclaimer h1{
	font-size:20px;
	padding-bottom:20px;
	padding-top:20px;
}

#disclaimer h2{
	font-size:16px;
	padding-bottom:10px;
	padding-top:10px;
}

#disclaimer p{
	font-size:13px;
	padding-bottom:13px;
}

#disclaimer ul{
	font-size:13px;
	padding-left:30px;
}

#disclaimer li{
	font-size:13px;
	padding-left:13px;
	padding-bottom:10px;
}

#side{
	margin-left: 644px;
	width:300px;
	padding: 1em;
}

#ads{
	clear: both;
	text-align:left;
	margin-left:0px;
}

#ads img{
	display: inline;
	vertical-align:middle;
	margin: 0px 0px 0px 0px;
	height:150px;
}

#mailing-list {
	background: url(images/email.jpg) no-repeat;
}

#todo {
	margin-left: 720px;
	top: 20px;
	right: 0px;
	width: 300px;
}

#mailing-list p{
	margin-left:-10px;
}

#mailing-list label{
	width: 100px;
	float: left;
	text-align: left;
	display: block;
	color: #000000;
	font-size: 12px;
	margin-top:5px;

}

#form {
	padding-left: 200px;
	padding-right:200px;
}


#form.small {
	padding-left: 30px;
	padding-right:30px;
}

#form p{
	padding-bottom:30px;
}

#form p.morespace{
	margin-bottom:26px;
}

#form h2{
	text-align:center;
	font-size: 24px;
	color:#fcbdcb;
	padding-bottom:10px;
	padding-top:20px;
}

#form li{
	font-size:15px;
	padding-bottom:5px;
}

#form input{
	color: #000;
	font-size:14px;
	background: #fff;
	border: 1px solid #781351;
	float:right;
}

#form input.long{
	width:370px;
}

#form .submit input{
	color: #fff;
	font-size:18px;
	color:#fff;
	background: #ff7e83;
	border: 2px dotted #aaa;
	float:none;
	margin-left:200px;
	margin-top:20px;
}

#form fieldset{
	padding-top:30px;
	padding-left:0px;
	padding-right:0px;
	border: 0px solid #000000;
	
}

#form fieldset .big{
	padding-top:30px;
	padding-left:0px;
	padding-right:0px;
	border: 0px solid #000000;
	
}

#form label{	
	float: left;
	text-align: left;
	color: #fff;
	font-size: 14px;
}


#diary {
	height:560px;
}

#snapshot{
	width: 320px;
	display:inline;
}
#snapshot img{
	height:300px;
	border: 5px dotted #ffffFF;
    margin: 10px;
    padding: 0;
}

#body {
	position: relative;
	z-index: 10;
	margin-left: 40px;
	padding-top: 0px;
	width: 624px;
}

#left{	
	float: left;
	width: 664;
	margin-left: 20px;
	padding: 1em;

}

#body h2 {
	font-weight: normal;
	font-size: 20px;
	margin-left:20px;
}
#body h2 em {
	font-size: 25px;
	font-family: serif;
}


#item{
	width:964px;
}
#main_pic{	
	float: left;
	width: 450px;
	margin: 0;
	padding: 1em;

}

#main_pic img{
	height:400px;
	border: 5px dotted #ffffFF;
    margin-top: 10px;
    margin-left:150px;
    padding: 0;
}

#writeup{
	margin-left: 500px;
	width:380px;
	padding: 1em;
}

#writeup h1{
	margin-top:70px;
	margin-bottom:3px;
	font-size:17px;
}

#writeup h2{
	margin-top:0px;
	margin-bottom:13px;
	font-size:15px;
}
#writeup p{
	font-size:13px;
	margin-left:0px;
	margin-bottom:13px;
}

#thumbs{
	clear: both;
	text-align:center;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top:1px solid gray;
	border-bottom:1px solid gray;
}

#thumbs img{
	display: inline;
	vertical-align:middle;
	margin: 15px 15px 15px 15px;
	border: 2px dotted #ffffFF;
}

#thumbs img.portrait{
	height:200px;
}

#thumbs img.landscape{	
	width:200px;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


#footer {
	margin-left: 130px;
	margin-top: 10px;
	clear:both;
	
}

#footer ul {
	padding: 10px 0 10px 0px;
}
#footer li {
	display: inline;
	padding-right:10px;
	padding-left:10px;
	color:ffc0cb;
}

#footer h2 {
	font-size: 13px;
	font-weight: normal;
}
#footer h2 em {
	font-size: 22px;
	font-family: serif;
}

#copyright {
	margin-left: 200px;
	margin-top: 0px;
	color:#ffc0cb;
}