body {
	background-color: #E6E6E6;
	background-image: url(../img/bigbackground.png);
	background-position: left top;
	background-repeat: repeat-x;
	height:100%;
	margin:0;
	color: #333333;
	font-family: arial, helvetica, clean, sans-serif;
	font-size: 10px;
}

a {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 3em;
	margin: 0.4em 0 0.5em 0;
}

h3 {
	font-size: 2em;
}

h3 span {
	color: red;
}

ul {
	font-size: 1.8em;
}


li span {
	font-weight: bold;
}

ol {
	font-size: 1.8em;
}

ol.alpha {
	list-style-type: upper-alpha;
}

ol ol {
	font-size: 1em;
}

p {
	font-size: 1.8em;
}

.center {
	text-align: center;
}

#header {
	margin: 0 auto;
	width: 760px;
	color: #E6E6E6;
	text-align: center;
}

#header h1 {
	font-size: 4em;

}

#header span {
	display: block;
	font-size: 3em;
}

#nav {
	margin: 45px auto 30px;
	width: 760px;
	font-size: 1.8em;
	text-align: center;
}

#content {
	margin: 0 auto;
	width: 760px;
}

#footer {
	background-color: #202121;
	color: #E8E8E8;
}

#footer a{
	color: #E8E8E8;
	text-decoration: underline;
	font-weight: normal;
}

#footer p {
	margin: 0 auto;
	width: 760px;
	text-align:  center;
	padding: 25px;
}