html { font-family: Myriad Web, Segoe UI, Tahoma, Verdana, Arial, Helvetica; background: #000;}
body 
{ 
	margin: 0px;
	padding: 0px;
	font-size: .8em;
	color: #eee;
	background: #000;
	font-size: 1em;
}

img {
	border: 0px;
}

h1 {
	color: #f00;
	margin: 5px 0px;
}

#main {
	width: 265px;
	float: right;
	padding: 5px;
}
table {
	margin: 0px;
}

td img {
	margin: 0px;
}

td.topright {
	vertical-align: top;
	text-align: right;
	font-size: .7em;
}

#nav a {
	text-decoration: none;
	color: #eee;
}

#logo {
	padding: 0px;
	margin: 0px;
}

#logo table {
	height: 100px;
	margin: 0px;
	border-collapse: collapse;
}

#logo td {
	vertical-align: bottom;
}

#left {
	float: right;
	text-align: right;
	padding: 5px;
}

#left table {
	margin: 0px 0px 0px auto;
}

#left img {
	margin: 0px 0px 10px 10px;
}

#show {
	font-size: 1.5em;
	padding: 0px;
}

.section {
	position: absolute; 
	top: 110px;
	width: 375px; 
	padding: 5px;	
}

.section p {
	margin: 10px 0px 10px 0px;
}

.section a {
	text-decoration: none;
	color: #faa;
}

.section a:hover {
	text-decoration: underline;
	color: #faa;
}

.section a:hover h1 {
	text-decoration: none;
}


#followus {
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	position: relative; 
	top: 100px;	
}

#followus {
	font-size: .8em;
}

#followus:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

input {
	background: #000;
	border: solid 1px #aaa;
	color: #eee;
	margin: 2px 0px;
}

textarea {
	background: #000;
	border: solid 1px #aaa;
	color: #eee;
	margin: 2px 0px;
}


#info {
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	position: relative; 
	top: 155px;	
	font-size: .75em;
	color: #333;
}