@import url("site_style.css");
/* CSS Document */
#parent {
	width: 800px;
	height: 600px;
	border: 0px;
	margin: 0 auto;
	border-color: #000000;
	background-image:url(WebReady/DK_background.jpg);
	position:relative;
	z-index:0;
	overflow:inherit;
}
#header {
	width: 220px;
	height: 110px;
	margin-top: 0px;
	margin-left: 0px;
	position: absolute;
}
#mainContent {
	width: 779px;
	height: 164px;
	margin-top: 118px;
	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: 50px;
	margin-top: 556px;
	margin-left: 0px;
	position: absolute;
	
}
/*this tag is for the navigation buttons on the home page these tags are embeded in "maincontent"*/
#back_pain_navigation_parent {
	margin-top:0px;
	width:auto;
	height:auto;
	margin-left:8px;
	padding-top:20px;
	position:absolute;
}
#back_pain_navigation_parent_bottom {
	margin-top:40px;
	margin-left:118px;
	width:auto;
	height:auto;
	margin-left:0px;
	padding-top:20px;
	position:absolute;
}

#back_pain_navigation_buttons {
	width:auto;
	height:auto;
	float:left;
	padding-right:2px;
}
/*End navigation tags and begin font tags*/
.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;
}
.mainContentHeader_homepage{
	font-family: Trebuchet MS;
	font-size: 18px;
	font-weight: bold;
	color: #496056;
}

.subContentHeader{
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	color: #496056;
}
.subContentHeader a:link {
	color: #496056;
}
.subContentHeader a:visited {
	color: #496056;
}
.subContentHeader a:hover {
	color: #496056;
}
.subContentHeader a:active {
	color: #496056;
}
.Content{
	font-family: Trebuchet MS;
	font-size: 11px;
	/*color: #4D4D4F;*/
	color:#000000;
	line-height: 19px;
}
.Copyright{
	font-family: Trebuchet MS;
	font-size: 10px;
	/*color: #4D4D4F;*/
	color:#000000;
	line-height: 16px;
}