html {
	height: 101%;
}
body {
	margin: 0px;
	padding: 0px;
	background: #000000 url(../_gfx/dsp_bckgrnd.jpg) no-repeat top center;
	background-attachment: fixed;
}
img {
	border: 0px;
}
p, h1, h2, h3, a, ul, li, div {	
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}
h1 {
	font-size: 16px;
	margin: 30px 0px 30px 0px;
	color: #FEFF31;
}
h2 {
	margin: 0px 0px 10px 0px;
}
h3 {
	color: #FEFF31;
}
p {
	margin: 0px 0px 20px 0px;
}
a.textlink {
	text-decoration: underline;
}

ul#nav {
	list-style-type: none;
}
ul#nav li { list-style-type: none; font-size: 12px; line-height: 14px; font-weight: bold; color: #ffffff; /* letter-spacing: 3px; */ }
ul#nav li a { font-size: 12px; font-weight: bold; color: #ffff33; line-height: 14px; text-decoration: none; letter-spacing: normal; }
ul#nav li a:hover { color: #ffffff; }

#logos ul { list-style-type: none; }
#logos ul li { list-style-type: none; display: inline; }
#copyright a { font-size: 11px; color: #666666; text-decoration: none; }

#page {
	width: 950px;
	margin: 40px auto;
	border: 1px solid #CCCC33;
	background-color: #000000;
}
#header {
	position: relative;
	height: 145px;
	background-position: 290px 25px;
	background-repeat: no-repeat;
}
#header_img {
	position: absolute;
	top: 0px; left: 0px;
}
#header_nav {
	position: absolute;
	top: 22px; right: 30px;
}
#header_link {
	position: absolute;
	top: 25px; left: 290px;
}
#content { }
.content_inner {
	padding: 0px 100px 0px 100px;
	overflow: auto;
	clear: both;
}
.content_inner_l {
	float: left;
	width: 220px;
}
.content_inner_r {
	float: right;
	width: 500px;
}
.line {
	margin: 0px 0px 20px 0px;
}
#footer {
	margin-left: 100px;
	overflow: auto;
	padding: 15px 0px 15px 0px;
}
#logos, #copyright, #pt { float: left; }
#logos ul li { padding: 0px 5px 0px 0px; }
#logos img.b { margin: 0px 0px 6px 0px; }
#copyright { margin: 10px 0px 0px 25px; color: #666666; font-size: 11px; }
#pt { margin: 8px 0px 0px 25px; }
#flash_container { text-align: center; padding: 20px 0px 20px 0px; }
