body { background-image: url(catsbackground.jpg);
	background-attachment:fixed;
	font-family: arial;
}

#container {margin: 0 auto;
	width: 800px;
}

img {border: 0 }

#header {border: 3px solid #996633;
	border-bottom: 0px;
	height: 215px;
}

#navbar {text-align: center;
	background-color: #ffffff;
	border: 3px solid #996633;
	padding: 10px;
}

.table { text-align: center;
	background-color: #ffffff;
	border: 3px solid #996633;
	border-top: 0px;
	padding: 10px;
}

#leftcolumn{float: left;
	width: 300px;
	background-color:#ffffff;
	border: 3px solid #996633;
	border-top: 0px;
	height: 610px;
	text-align: center;
}

#number{padding-bottom: 10px;
	border-bottom: 3px solid #996633;
}

#gear {padding-bottom: 10px;
	padding-top: 15px;
	border-bottom: 3px solid #996633;
	border-top: 3px solid #996633;
}

#donate {height: 115px;
}

#rightcolumn{float: right;
	width: 491px;
	height: 610px;
	color: #ffffff;
	background-color:#000000;
	border: 3px solid #996633;
	border-top: 0px;
	border-left: 0px;
	text-align: center; 
}

#list {background-color:#ffffff;
	border: 3px solid #996633;
	font-size: 1.25em; 
}


#rightcolumn2{float: right;
	width: 491px;
	height: 610px;
	background-color:#ffffff;
	border: 3px solid #996633;
	border-top: 0px;
	border-left: 0px;
	text-align: center; 
}

#wishlist{padding-bottom: 10px;
	padding-top: 10px;
	border-top: 3px solid #996633;
}


#thanks {border: 3px solid #996633;
	background-color: #ffffff;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}