@charset "UTF-8";
body  {
	background: #b6b3a2;
	margin: 0;
	padding: 0;
	text-align: center;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #bebebe;
}

h2 {
	margin: 0;
}

h3 {
	margin-right: 0px;
	margin-left: 40px;
	padding-top: 20px;
}

* html h3 {padding-top: 20px; }

#container { 
	width: 925px;
	margin: 0 auto;
	text-align: left;
} 

#header {
	position: relative;
	width: 925px; 
	height: 74px;
	background: #b6b3a2;
} 

#header h1 {
	margin: 0;
	padding: 0px 0;
}

#wrapper {
	position: relative;
	width: 925px;
	height: 555px;
	margin: 0;
	background: #b6b3a2;
}

#sidebar1 {
	float: left;
	width: 280px;
	height: 555px;
	margin: 0;
	padding-top: 50px;
	text-align: right;
}

* html #sidebar1 { margin-right: -3px; } /* IE kludge */

#nav2 {
	width: 108px;
	height: 86px;
	margin: 30px 0 0 202px;
}

#badge {
	position: absolute;
	top: 440px;
	left: 800px;
}

#nav {
	margin-right: 40px;
	display: inline; /* this is required for alignment in FireFox and Opera, but it doesn't work with Safari */
	display: inline-table; /* this more specific instruction is required for Safari to properly handle in-line table alignment */
	text-align: right;
}

#mainContent { 
	width: 925px;
	height: 555px;
	background-image: url(images/dgd_index_im.png);
	background-repeat: no-repeat;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	margin: 0 0 0 0px;
	padding: 0;
} 

* html #mainContent { margin-left: 0; } /* another IE kludge */

#footer { 
	margin-top: 2px;
	padding-right: 74px;
	text-align: right; 
} 

#footer p {
	margin: 0;
	padding: 10px 0;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #616055;
	text-align: right;
}

.menu_text {
	margin-right: 0px;
	margin-left: 40px;
	padding-left: 10px;
}

.menu_ital_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #bebebe;
}
