html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	color: #CCCCCC;
	background-color: #000000;
}

a {
	font-family: helvetica,arial,sans-serif;
	font-size: 12px;
	color: #969696;
	text-decoration: none;
	-webkit-text-size-adjust: none;
}

img {
	border: 0px;
}

object { 
	outline:none; 
}

p {
	margin:0px;
	padding:0px;
}

#page_container {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
}

#swf_container {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position: relative;
}

#header {
	height: 160px;
	position: relative;
	top: 0px;
	left: 0px;
}

#layout {
	left: 20px;
	height: 500px;
	position: relative;
	background: url('../img/nav_boder.jpg') no-repeat scroll 0px 0px;
}

#navigation {
	padding-top: 14px;
	padding-left: 35px;
	height: 61px;
	top: 0px;
	position: relative;
}

#navigation a:hover {
	color: #F09A00;
}

#content {
    width: 885px;
    position: relative;
    background-color: #999999;
}

.header {
    font-family: helvetica,arial,sans-serif;
    font-size: 17px;
    color: #FFFFFF;
	-webkit-text-size-adjust: none;
}

.subhead {
    font-family: helvetica,arial,sans-serif;
    font-size: 14px;
    color: #FFFFFF;
	-webkit-text-size-adjust: none;
}

.short_desc {
    font-family: helvetica,arial,sans-serif;
    font-size: 14px;
    color: #010101;
	-webkit-text-size-adjust: none;
	-webkit-link: #010101;
}

.copy {
    font-family: helvetica,arial,sans-serif;
    font-size: 12px;
    color: #010101;
	-webkit-text-size-adjust: none;
}

.header_rule {
    height: 1px;
    width: 430px;
}

.download_link {
	color: #FFFFFF;
}