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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: normal;
}
a {
	color: #FFFFFF;
}
h1 {
	font-size: 175%;
	color: #C0C0C0;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h2 {
	font-size: 150%;
	color: #C0C0C0;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h3 {
	font-size: 125%;
	color: #C0C0C0;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


#Header {
	background-image: url(../images/DCW_HeaderBack.jpg);
	float: left;
	height: 33px;
	width: 880px;
	font-weight: bold;
	padding-top: 80px;
	text-align: right;
	padding-right: 20px;
	padding-left: 20px;
}
#PictureArea {
	float: left;
	width: 900px;
	font-weight: bold;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
#NavBar {
	float: left;
	height: 60px;
	width: 920px;
	background-image: url(../images/DCW-Nav-Back.jpg);
	background-repeat: repeat-x;
}
#NavLeft {
	background-image: url(../images/DCW-Nav-Left.jpg);
	float: left;
	height: 60px;
	width: 20px;
}
#NavRight {
	background-image: url(../images/DCW-Nav-Right.jpg);
	float: right;
	height: 60px;
	width: 20px;
}
#ManNavBox {
	float: left;
	height: 40px;
	width: 880px;
	padding-top: 20px;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
}
#MainContent {
	float: left;
	width: 560px;
	padding-right: 20px;
	padding-left: 20px;
}
#RightBox {
	float: right;
	width: 320px;
	background-image: url(../images/DCW-Side-Back.jpg);
}
.clearDiv {
	clear: both;
	float: left;
	height: 5px;
	width: 920px;
}

#Wrapper {
	width: 920px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#RightBoxFooter {
	background-image: url(../images/DCW-Side-Base.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 30px;
}
#RightBoxHeader {
	background-image: url(../images/DCW-Side-Top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 75%;
}
#Footer {
	float: left;
	width: 880px;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	font-size: 14px;
}
