body{
	margin: 0;
	padding: 0;
	background: #91BC3B;
	font: 13px arial, sans-serif;
	line-height: 16px;
	color: #222;
}

div#page{
	width: 718px;
	margin: 0 auto 0 auto;
	background-color: #FFFFE6;
	background-image: url("images/page.gif");
	background-repeat: repeat-y;
	
}

div#top{
	clear: both;
	width: 718px;
	height: 141px;
	margin: 0;
	padding: 0;
	background: url("images/header.gif");
	background-repeat: no-repeat;
}

div#menu{
	float: left;
	width: 120px;
	margin: 0;
	padding: 0 8px 15px 8px;
}

#menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
	display: block;
	padding: 15px 0 0 0;
	color: #000;
}

div#menu p{
	font-size: 12px;
}

/*Content*/
div#content{
	position: relative;
	float: right;
	width: 542px;
	margin: 0;
	padding: 15px 20px 15px 20px;
	background: url("images/content.gif");
	background-repeat: repeat-x;
}

h1{
	margin: 0;
	font: bold 26px "trebuchet ms", sans-serif;
	text-transform: uppercase;
}

h1:first-letter{
	font-size: 30px;
}

h2{
	margin: 15px 0 0 0;
	font: bold 20px "trebuchet ms", sans-serif;
}

h3{
	font: bold 15px arial, sans-serif;
}

p{
	margin: 15px 0 0 0;
	line-height: 17px;
}

fieldset{
	margin: 15px 0 0 0;
	border: 0;
	padding: 0;
}

table{
	font-size: 13px;
}

img{
	border: 0;
}

img.highlight{
	float: left;
	margin: 15px 20px 55px 0;
}

a:link, a:visited, a:active {
	color: #3F6024;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear{
	clear: both;
}

.center{
	text-align: center;
}

/*Home*/
img#home{
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 0 20px 0;
}

img#homeEmu{
	float: left;
	margin: -15px 15px 20px -20px;
}

p.home{
	margin-right: 150px;
}

div.homeLogo{
	width: 110px;
	float: left;
	margin: 15px 0 0 0;
	text-align: center;
	font-weight: bold;
}

.center {
	margin: 0 auto;
	width: 100%;
}

.homeLogo {
	display: inline-block;
	margin: 10px;
}

.homeLogo img {
	display: block;
	margin: 0 auto;
}

h2.gift a {
	color: red;
	font-size: 16px;
}

h2.gift a:hover {
	text-decoration: underline;
}

p#freeShipping{
	clear: both;
	padding: 0 0 0 0;
	font: bold 17px arial, sans-serif;
	text-transform: uppercase;
	color: #BA0000;
	text-align: center;
}

p#moneyBack{
	clear: both;
	margin: 5px 0 50px 0;
	font: bold italic 13px arial, sans-serif;
	color: #3F6024;
	text-align: center;

}

/*Footers*/
.siteby:link, .siteby:visited, .siteby:hover, .siteby:active{
	font-weight: normal;
	color: #222;
}

p.copyright{
	clear: both;
	margin: 10px -20px 0 -20px;
	font-size: 9px;
	text-align: center;
}
