﻿/* CSS Document */
BODY {
	font: 62.5% "Raleway", "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
  font-weight: 200;
	background: #000;
	color: #fff;
	margin: 0, auto;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	line-height: 16px;
}
/**********************

*   Header            *

***********************/
#header {
	width: 700px;
	height: 57px;
}
#header .title {
	width: auto;
	height: 57px;
	float: left;
}
#header h1 {
	padding: 50px 50px 0 50px;
	font-size: 30px;
}
#header h1 a {
	color: #fff;
}
#header h2 {
	padding-left: 50px;
	color: #fff;
	float: left;
}
#footer {
	width: 700px;
	height: 400px;
	background: #000;
	min-height: 400px;
}

#footer table {
	height: 300px;
	padding-top: 100px;
}

#footer h1 {
	color: #a0a0a0;
	float: left;
	font-size: 10px;
	font-style: normal;
	text-align: left;
}

#footer h1 a {
	color: #fff;
}
#navbar {
	width: 700px;
	height: 31px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	background: transparent url(images/nav_bg.gif) repeat-x center;
}
ul.menu {
	float: left;
	margin: 0;
	padding: 0 15px;
	list-style-type: none;
}
ul.menu li {
	float: left;
}
ul.menu li a {
	float: left;
	display: block;
	height: 28px;
	padding: 3px 15px 0 15px;
	line-height: 24px;
	color: #bbb;
	font-weight: bold;
	text-shadow: #000 -1px -1px;
	text-decoration: none;
}
ul.menu li a:link, ul.menu li a:visited {
	color: #bbb;
	background: none;
	font-weight: bold;
	text-shadow: #000 -1px -1px;
	text-decoration: none;
}
ul.menu li a:hover, ul.menu li a:active {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-shadow: #000 -1px -1px;
	text-decoration: none;
}
ul.menu li.current_page_item a:link, ul.menu li.current_page_item a:visited, ul.menu li.current_page_item a:hover, ul.menu li.current_page_item a:active {
	color: #fff;
	text-decoration: none;
	text-shadow: #000 -1px -1px;
	text-decoration: none;
}
#content {
	width: 700px;
	margin: 0 auto;
	padding-top: 0;
	font-size: 1.3em;
	background: #000;
}

#contentcontainer {
	width: 700px;
	padding-left:0px;
	padding-right:0px;
}
h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.4em;
	line-height: 20px;
}
h3, h4, h5, h6 {
	font-size: 1em;
}

td {
	font-family: "Raleway", "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
  font-weight: 200;
	color: #e0e0e0;
	font-size: 13px;
}

td img { 
	vertical-align: bottom; 
} 

.text {
	font-family: "Raleway", "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
  font-weight: 200;
	color: #000;
	font-size: 13px;
}

#morespacer {
	height: 50px;
	text-align: center;
	vertical-align: middle;
}

#morespacer img {
	margin-top: 15px;
	height: 20px;
	width: 100px;
}

#video {
	margin-top: 50px;
	text-align: center;
}

.small {
	font-family: "Raleway", "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
  font-weight: 200;
	color: #000000;
	font-size: 10px;
	line-height: 13px;
}

a {
	color: #e0e0e0;
	text-decoration: none;
}
a:link {
	color: #e0e0e0;
	text-decoration: none;
}
a:visited {
	color: #e0e0e0;
	text-decoration: none;
}
a:hover {
	color: #e0e0e0;
	text-decoration: underline;
}
a:active {
	color: #e0e0e0;
	text-decoration: none;
}
