body {
	background-color: #2E3235;
	margin: 0px;
	border: 0px;
}
p,ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #ccc;
}
h1,h2,h3 {
	color: #B9E1F8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: 14px;
	line-height: 20px;
}
a {
	color: #B9E1F8;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#nav {
	width: 50px;
	position: absolute;
	display: table;
	vertical-align: bottom;
	margin-left: 25px;
	text-align: left;
	z-index: 2;
}
#logo {
	width: 230px;
	height: 95px;
	position: absolute;
	margin-top: 240px;
	z-index: 2;
}
/* PAGE TEXT */
#copy {
	width: 200px;
	position: absolute;
	display: table;
	text-align: left;
	margin-top: 360px;
	margin-left: 15px;
	z-index: 2;
}
#copy h1, #copy h2,
#copy h3, #copy h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	line-height: 16px;
}

#flashcontent {
	width: 100%;
	height: 580px;
	position: absolute;
	z-index: 1;
}
#copylarge {
	width: 500px;
	position: absolute;
	display: table;
	text-align: left;
	margin-top: 25px;
	margin-left: 255px;
	z-index: 3;
}
#copylarge p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #FFFFFF;
}
.pullquote {
	color: #2E3235;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: 14px;
	line-height: 20px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #999;
	margin-right: 25px;
	text-align: right;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
