/* Katkins Style */

body {
	background-color: #D8DAE2;	
}

#kattop {
	background-image:url(images/profilepage/katkins-top.gif);
	background-repeat: repeat-x;
	top: 20px;
	left: 45px;
	z-index: 6;
	height: 33px;
	width: 100%;
	position: absolute;
	
}
#katside {
	background-image:url(images/profilepage/katkins-side.gif);
	background-repeat: repeat-y;
	top: 45px;
	left: 25px;
	z-index: 7;
	width: 33px;
	height: 1249px;
	position: absolute;
		
}

/************** feature styles *****************/

#feature{
	font-size: 14px;
	font-family: "Century Gothic", Garamond, Tahoma;
	color: #000000;
	/*padding: 5px 10px 10px 10px;
	height: 200px;
	border: 1px double #333333;*/
}
html>body .feature {height: auto;}

.feature h3{
	font-family: "Monotype Corsiva"; 
	font-size: 24px; color: #000000;
	color: #000000;
	padding: 10px 0px 5px 0px;
}

#feature img{
	float: right;
	border: 1px solid #336600;
	/*padding: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;*/
}

