body {
	text-align: center;
	min-width: 800px;
	background: #000000;
}

div#wrapper {
		margin: 0 auto;
		margin-top: 35px;

		width: 800px;
		background: #000000 url('images/plutonian.jpg');
		background-position: bottom right;
		background-repeat: no-repeat;
}

html>body div#wrapper {
		height: 100%;
		min-height: 600px;
}

div#logo {
		float: left;
		height: 410px;
		position: relative;
		top: -11px;
		margin-bottom: -10px;
		width: 150px;
		border-right: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		border-left: 1px solid #ffffff;
		border-top: 1px solid #ffffff;
		background: #000000 url('images/galaxydarkred.jpg');
		background-position: center;
		background-repeat: no-repeat;
}

html>body div#logo {
		height: 100%;
		min-height: 394px;
}

h1 {
		color: #990000;
		font-weight: bold;
		font-size: 15px;
}

h2 {
		color: #990000;
		font-size: 14px;
		font-weight: bold;
}

b {
		color: #ffffff;
		font-weight: bold;
}

div#footer {
		width: 800px;
		clear: both;
		margin: 0 auto;
		font-family: arial,verdana,helvetica;
		font-size: 8pt;
		font-weight: normal;
		color: #ffffff;
		letter-spacing: 1.1pt;
		padding-top: 1px;
		text-align: right;
}

div#footer A {
		color: #ffffff;
		font-weight: normal;
		text-decoration: none;
		text-transform: uppercase;
}

div#footer a:hover {
		text-decoration: underline;
}


div#content a {
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
}

div#content a:hover {
		text-decoration: underline;
}

div#content {
		text-align: left;
		padding: 15px 200px 15px 15px;
		float: left;
		width: 430px;
		height: 100%;
		font-family: arial,verdana,helvetica;
		font-size: 9pt;
		font-weight: normal;
		color: #ffffff;
}

html>body div#content {
		min-height: 500px;
		height: 100%;
}

div#topbar {
		height: 35px;
		font-family: arial,verdana,helvetica;
		font-size: 8pt;
		font-weight: normal;
		text-align: left;
		padding-left: 25px;
		padding-top: 10px;
		padding-bottom: 10px;
		color: #ffffff;
		letter-spacing: 1.1pt;
		border-bottom: 1px solid #ffffff;
		clear: left;
}

div#menu {
		float: center;
		width: 780px;
}

div#menu A {
		display: block;
		width: 130px;
		position: relative;
		left:0px;
		top: -10px;
		z-index: 50;
		float: left;
		border: 1px solid #ffffff;
		height: 25px;
		background: #990000 url('images/plutonianselect.jpg'); 
		background-position: center left;
		background-repeat: no-repeat;
		font-family: arial,verdana,helvetica;
		text-align: right;
		font-size: 14px;
		text-decoration: none;
		padding-right: 10px;
		padding-top: 10px;
		font-weight: bold;
		color: #ffffff;
		text-transform: uppercase;
}

div#menu a:hover {
		background: #000000 url('images/plutonianhover.jpg');
		background-position: center left;
		background-repeat: no-repeat;
		color: #990000;
}
