﻿* {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", Verdana, Arial, Courier;
	font-size: 12px;
}
html {

}
body {
	background: #222222;
	height: 100%;
}
#centerwrap {
	margin: 0 auto;
	text-align: center;
	height: 100%;
}
#container {
	text-align: left;
	margin: 0 auto;
	width: 978px;
	height: 100%;
}
#wrapper {
	float: left;
	width: 978px;
	height: 100%;
	background: #4d4d4d;
}
#header {
	background: url('/img/RDC_01.jpg');
	float: left;
	width: 978px;
	height: 118px;
}
#menu {
	background: url('/img/RDC_02.jpg');
	float: left;
	width: 978px;
	height: 24px;
}
#flashmovie {
	background: url('/img/RDC_03.jpg');
	float: left;
	width: 978px;
	height: 152px;
}
#titlebar {
	background: url('/img/RDC_04.jpg');
	float: left;
	width: 978px;
	height: 32px;
}
#content {
	background: url('/img/RDC_05.jpg');
	float: left;
	width: 978px;
	min-height: 393px;
	color: white;
}
#content a {
	color: #e21d31;
	font-weight: bold;
}
#text {
	float: left;
	padding-right: 10px;
	padding-left: 14px;
	width: 732px;
	min-height: 393px;
}
h1 {
	width: 97%;
	margin-left: -5px;
	padding-left: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #e21d31;
	color: white;
	font-size: 16px;
	height: 25px;
	font-weight: bold;
	margin-bottom: 13px;
}
#news h1 {
	padding-left: 5px;
	margin-left: 0px;
}
#news {
	float: right;
	padding-left: 4px;
	padding-right: 14px;
	width: 204px;
	height: 393px;
	background: url('/img/news.jpg') no-repeat;
}
#newstext{
	padding-left:5px;
}
#footer {
	background: url('/img/RDC_06.jpg');
	float: left;
	width: 978px;
	height: 74px;
}
#search
{
	float: right;
	padding: 0;
	margin: 0;
	margin-top: -2px;
}
.textbox {
	font-size: 10px;
	color: #000000;
	border: none;
	background: transparent url(/img/textbox.png);
	height: 18px;
	width: 113px;
	padding-left: 30px;
	padding-top: 3px;
}
.searchbutton {
	font-size: 10px;
	width: 20px;
	height: 22px;
	background: transparent url(/img/go.png);
	border: none;
	margin-right: 25px;
	margin-top: 3px;
}
#sitemaplink
{
	float: right;
	padding: 10px;
	padding-right:15px;
}
#sitemaplink a
{
	color:white;
}
#text img {
	margin:10px;
}
