*{
	margin: 10px;
	padding: 0px;
}

h1{
	font: bold 50px Helvetica;
}

header, section, footer, nav{
	display:block;
}

#wrapper{
	border: 7px solid black;
	width:1000px;
	margin: 20px auto;
	text-align: center;
}

#top_header{
	background:gray;
	border: 7px solid black;
	padding: 20px;
	font: normal 14px Helvetica;
}

#top_menu{
	border: 7px solid black;
	background:gray;
	color:blue;
}

#top_menu li{
	display:inline-block;
	list-style:none;	
}

#the_footer{
	clear:both;
	text-align:center;
	border-top: 1px solid black;
}

#description{
	font: normal 20px Helvetica;
	width:400px;
	margin: 20px 0px;
	padding: 30px;
	float:right;
}

#description2{
	font: normal 20px Helvetica;
	width: 400px;
	margin: 20px 0px;
	padding: 30px;
	float: right;
}

#submit{
	float: center;
}

.catPic {
	float:left;
	margin: 20px 150px;
	padding 30px;
}

.align-right { float:right; margin: 0 0 15px 15px; }
.align-left { float:left; margin: 0 15px 15px 0; }
