body
{
	background-color: black;
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
	color: white;
	font-family: Garamond, Serif;
	
	background-image: url(/blog/stripe.gif);
}
div#Class
{
	width: 100%;
	height: 250px;
	position: absolute;
	top: 0px;
	
	background-image: url(/blog/class.gif);
	background-repeat: no-repeat;
	background-position: center center;
	
	font-size: 250px;
	color: black;
	font-style: italic;
}

div#Main
{
	position:absolute;
	top: 50%;
	width: 100%;
	height: 325px;
	margin-top: -150px;
	
	border-bottom: 0px solid white;
	
	text-align: center;
}

div#PhotoStrip
{
	width: 100%;
	height: 300px;

	background-image: url(/blog/background.jpg);
	background-repeat: repeat-x;
	background-position: center center;

	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

div#Content
{
	border: 1px solid white;
	border-left: 1px dashed white;
	border-right: 1px dashed white;

	background-position: top center;
	background-color: black;
	
	width: 480px;
	height: 300px;
	
	position: absolute;
	top: 0px;
	left: 50%;
	
	margin-left: -240px;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	
	text-align: left;
	
	font-size: 18px;
	
	overflow: hidden;
}

div#Nav
{
	margin-left: auto;
	margin-right: auto;
	
	text-align: center;
	font-size: 20px;
}

a
{
	text-decoration: none;
	border-bottom: 1px dashed #999999;
	margin-bottom: -4px;
	color: white;
}

a:hover
{
	border-bottom: 1px dashed white;
}


p
{
	margin: 10px 10px 10px 10px;
}

input
{
	border: 1px solid white;
	background-color: #EEEEEE;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	font-size: 16px;
	font-family: Garamond, Georgia, Serif;
}

h1
{
	font-style: italic;
	font-size: 45px;
	font-family: Garamond, Georgia, Serif;
	
	visibility: hidden;	
	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h1.NoSpace
{
	display: none;
}



div#MemoryBook
{
	width: 792px;
	height: 425px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -395px;
	text-align: center;
}

div#MemoryBook div.Frame
{
	background-color: black;
	border: 1px solid white;
	text-align: left;
	
}

div#MemoryBook div.Frame a
{
	text-decoration: none;
	border: none;
}

div#MemoryBook div.Frame a:hover
{
	text-decoration: none;
	border: none;
}

div#MemoryBook img
{
	border: 1px solid #CCCCCC;
	margin: 9px 9px 9px 9px;
	margin-right: 0px;
}

div#Scroll
{
	width: 468px;
	height: 220px;
	float: left;
	position: absolute;
	overflow: auto;
	border: 1px solid #CCCCCC;
	margin: 5px 5px 5px 5px;
	
	bottom: 0px;
	background-position: -5px -75px;
	
}

p.Links
{
	font-size: 11pt;
	font-style: italic;
	padding: 3px 3px 3px 3px;
	border: 1px solid #CCCCCC;
	text-align: center;
}

a.Small
{
	font-size: 11pt;
	font-style: italic;
	padding: 0px 0px 0px 0px;
}

div.Media
{
	margin-top: 0px;
	margin-bottom: 75px;
	width: 160px;
	margin: 5px 5px 5px 5px;
	border: 1px solid #CCCCCC;
	background-image: url(/blog/media-light.jpg);
}

div.Media p
{
	margin: 2px 2px 7px 2px;
}

div.Media a
{
	color: black;
}

div
{
	xbackground-attachment: fixed;
}