/* CSS Document */
body {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color:#000000;
	background-image:url(../images/dcg_main_bg.jpg);
	background-repeat:repeat-x;
}
a {
	color: #eeb300;
	font-weight:bold;
	text-decoration: underline;
}
a:hover {
	color: #666666;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 25px;
	color: #000000;
	font-weight: bold;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
h3 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
em {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #EFB400;
	font-weight: lighter;
	text-transform: uppercase;
	font-style: normal;
}
strong {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #00000;
	font-weight: bold;
	font-style: normal;
}
.bottomlinks a {
	color:#ffffff;
	font-weight:normal;
	font-size:9px;
	text-decoration: none;
}
.bottomlinks a:hover {
	color: #666666;
	text-decoration:underline;
}

.main_container {
	background-color:#FFFFFF;
	border:double 3px #000000;
	margin:0 auto;
	width:826px;
	min-height:532px;
	height: expression( this.scrollHeight < 533 ? "532px" : "auto" );
	padding:10px;
}
.shadow {
	background-image:url(../images/dcg_main_shadow.jpg);
	background-repeat:no-repeat;
	width:6px;
	height:554px;
	position:relative;
	float:left;
	left:839px;
	top:-5px;
}

.top_left {
	width:230px;
}
.top_right {
	float:right;
	width:593px;
	height:0px;
}

#flashtop {
	position:absolute;
	z-index:2;
	visibility: visible;
	height: 325px;
}
.logo {
	background-image:url(../images/dcg_logo.gif);
	background-repeat:no-repeat;
	height:117px;
	padding-bottom:10px;
	padding-top: -20px;
}
.button {
	padding-bottom:1px;
}
.top_half {
	padding-bottom:10px;
}
.bottom_half {
	background-color:#e2e2e2;
	border:double 3px #000000;
	min-height:204px;
	height: expression( this.scrollHeight < 205 ? "204px" : "auto" );
}

.content_area {
	padding:5px 75px 20px;
}
.titles {
	background-color:#2e282a;
	background-image:url(../images/titles/home.gif);
	background-repeat:no-repeat;
	height:26px;
}
.whitetext {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
