body {
	background: Black;
	color: Silver;
	font-family: Arial,sans-serif;
	font-size: 12px;
	margin: 12px auto;
	line-height: 1.5em;
}

a, a:visited, a:active {
	color: #FFCC00;
	text-decoration: none;
}

a:hover {
	color: Aqua;
	text-decoration: underline;
}

h1 {
	margin: 0px 0px 0px 0px;
	font-size: 80px;
	color: #FFCC00;
	line-height: 80%;
}

h2 {
	margin: 7px 0px 0px 0px;
	font-size: 11px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

hr {
	height : 1px;
	width: 712px;
	border-style : none;
	color: Gray;
	background-color: Gray;
	margin : 10px 0;
}

#page {
	width: 990px;
	margin-top: 30px;
	margin-left: 0px;
}

#leftcol {
	float: left;
}

#rightcol {
	float: right;
}

#footer {
	width: 990px;
	clear: both;
	text-align: center;
	padding-top : 30px;
	padding-bottom : 3px;
}

#thumbs {
	width: 990px;
	clear: both;
	margin-bottom : 25px;
}

#thumbs img {
	margin: 10px 10px 10px 10px;
}

.left {
	width: auto;
	background-color: #484848;
	border: 4px dashed Gray;
	padding: 16px 16px 16px 16px;
	text-align: left;
	margin-left: 0px;
}
.right {
	width: 200px;
	background-color: #484848;
	border: 4px dashed Gray;
	padding: 8px 8px 8px 8px;
	margin-right: 0px;
}

.one {
	margin: 0px 15px 0px 0px;
}

.two {
	margin: 0px 0px 0px 15px;
}

.biglink {
	font-size : 46px;
	font-weight : bold;
	line-height : 120%;
	margin-top: 13px;
	width: 712px;
	text-align: center;
}

.biglink2 {
	font-size : 46px;
	font-weight : bold;
	line-height : 120%;
	margin-top: 13px;
	text-align: center;
}

.names {
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
	color: White;
}

.namelink {
	font-size: 17px;
	font-weight: bold;
	line-height: 120%;
	text-align: right;
}

.nametext {
	width: 712px;
}

ul {
	list-style-type:none;
	padding:0;
	margin-top: 0px;
	margin-left : 0px;
}

li {
	border-bottom: 1px dotted Gray;
	margin-bottom: 3px;
	padding: 3px;
	text-align : left;
}

.rightimg {
	margin-bottom : 8px;
}