/* CSS Document */

body {
	margin: 0;
	background-color:#000000;
	padding: 0;
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #8C8C8C;
}

body, th, td, input, textarea, select, option {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #2C7DFF;
	line-height: 1.5em;
}

h1 {
	letter-spacing: 2px;
	font-size:16px;
}

h2 {
	letter-spacing: 2px;
	font-size:14px;
}

h3 {
	letter-spacing: 2px;
	font-size:12px;
}

p, ul, ol {
    letter-spacing: .1em;
	line-height: 2em;
}

a {
	color: #5EB9FC;
}

a:hover {
	text-decoration: none;
	color:#0066CC;
}

#header {
	width: 760px;
	height: 280px;
	margin: 0 auto;
}

#footer {
	clear: both;
	padding: 30px 0;
	text-align: center;
	font-size:9px;
}
