html, body {
  height: 100%;
}

body {
	background: #000000;
	margin: 0px;
	padding: 0px;
}
	
#splash {
	height: 100%;
	margin: auto;
	border-spacing: 0px;
	border-collapse: collapse;
	display: none;
}

#layout {
	margin: auto;
	border-spacing: 0px;
	border-collapse: collapse;
}

#blink {
	width: 330px;
	margin: auto;
	font: normal 15px Verdana;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	border: dotted 1px #ffffff;
	background: #000000;
	position: relative;
	top: 155px;
}

#layout td {
	padding: 0px;
	background-repeat: no-repeat;
	vertical-align: top;
}

#container {
	width: 709px;
	position: absolute;
}

#content {
	padding: 30px;
	font: normal 13px Verdana;
	color: #c0c0c0;
	display: none;
}
	
a, a:visited {
	font: normal 13px Verdana;
	color: #c0c0c0;
	text-decoration: none;
}

a:hover { text-decoration: underline; }
	
h1 {
	font: normal 18px Serif;
	color: #870101;
	text-align: center;
}

h2 {
	font: bold 15px Verdana;
	color: #c0c0c0;
	text-align: center;
}

p:first-letter {
	font: normal 20px Serif;
	color: #870101;
}

.photo {
    width: 80%;
	margin: auto;
	border-spacing: 0px;
	border-collapse: collapse;
	text-align: center;
}
	
.thumb {
	border: #ffffff solid 2px;
	border-bottom: #ffffff solid 15px;
	margin-bottom: 20px;
}
	
ul {
	list-style-type: disc;
	list-style-image: url('ul.gif');
	list-style-position: outside;
	line-height: 120%;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.showhide {
	display: none;
}

.more {
	text-align: right;
	padding-right: 30px; }

.more a, .more a:visited {
	font: normal 13px Verdana;
	color: #870101;
}