* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 0.65em;
	background-color: #272D27;
	color: #ffffff;
	font-family: "Century Gothic", Sans-Serif;
}

img {
	border: 0;	
}

#page_container {
	margin: 85px auto 32px auto;
	width: 1000px;
	height: 500px;
	background: #3A3938 url('../images/dd_gray_side.jpg') no-repeat bottom right;
}

#footer {
	margin: 0 auto;
	width: 1000px;
	height: 20px;
	clear: both;
}

#footer p.flashlink {
	float: left;
	width: 66%;
}

#footer a {
	color: #cccccc;
	font-weight: normal;
	text-decoration: none;
}

#footer p.stock {
	color: #999999;
	font-weight: normal;
	font-size: 0.7em;
}

#footer p.contact {
	float: left;
}


#footer em {
	font-size: 1.35em;
}	

#footer a:hover {
	color: #ffffff !important;
}

#content_left {
	float: left;
	height: 500px;
}

#content_left a {
	color: #c1d62f;
	font-weight: normal;
	text-decoration: none;
}

#content_left a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#content_left h2 {
	padding: 0 20px;
	line-height: 2em;
	font-size: 1.3em;
	margin-top: 20px;
	margin-bottom: 6px;
	font-weight: normal;
}

#content_left p {
	padding: 0 20px;
	line-height: 1.4em;
	margin-bottom: 14px;
	text-align: justify;
	font-size: 1.1em;
}

#content_left em {
	font-size: 1.35em;
}	

#content_right {
	float: left;
	height: 500px;
}

#content_right h1 {
	padding: 20px 20px;
	line-height: 0.5em;
	font-size: 1.15em;
	text-align: center;
	color: #3A3938;
	background-color: #c1d62f;
}

#nav_right {
	float: left;
	height: 500px;
	width: 90px;
	background-color: #c1d62f;
	/**filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;**/
}

img.dd_title {
	margin-top: 20px;	
}

img.dd_logo {
	margin-left: 10px;
	margin-top: 10px;	
}

ul#navigation {
	list-style-type: none;
	margin-top: 105px;
	margin-left: 10px;
}

ul#navigation li {
	margin-bottom: 8px;
}

ul#navigation a {
	text-decoration: none;
	font-weight: bold;
}

ul#navigation a {
	color: #3A3938;
}

ul#navigation a:hover {
	color: #ffffff;
	font-weight: normal;
}
