* {
	margin: 0; padding: 0; border: 0;
}
body {
	background: #000000;
}
#container {
	width: 980px;
	margin: 0 auto;
}
#header {
	height: 320px;
	background: url(/images/tdp_header.jpg) repeat-x;
}
#footer {
	background: url(/images/bottom.jpg) no-repeat;
	height: 84px;
	clear: both;
	margin-top: 20px;
	padding-left: 78px;
}
#content {
	width: 712px;
	float: left;
}
#content_header {
	height: 113px;
	width: 712px;
	background: url(/images/main_textarea_01.jpg) no-repeat;
	float: left;
}
#content_body {
	width: 712px;
	background: url(/images/main_textarea_02.jpg) repeat-y;
	float: left;
}
#content_footer {
	height: 123px;
	width: 712px;
	background: url(/images/main_textarea_03.jpg) no-repeat;
	float: left;
}
#navigation {
	width: 268px;
	padding-top: 50px;
	float: left;
}
#navigation_header {
	width: 268px;
	height: 36px;
	background: url(/images/small_menu_01.jpg) no-repeat;
	float: left;
}
#navigation_body {
	width: 268px;
	background: url(/images/small_menu_02.jpg) repeat-y;
	float: left;
}
#navigation_footer {
	width: 268px;
	height: 38px;
	background: url(/images/small_menu_03.jpg) no-repeat;
	float: left;
}
#fieldspace {
	width: 268px;
	float:left;
	padding-top: 40px;
	padding-left:10px;
}
h1 {
	color: #000000;
	font-family: Century Gothic, Arial;
	font-size: 36px;
	font-weight: bold;
	padding-left: 78px;
	padding-right: 62px;
}
h2 {
	color: #000000;
	font-family: Century Gothic, Arial;
	font-size: 14px;
	padding-top: 18px;
	padding-left: 78px;
	padding-right: 62px;
}
h3 {
	color: #000000;
	font-family: Century Gothic, Arial;
	font-size: 18px;
	font-weight: bold;
	padding-left: 78px;
	padding-right: 62px;
}
h4 {
	color: #000000;
	font-family: Century Gothic, Arial;
	font-size: 14px;
	padding-top: 18px;
	padding-left: 65px;
	padding-right: 25px;
}
h5 {
	color: #000000;
	font-family: Century Gothic, Arial;
	font-weight: bold;
	padding-left: 50px;
	padding-right: 25px;
}
h6 {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	padding-left: 100px;
	padding-right: 62px;
}
p {
	font-family: Century Gothic, Arial;
	font-size: 12px
	font-weight: normal;
	color: #000000;
	padding-left: 78px;
	padding-right: 62px;
}
code {
	color: #000066;
}
a:link {color: #330066}     /* unvisited link */
a:visited {color: #0099ff}  /* visited link */
a:hover {color: #ffffff}   /* mouse over link */
a:active {color: #5c1067}   /* selected link */ 