html, body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:14px;
	background-color:#CCCCCC;
	
}

A:link {text-decoration: none; color:#f28d1e}
A:visited {text-decoration: none; color:#f28d1e}
A:active {text-decoration: none; color:#f28d1e}


#wrapper {
	width: 854px;
	background-image:url(../images/background.gif);
	
}

#head {
	height: 143px;
	width: 820px;
	margin: 0;
}

#nav {
	
	height: 30px;
	background-image: url("../images/navbck.gif");
	width:820px;

}

#headline {
	
	height: 100%;
	width:750px;
	padding-top:20px;
	padding-left:50px;
	padding-right:50px

}

#content {
	height: 100%;
	width:820px;

}

#col1 {
	width:595px;
	margin: 0 100px 20px 10px;
	padding-left:25px

}

#paragraph {
	width:750px;
	margin: 0 100px 20px 10px;
	padding-left:25px

}

#col2 {
	width:225px;
	margin: 0 5px 0 10px;
	float: right;
	clear: right;
	padding-right:35px
}

#kitty {
	
	height: 285px;
	background-image: url("../images/kittybck.gif");
	width:800px;
	background-repeat:no-repeat;
	text-align:left
}

#kittycol1 {
	width:220px;
	margin-left:5px;
	float: left;
	clear: left;
	z-index:auto
}

#kittycol2 {
	width:220px;
	margin: 10px auto 0 auto;

}

#kittycol3 {
	width:220px;
	margin: 20px 10px 100px 0;
	float: right;
	clear: right;
	text-align:left
	
}


#bottom {
	height: 30px;
	
	

}