@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}

body {
	color: #999;
	background: #ffffff;
	font: "Arial, Helvetica, sans-serif";
}

#header {
	width: 100%;
	height: 50px;
	position: fixed;
	z-index: 10;
	border-bottom: 0px dotted #ffffff;
	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 #333;
}

#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: 120%;
}

#nav a { 
	display: block;
}

#nav li { 
	float: left;
	display: block;
	margin-right: 2em;
}

#screen {
	width: 800px;
	height: 533px;
}

h1 { 
	font-weight: normal;
	font-size: 150%;
	padding: 20px 20px 0px 20px;
	float: right;
}

h2 { 
	font-weight: normal;
	font-size: 100%;
	padding: 30px 20px 0px 0px;
}

h3 { 
	font-weight: normal;
	font-size: 150%;
	padding: 30px 20px 0px 0px;
}

strong {
	font-weight: normal;
	color: #EEE;
}

p.important { 
	font-size: 100%;
	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;
}