body {
	min-width: 760px;
	background: #554340;
	text-align: center;
}

div#wrapper {
	margin-top: 30px;
	width: 900px;
	background-repeat: no-repeat;
	background-color: #452926;
	background-image: url(images/cam.gif);
	background-position: right bottom;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
		
}

html>body div#wrapper {
	min-height: 600px;

}

div#logo {
	float: right;
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-top: 45px;
	font-family: Calibri, Arial, "Trebuchet MS";
	color: #998C84;
	font-size: 10pt;
	line-height: 16px;
	font-weight: normal;
	width: 189px;
	text-align: left;
}

html>body div#logo {
	min-height: 394px;
}

h2 {
	color: #C30;
	font-size: 14px;
	font-weight: bold;
	line-height: 0px;
	padding-top: 15px;
}

b {
		color: #ffffff;
		font-weight: bold;
}

div#footer {
	width: 900px;
	clear: both;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
	letter-spacing: 1.1pt;
	text-align: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
}

div#footer A {
		color: #ffffff;
		font-weight: normal;
		text-decoration: none;
		text-transform: uppercase;
}

div#footer a:hover {
		text-decoration: underline;
}


div#content a {
	color: #998c84;
	text-decoration: none;
	font-weight: bold;
}

div#content a:hover {
		text-decoration: underline;
}


h1 {
	color: #CC3300;
	font-weight: bold;
	font-size: 24px;
}
div#content {
	text-align: left;
	width: 600px;
	font-family: Calibri, Arial, "Trebuchet MS";
	font-size: 10pt;
	color: #ffffff;
	line-height: 16px;
	letter-spacing: 0.25px;
	padding-left: 48px;
	padding-top: 30px;
}

html>body div#content {
		min-height: 500px;
		height: 100%;
}

div#topbar {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: right;
	letter-spacing: 0.75pt;
	background-image: url(images/dsd-logo.gif);
	background-repeat: no-repeat;
	color: #FFF;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-bottom-width: 1px;
	height: 35px;
	padding-top: 120px;
	padding-right: 10px;
}

div#menu {
	width: 900px;
	float: right;
}

div#menu A {
	width: 120px;
	position: relative;
	top: -15px;
	z-index: 50;
	float: left;
	border: 1px solid #ffffff;
	height: 22px;
	background: #998c84 url('images/arrow.gif');
	background-position: center left;
	background-repeat: no-repeat;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 14px;
	text-decoration: none;
	padding-right: 10px;
	padding-top: 5px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}

div#menu a:hover {
		background: #423433 url('images/arrow.gif');
		background-position: center left;
		background-repeat: no-repeat;
		color: #bbc6b6;
}
a:link {
	color: #cc3300;
}

