﻿
body
{
  	font-family: Tahoma, Arial, san-serif;
	font-size: 1em;
	background-color: black;
	color: white;
	font-weight: normal;
	background-image:url('bg.jpg');
	background-repeat:repeat;
	margin:0;
	padding:0;
}

html, body
{
	height:100%
}

input, textarea
{
	background-color: #F5F5F1;
	border: 1px #8A8F9F solid;
	font-size: 0.9em;
	font-family:Arial, Helvetica, Sans-Serif;
}

p {
	line-height: 1.5em;
}

h1
{
	font-size: 1.5em;
	color:#7daf7e;
}

h2
{
	font-size: 1.2em;
}

a
{
	text-decoration:none;
	color:#7daf7e;
}

#header
{
	background-image: url( 'headerlogo.jpg' );
	width:850px;
	height:170px;
	border: solid 5px #7F7F7F ;
	vertical-align:middle;
}

#content
{
	margin:auto;
	height:100%;
	width:100%;
}

#home
{
	clear:left;
}

.error
{
	color: #CC3300;
}
