html, body { height: 100%; }

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

/* this is used by the flash alot, so put it here */
.v-spacer {
	height: 20px;
}

.logo-img-cont {
	
}

.logo-img {
	margin: 0px;
}

.main-column {
	width: 700px;
	margin: 0px auto;
}

.menu-link {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	padding: 0px 24px 0px 0px;
	line-height: 1.8em;
	text-decoration: none;
}

.menu-link:hover {
	text-decoration: underline;
}

h1 {
	font-size: 60px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	padding: 10px 0 0 0;
}

h2 {
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	padding: 5px 0px;
}

h3 {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	padding: 5px 0px;
}

p {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
}

a {
	color: #AAAAAA;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
}

.hidden-thumb {
	display: none;
}

.hr {
	border-bottom: dotted 1px #222222;
	width: 100%;
	height: 1px;
	margin: 30px 0px;
}