/* Body */
body {
	margin: 0 auto;
	padding-top: 20px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #2e2e2e;
	width: 950px;
}

/* Img */
a, img {
	padding: 0;
	margin: 0;
}

/* Header */
#header {
	background: #ffffff url(img/logo-up.gif) no-repeat 50px 0;
	height: 122px;
}

#header_bottom {
	background: #ffb901 url(img/logo-down.gif) no-repeat 50px 0;
	height: 62px;
}

#header_bottom_main {
background:transparent url(img/for-main-only.gif) no-repeat scroll 0%;
height:428px;
}

#header_bottom_main a.roadmap {
	position: absolute;
	border: 0;
	top:250px;
	right:40px;
	width:600px;
	height:300px;
}

/* Links */
ul#nav_links {
	position: absolute;
	margin-left: 580px;
	top: 104px;
	list-style-type: none;
}

ul#nav_links li {
	padding: 0;
	margin: 0 10px 0 0;
	display: inline;
	height: 22px;
	list-style-type: none;
}

/* Main */
#page {
	background-color: #ffb901; 
}

#main {
	margin-top: -20px;
	padding-bottom: 20px;
	background-color: #ffb901; 
}

.card {
	float: left;
	width: 385px;
	height: 400px;
}

.content {
	float: left;
	background-color: #ffb901;
	width: 540px;
}

.clear {
	clear: both;
}

/* Sponsor */
#sponsor {
	background: #fcec7b;
}

/* Footer */
#footer {
	background: #0f0f0f url(img/disclaimer-1.gif) no-repeat 50px 0;
	height: 34px;
}

/* CSS Document */

.tdheader
{ 	background-repeat:no-repeat;
	background-image:url(img/logo-up.gif);
	height: 122px;
	width: 506px;
}

.tdbottomheader
{	background-image:url(img/logo-down.gif);
	background-repeat:no-repeat;
	background-position:left;
	width: 506px;
	height:42px;
}

.tdcard
{	background-image:url(img/card-main-left-1.gif);
	background-repeat:no-repeat;
	background-position:left;
	width: 285px;
	height: 345px;
}

.td
{	background-image:url(img/1-inch.gif);
	background-repeat:repeat;
}

.tdtext
{	font-size:12px;
	padding-right: 20px;
	text-align: justify;
}

img
{
	border: 0px;
}

