/* A container should group all your columns. */
#container {
  width: 750px;
  margin: 0 auto;
}


/* Columns
-------------------------------------------------------------- */

/* Use this class together with the .span-x classes
   to create any composition of columns in a layout. */
#menu {
	float: left;
	display: block;
	width: 145px;
}
.column {
	float: left;
	margin-right: 15px;
	width: 225px;
	margin-bottom: 20px;
}
.columnbreed {
	float: left;
	margin-right: 15px;
	width: 465px;
	margin-bottom: 20px;
}
#rightcolumn {
float: left;
	width: 115px;
margin-bottom: 20px;
}
#footer {
clear:both;
width: 748px;
margin: 0 auto;
text-align: center;
background-color: #fff;
border-top: 1px solid #477725;
padding-top: 10px;}
