@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	color: #F50;
	background: #000;
	font: 100%/1.2 "Gill Sans", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

#header {
	width: 100%;
	height: 80px;
	position: fixed;
	z-index: 10;
	border-bottom: 1px dotted #AAA;
	background-image: url(images/bg-top.jpg);
	background-repeat: repeat-x repeat-y;
}

#content {
	padding: 80px 0;
}

#content table {
	margin: 0 auto;
	padding-left: 20px;
}

#content table.dotted {
	border-top: 1px dotted #000;
}

#content td {
	padding: 0px;
	vertical-align: top;
	text-align: left;
}

#content td.column {
	padding-left: 20px;
	width: 250px;
}

#nav {
	list-style: none;
	padding-left: 40px;
	padding-top: 25px;
	font-size: 110%;
}

#nav a { 
	display: block;
}

#nav li { 
	float: left;
	display: block;
	margin-right: 2em;
}

#screen {
	width: 800px;
	height: 533px;
}

h1 { 
	font-weight: normal;
	font-size: 200%;
	padding: 20px 20px 0px 20px;
	float: right;
}

h2 { 
	font-weight: normal;
	font-size: 180%;
	padding: 30px 20px 0px 0px;
}

h3 { 
	font-weight: normal;
	font-size: 130%;
	padding: 30px 20px 0px 0px;
}

strong {
	font-weight: normal;
	color: #EEE;
}

p.important { 
	font-size: 104%;
	color: #999;
	padding: 15px 20px 0px 0px;
}

p { 
	font-size: 90%;
	color: #999;
	padding: 15px 20px 0px 0px;
}

img { 
	border: none; 
}

a {
	text-decoration: underline;
	color: #AAA;
}

a:hover {
	text-decoration: underline;
	color: #EEE;
}

a:active {
	text-decoration: none;
	color: #EEE;
}