/* CSS Document */

body{
color:#CCCCCC;
background-color:#440000;
font-size:14px;
}

#wrapper{
position:relative;
background-color:#660000;
margin:20px auto;
width:800px;
}

#thumbstrip{
float:right;
width:84px;
height:500px;
overflow:auto;
margin-left:10px;
}

#button{
	position:absolute;
	text-align:center;
	width:110px;
	padding:0 10px;
	background-color:#666666;
	border: thin outset #FFFFFF;
	left: 569px;
	top: 471px;
	}

h1{
font-size:200%;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:0;
}

h2{
font-size:130%;
margin:0;
}

p{
text-indent:10px;
margin:5px;
text-align:justify;
}

a {
	font-size: 16px;
	color: #660000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}