@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: #111;
	color: #d3d3d3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

body * {
	font-size: 100%;
}

#container-page {
	margin: 0 auto;
	background: #111;
	text-align: left;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
}

#container-head {
	background: url(../images/layout/bg_wrapper_header.gif) repeat-x 0 0;
	height: 127px;
}

#container-content {
	padding: 0 2em 127px 2em;
}

#container-content:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#container-foot {
	width: 100%;
	background: url(../images/layout/bg_wrapper_footer.gif) repeat-x 0 0;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	height: 127px;
}

#foot {
	padding: 0 1em;
	line-height: 40px;
}

body {
	background: #111;
	color: #d3d3d3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

body * {
	font-size: 100%;
}

.clear {
	clear: both;
}

div.clear {
	font-size: 0;
	line-height: 0px;
}

.hidden {
	left: -999em;
	overflow: hidden;
	position: absolute;
	width: 0;
}

.invisible {
	visibility: hidden;
}

#content a {
	color: #a3d0ff;
	text-decoration: underline;
}

#content a:hover, #content a:focus {
	color: #b3d9ff;
	text-decoration: none;
}

a:visited {
}

a img {
	border: none;
}

#content h1 {
	font-size: 154%;
	font-weight: normal;
	margin-bottom: 0.8em;
}

#content h2 {
	font-size: 115.5%;
	font-weight: bold;
	margin-bottom: 0.9em;
}

p {
	margin-bottom: 1.28em;
}

#header {
	background: url(../images/layout/bg_header.gif) no-repeat 0 122px;
	margin: auto;
	padding: 0 17px;
	width: 850px;
}

#header_inner {
	background: url(../images/layout/bg_header_inner.gif) repeat 0 0;
	border-bottom: 5px solid #343434;
	height: 122px;
	overflow: hidden;
	position: relative;
}

#header_inner h1 {
	background: url(../images/logos/ddd_logo.png) no-repeat 0 0;
	left: 25px;
	height: 45px;
	overflow: hidden;
	padding-top: 42px;
	position: absolute;
	top: 25px;
	width: 250px;
}

#header_inner h2 {
	height: 85;
	overflow: hidden;
	padding-top: 20px;
	position: absolute;
	right: 25px;
	top: 36px;
	width: 150px;
}

#wrapper_content {
	margin: 25px auto;
	width: 800px;
}

#spry_nav {
	display: inline;
	float: left;
	margin-right: 25px;
	width: 148px;
}

#content {
	display: inline;
	float: left;
	font-size: 130.5%;
	margin-top: -7px;
	position: relative;
	width: 627px;
}

#footer {
	background: url(../images/layout/bg_header.gif) no-repeat 0 0px;
	margin: auto;
	padding: 0 17px;
	width: 850px;
}

#footer_inner {
	background: url(../images/layout/bg_header_inner.gif) repeat 0 0;
	border-top: 5px solid #343434;
	height: 122px;
	overflow: hidden;
	position: relative;
}

.small {
	font-size: 9px;
}

hr {
	background-color: #ffffff;
	color: #ffffff;
	height: 1px;
	border: none;
}