
body{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #3D3D3D;
	margin: 0px;
	padding: 0px;
}
a{
	color: #DCDCDE;
}
a:hover{
	color: #B22222;
}
a:visited{
	color: #DCDCDE;
}
.small{
	font-size: 10px;
	font-family: Arial, sans-serif, Geneva;
	color: silver;
}
#smallbottom{
	position: relative;
	top: 101%;
	font-size: 10px;
	font-family: Arial, sans-serif, Geneva;
	color: silver;

}
/* main */
#container{
	background: url("images/scaffold.jpg") no-repeat left bottom;
	position: absolute;
	left: 50%;
	width: 800px;
	height: 599px;
	margin: 0px 0px 20px -400px;
	padding-bottom:0px;
	border: 1px solid White;
}
.title{
	position: absolute;
	left: 12px;
	top: 10px;
	font-family: Verdana, Arial, sans-serif, Geneva;
	font-size: 35px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}
.title2{
	position: absolute; 
	left: 13px;
	top: 11px;
	font-family: Verdana, Arial, sans-serif, Geneva;
	font-size: 35px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}
.subtitle{
	position: absolute;
	left: 30px;
	top: 45px;
	font-family: Arial Narrow, sans-serif, Geneva;
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	padding: 4px;
}
/* date */
#date{
	position: absolute;
	left: 8px;
	top: 502px;
	padding: 5px 5px 5px;
	padding-bottom: 1px;
	font-family: Arial, sans-serif, Geneva;
	font-weight: bold;
	font-size: 14px;
	color: #F2FFFF;
}
#date2{
	position: absolute;
	left: 7px;
	top: 501px;
	padding: 5px 5px 5px;
	padding-bottom: 1px;
	font-family: Arial, sans-serif, Geneva;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}
/* intro */
#intro{
	position: absolute;
	left: 8px;
	top: 518px;
	width: 505px;
	padding: 5px 5px 5px;
	padding-bottom: 1px;
	font-family: Arial, sans-serif, Geneva;
	font-weight: bold;
	color: #F2FFFF;
}
/* links */
#links{
	position: absolute;
	left: 561px;
	top: 543px;
	padding: 5px 5px 5px;
	padding-bottom: 10px;
	font-style: italic;
	font-family: Arial, sans-serif, Geneva;
	font-size: 20px;
	font-weight: bold;
	color: black;
	word-spacing: 30px;
}
/* Stories & Photos */
#toggleable div{
	display: none;
}
#Stories{
	display: none;
	overflow: auto;
	position: absolute;
	left: 32px;
	top: 90px;
	width: 475px;
	height: 200px;
	padding: 1px 1px 1px;
	padding-bottom: 0px;
	font-family: Verdana, Arial, sans-serif, Geneva; 
	font-size: 11px;
	font-weight: bold;
	color: #DCDCDE;
	border: 1px groove White; 	
}
#introbg{
	position:absolute;
	left: 90px;
	top: 110px;
	width: 350px;
	height: 420px;
	padding: 1px 1px 1px;
	padding-bottom: 0px;
	background-color: #000000; 
	layer-background-color: #000000;
	filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;
}
/* Photos */
#Photos{
	display: none;
	position: absolute;
	left: 32px;
	top: 90px;
	width: 350px;
	height: 300px;
	padding: 5px 5px 5px;
	padding-bottom: 1px;
	font-family: Arial, sans-serif, Geneva;
	font-weight: bold;
	color: #DCDCDE;
	border: 0px groove White; 	
}
span.story{
	  font-family: Verdana, Arial, sans-serif, Geneva;
	  font-size: 12px;
  	  font-weight: bold;
	  color: #F8F9E6;;
	  padding-bottom: 5px;
}
.desc{
	  font-family: Verdana, Arial, sans-serif, Geneva;
	  font-size: 10px;
  	  font-weight: bold;
	  color: Black;
	  padding-bottom: 5px;
}
/* guestbook */
#guest{
	position: absolute;
	left: 543px;
	top: 573px;
	padding: 5px 5px 5px;
	padding-bottom: 10px;
	font-family: Arial, sans-serif, Geneva;
	font-size: 10px;
	font-weight: bold;
	color: #F8F9E6;
}
