body {
	
	background-color: black;
	font-family: Trebuchet MS;
	font-size: 62.5%;
	color: #fff;
	text-decoration: none;
	line-height: 1.75em;
	
}

#main {
	background-color: #2a002a;
	margin: 0 auto;
	width: 800px;
	padding: 0 0 20px 0;
	border-right: 30px solid #1c001c;
	border-left: 30px solid #1c001c;
	padding: 0 0 500px 0;
	}

p{

	font-size: 1.2em;
	margin: 0 50px 15px 70px;
	width: 600px;
}


div.logo{

	font: normal 20pt Trebuchet MS;
	color: #ff6600;
	text-decoration: none;
	text-align: center;
	float: right;
	margin: 20px 0 10px 0;
	padding: 0 20px 0 0;
}

dd {

	padding: 0 0 70px 0;
	float: left;
	display: inline;
	

}

td{

	align: left;
	clear: left;

}

#linklist{

	font-family: Georgia;
	font-style: italic;
	font-size: 1.2em;
	color: #000;
	float: left;
	width: 100%;
	list-style: none;
	border-top: 5px solid #ff6600;
	background: #000;
	border-bottom: 5px solid #ff6600;
	/*margin: -10px 0 0 0;*/
	
	}

#linklist li {
	float: left;
	font-size: 1.3em;
	list-style: none;
	padding: 0 0 1em 1.2em;
	text-align: right;
	
	}

li a{

	text-decoration: none;

}	
	
ul {
	color: #ff6600;
}	

#logo img{

	border: none;
	padding: 0 0 20px 0;

}

img {
	border: 1px dotted #ff6600;
	padding: 5px;
}
	
a {

	font-size: 1.2em;
	color: #8879d0;
	font-weight: bold;
}

a:hover{
	color: #ff6600;
	text-decoration: none;
	}

h2{
	font-family: Georgia;
	font-style: italic;
	color: #ff66cc;
	width: 720px;
	font-size: 2.0em;
	padding: 50px 0 5px 50px;
	border-bottom: 1px dotted #ff6600;
	/*background-image: url(../images/space.jpg);
	margin: 0 50px 10px 50px;*/
	clear: both;
}

h3{
	font-family: Georgia;
	text-transform: uppercase;
	margin: 0 0 20px 50px;
	color: #8879d0;
	font-size: 1.4em;
	}
