/* CSS Document */
#parent {
	width: 800px;
	height: 600px;
	border: 0px;
	margin: 0 auto;
	border-color:#000000;
	z-index:0;
	background-image:url(WebReady/DK_NewsletterBackgrnd.jpg);
	position:relative;
	overflow:inherit;
}


#header {
	width: 220px;
	height: 110px;
	margin-top: 0px;
	margin-left: 0px;
	position: absolute;
	}

#buttons {
	width: 575px;
	height: 15px;
	margin-top: 92px;
	margin-left: 225px;
	position: absolute;
	z-index: 3;
	}

#title {
	width: 343px;
	height: 30px;
	margin-top: 120px;
	margin-left: 10px;
	position: absolute;
	}
	
	
#subNav {
	width: 242px;
	height: 351px;
	margin-top: 145px;
	margin-left: 10px;
	position: absolute;
	}
	
#content {
	width: 435px;
	height: 350px;
	margin-top: 157px;
	margin-left: 290px;
	position: absolute;
	z-index: 2;
}


#footer {
	width: 800px;
	height: 38px;
	margin-top: 546px;
	margin-left: 0px;
	position: absolute;
	z-index: 4;
}


.TitleHeaders{
	font-family: Trebuchet MS;
	font-size: 20px;
	font-weight: bold;
	color: #C4C4C1;
}
.mainContentHeader{
	font-family: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	color: #496056;
}

.subContentHeader{
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	color: #496056;
}

	
	
.Content{
	font-family: Trebuchet MS;
	font-size: 11px;
	/*color: #4D4D4F;*/
	color:#000000;
	line-height: 15px;
}

.Copyright{
	font-family: Trebuchet MS;
	font-size: 10px;
	/*color: #4D4D4F;*/
	color:#000000;
	line-height: 16px;
}
