body{
	background-color: #E3D5B8;
	font-family: arial, times;
	/*background-image: url(images/Unknown.jpeg); 
	background-repeat: no-repeat;
	background-attachment:fixed;*/
}
.header {
	background-color: #535552;
	height:56px;
	width:100%;
}
.header span {
	float:right;
	padding-top:5px;
	padding-right:50px;
	color:white;
	font-size:20px;
}
#bar {
	background-image: url(images/catspacer.gif);
	height:30px;
}
#left {
	position:absolute;
	left:10px;
	padding-right:20px;
	background-image: url(images/line.jpg);
}
#left h2 {
	padding-left:10px;
	color:#392110;
	line-height:.2;
}
#left hr {
	border: 1px solid #392110;
}
#left a {
	font-size:12px;
	color:#392110;
	text-decoration:none;
	padding-left:15px;
}
#left a:hover {
	text-decoration:underline;
}
#left p {
	line-height:.2;
}
#content {
	position:absolute;
	left:330px;
}
#center {
	float:left;
	width:600px;
}
#content p{
	text-align:justify;
}
#right {
	position:absolute;
	left:600px;
	padding:20px;
	width:100px;
	font-size:12px;
}
#about {

}