/* CSS Document */

div#main {
height:660px;}

.greenground {
background-color:#96a84d;
}

.yellowground {
background-color:#ffea9a;
}
.orangeground {
background-color:#c26c29;
}

DIV#greenheader {
background-color:#96a84d;
background:url(../images/lifeafterk1024.gif);
background-repeat:no-repeat;
width: 1024px;
height: 96px;
left:0;

}
DIV#center {
	width: 1024px;
	height:466px; 
	background-color:#FFFFFF;
	background:url(../images/intro.gif);
	background-repeat: no-repeat;
	background-position: 150 0;
}
DIV#content{

background-color:#ffea9a;
margin-left:398px;
width: 457px;
height:424px;
margin-top:0px;
margin-bottom:0px;
}
DIV#person1 {padding-top:22px;padding-bottom:10px}

DIV#person1,DIV#person2,DIV#person3{width:403px; height:130px; padding-left:22px;   font-size:12px; }
DIV#person1 img,DIV#person2 img,DIV#person3 img{
	width:110px;
	height:110px;
	border:#FFFFFF solid 5px;
	float: left;  
	margin-right:22px;
}
DIV#person1 a,DIV#person2 a ,DIV#person3 a{text-decoration:none;}
DIV#person1 .title,DIV#person2 .title,DIV#person3 .title{ color:#c26c29; font-weight:bold; font-size:14px; line-height:150%; text-decoration:none;}

DIV#orangefooter {
background:url(../images/orangefooter1024.gif);
width: 1024px;
height: 42px;
top:424px;
}
DIV#center>DIV#orangefooter {
top:445px;
}
DIV#person1:hover,DIV#person2:hover,DIV#person3:hover {
	background-color:#FFF0B7;
}
DIV#pagefooter {
}


