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


#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;
	}
	
	
#mainContent {
	width: 800px;
	height: 515
	1px;
	margin-top: 120px;
	margin-left: 9px;
	position: absolute;
}


#subCont1 {
	width: 252px;
	height: 200px;
	margin-top: 320px;
	margin-left: 9px;
	position: absolute;
}

#subCont2 {
	width: 252px;
	height: 200px;
	margin-top: 320px;
	margin-left: 273px;
	position: absolute;
}


#subCont3 {
	width: 252px;
	height: 200px;
	margin-top: 320px;
	margin-left: 537px;
	position: absolute;
}

#footer {
	width: 800px;
	height: 38px;
	margin-top: 641px;
	margin-left: 0px;
	position: absolute;
}

.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;
}

.right_border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C4C4C1;
}
	