* { margin: 0; padding: 0; outline: 0; list-style: none; border: 0; }
			
body,html {
	min-width: 824px; background: url(images/background.gif) repeat left top;
    
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 12px;
    color: #555555;
    margin: 0 auto;
}
a, a:hover, a:visited, a:active {
    text-decoration: none;
}
img {
    border: none;
}			
h2 {
    text-shadow: 1px 1px 1px white;
    color: #333333;
    
    display: block;
	font-size: 1.5em;
	font-weight: bold;
	position: relative;
	top: 60px;
    
}
p {
	position: relative;

	margin-top: 75px;
	margin-right: 50px;
	font-size: 13px;
}
p#learn {
	margin-top: 25px;
}			
#page { 
	width: 822px; 
	margin: 35px auto; 
	background-color: #F1F1F1; 
	box-shadow:0px 0px 41px #000;
	-webkit-box-shadow:0px 0px 41px #000;
	-moz-box-shadow:0px 0px 41px #000;
}
#logo {  }

.divider {
	margin: 0 auto;
	text-align: center;
}
.item {
	margin: 50px 50px 50px 50px;
	height: 300px;
}
.largeitem {
	margin: 50px 50px 50px 50px;
	height: 600px;
}
.image {
	margin: 2em 3em 2em;
	float:left;
	z-index: 1;
}
.imagealt {
	margin: 2em 0em 2em 3em;
	float:right;
	z-index: 1;
}
.imagecenter {
	text-align: center;
	z-index: 1;
}
.imagebottom {
	margin-top: 30px;
	text-align: center;
	z-index: 1;
}
.itemtext {
	margin-left: 40px;
}


#menu {
	position:relative;
	top: -45px;
	right: 60px;
	float: right;
}

ul#nav {
	list-style: none;
}

ul#nav li {
	display: inline;
}

ul#nav li a {
	float: left;
	color: #07320B;
	font-size: 17px;
	text-shadow: 1px 1px 2px #8CE373;
	line-height: 35px;
	

	
	text-decoration: none;
	margin: 0;
	padding: 0 20px;
}

ul#nav .current a, ul#nav li:hover > a  {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.3)));
	text-decoration: none;
}

a {
	text-decoration: none;
	color: #003366;
}

.emailtext {
	font-size: 17px;
}
.emailbox {
	margin-left: 13px;
	width: 140px;
	font-size: 17px;
	border: 1px solid #333333;
}
.gobutton {
	margin-left: 5px;
	color: #003366;
	font-size: 17px;
	background:transparent;
	cursor: pointer;
}
.paypal-buynow {

	position: relative;
	top: -30px;
	right: -30px;
}


