body {
	background: #070707 url(../images/dp_home_02.jpg) repeat-x 0px 0px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
}
h1 {
	color: #666666;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: 0em;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 20px;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #AFAA45;
}


#wrap {
	padding: 22px 20px 20px;
	width: 730px;
	text-align: justify;
}
#header {
	background: url(../images/dp_home_16.jpg) no-repeat 300px 130px;
	position: relative;
	height: 180px;
}
#header .logo {
	position: absolute;
	left: 10px;
	top: 0px;
}

#header .logoname {
	position: absolute;
	left: 200px;
	top: 10px;
}
#menu {
	position: absolute;
	left: 200px;
	top: 73px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0em;
	word-spacing: 0em;
}
#menu ul li {
	margin: 0px 22px 0px 0px;
	padding: 0px;
	float: left;
}
#menu li a {
	color: #3F3F3F;
	text-decoration: none;
	font-size: 13px;
	background: url(../images/dp_home_11.jpg) no-repeat 2px 1px;
	display: block;
	border-bottom: 5px solid #AFAA45;
	padding-bottom: 4px;
	padding-left: 15px;
	padding-right: 5px;
}
#menu li a:hover {
	background: url(../images/dp_home_12.jpg) no-repeat left top;
	color: #000000;
}
#content {
	margin-top: 20px;
	margin-bottom: 20px;
}
#content #leftimage {
	float: left;
	width: 200px;
	border: 1px solid #AFAA45;
}
#content #main {
	margin-left: 220px;
}



#footer {
	border-top: 1px solid #AFAA45;
	text-align: center;
	font-size: 11px;
	letter-spacing: 0em;
	word-spacing: 0em;
	clear: left;
}
#footer p {
	margin: 3px;
}
#footer .top {
	margin-bottom: 10px;
	margin-top: 10px;
}
