body {
	margin: 0px;
	padding: 0px;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #E6FFE6;
	background: url("http://www.shamansvine.com/images/shoppingcartbackground.jpg");
	background-repeat: no-repeat;
}
#wrap {
	margin: 0 0;
	padding: 0px;
	max-width: 1200px;
	min-width: 600px:
}

h1 {
	text-align: center;
	letter-spacing: 1px;
	font-size: 1.4em;
}

h2 {
	letter-spacing: .75px;
	font-size: 1.2em;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: "Times New Roman", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p, dl, blockquote {
	list-style: none;
}

ul {
	list-style: none;
}

a {
	color: #E6FFE6;
}

a:hover {
	text-decoration: underline;
  	color: #E6FFE6;
}

/*Header*/
#header {
  background: url("http://www.shamansvine.com/images/poweranimalheader.jpg");
  background-repeat: no-repeat;
}
<!--menu across the top -->

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 0px 10px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: right;
	width: 75px;
	height: 35px;
	margin: 167px 0px 10px 2px;
	padding: 5px 0 0 0;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0px;
	font-size: .85em;
	font-weight: bold;
	color: #E6FFE6;
	border-left: 1px solid #E6FFE6;
}

#menu a:hover {
	text-decoration: underline;
  	color: #E6FFE6;
}

/* Content */
#content {
  padding: 15px;
}
#colOne {
	float: left;
	width: 18%;
	padding: 40px 5px 10px 0px;
	font-weight: bold;
  	text-align: center;
	color: #E6FFE6;
}

#colTwo {
	float: left;
	width: 58%;
	padding: 1em 1em 1em 1em;
  	background: #e6ffe6;
	color: #00842B;
}

#colTwo h1 {
	font-size: 1.5em;
}

#colTwolarge {
	float: left;
	width: 78%;
	padding: 1em 1em 1em 1em;
  	background: #e6ffe6;
	color: #00842B;
}

#colThree {
	float: right;
	width: 18%;
	padding: 30px 5px 10px 0px;
	font-weight: bold;
	text-align: left;
}



/* Search */

#searchform {
	padding: 0px 10px 5px 0;
	text-align: right;
}

#searchform br {
	display: none;
}

#searchform input {
	color: #00842B;
	margin-bottom: 5px;
}

#searchform #s {
	width: 150px;
}

/* Footer */

#footer {
	border: 1px green;
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
}

#footer p {
	margin: 0;
	text-align: center;
}