
* {
	margin: 0;
	padding: 0;
	color: #8888dd;
}

html {
	background-color: black;
	font-family: Helvetica, Arial, sans-serif;
}

body {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
    border: 3px solid #800000;
    background-color: #000000;
	width: 924px;
}

#header {
	text-align: center;
}

#header img {
	padding-top: 15px;
	padding-left: 12px;
}

a:link {
	text-decoration: none;
	color: #ddaaff;
	background-color: #000000;
}

a:visited
{
	color: #ddaaff;
}

a:hover
{
	color: #ddddff;
}

#nav {
	margin-top: 42px;
	margin-left: 20px;
	margin-bottom: 50px;
	float: left;
}

#nav li{
}

#nav ul {
	list-style-type: none;
}

#nav a {
	width: 150px;
	height: 44px;
	display: block;
	padding-top: 20px;
	padding-left: 30px;
	font-style: normal;
	font-family: "Andale Mono", "Courier", monospace;
	font-size: 1.4em;
	text-decoration: none;
	font-weight: bold;
	color: black;
	background-color: #7755ff;
}

#nav a:hover
{
	background-color: #ccaaff;
}

#section {
	width: 648px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: 20px;
	margin-left: 20px;
	float: right;
	text-align: left;
}

#section h1 {
	color: #bbbbff;
	font-size: 1.8em;
	margin-top: 10px;
	margin-bottom: 20px;
}

#section h2 {
	color: #aaaaff;
}

#section p {
	color: #8888dd;
	margin-top: 5px;
	margin-bottom: 20px;
}

#machine_pic {
	margin: 10px;
	margin-left: 20px;
}

#running_mess {
	margin: 10px;
	margin-left: 16px;
}

#mess_start_links {
	margin: 20px;
	margin-left: 40px;
}

.first_words {
	font-size: 1.2em;
	font-weight: bold;
	color: #cc77ff;
}

.red {
	color: #ff6699;
}

.error {
	color: #ff6699;
}

#section p.error {
	color: #ff6699;
}

.video
{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

label {
	width: 15em;
	float: left;
	text-align: right;
	margin-right: 1em;
	display: block;
}

input {
	background-color: #000000;
}

.submit {
	margin-left: 12em;
	width: 7em;
	height: 2em;
	background-color: #aaaaff;
	color: #000022;
}

#footer {
	border-top: 1px solid #800000;
	margin-top: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	clear: both;	
}

#footer p {
	font-size: 0.6em;
}