﻿* Released for free under a Creative Commons Attribution 2.5 License
 */

* {
	margin: 0px 0px 0px 0px;
	padding: 0;
}

body {
	background: #000000 url(banners/background.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
}

h1, h2, h3 {
}

h1 {
	font-size: 2em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.8em;
	margin-bottom: 1.0em;
	line-height: 180%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #CCCCCC;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

hr {
	display: none;
}

img {
	border: 0;
}

a img {
	border: 0;
}

/*
 * Header
 */

#header {
	width: 1024px;
	height: 60px;
	margin: 0 auto;
}

#header h1, #header h2 {
	float: left;
	margin: 0;
	text-transform: uppercase;
	color: #FFFFFF;
}

#header h1 {
	padding: 30px 0 0 20px;
	font-size: 3em;
}

#header h2 {
	padding: 47px 0 0 8px;
	font-size: 1.8em;
	font-style: italic;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/*
 * Menu
 */

#menu {
	width: 1024px;
	height: 30px;
	margin: 0 auto;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 12px 10px 0 20px;
    width: 97px;
}

#menu a {
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

/*
 * Page
 */

#mainpage {
	width:980px;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
    height: 600px;
}

/*
 * Content
 */



