html {
	margin: 0px;
	padding: 0px;
	background-color: #8bb29b;
	}
	
body {
	font-family: "helvetica neue", helvetica, verdana, arial, sans-serif;
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
	}
	
a, a:visited, a:active {
	color: #688f7c;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	color: #366;
	}
	
p {
	font-size: 1.2em;
	line-height: 1.6em;
	}
	
h2 {
	font-size: 1.8em;
	color: #8bb29b;
	font-weight: bold;
	padding: 0px;
	}

h2.description {
	color: #366;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.5em;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
h3 {
	font-size: 1.6em;
	color: #8bb29b;
	font-weight: bold;
	padding: 15px 0px 0px 0px;
	}
	
#wrapper {
	background: #f5f8f6 url(images/gradient.png) left top repeat-x;
	width: 100%;
	text-align: center;
	}

#header {
	width: 960px;
	height: 205px;
	background: url(images/header.png) left top no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
	
#header h1 {
	width: 400px;
	height: 160px;
	margin: 0px;
	padding: 0px;
	}	
	
#header h1 a {
	display: block;
	width: 400px;
	height: 0px;
	margin: 0px;
	padding: 160px 0px 0px 0px;
	overflow: hidden;
	}	
	
#header p.tagline {
	display: none;
	}
	
#content {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #444;
	}
	
#maincontent {
	margin: 0px 0px 50px 165px;
	width: 430px;
	float: left;
	}
	
#sidecontent {
	width: 224px;
	padding: 0px 0px 50px 0px;
	margin: 0px 70px 0px 0px;
	float: right;
	}
	
ul.sideinfo {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
ul.sideinfo li {
	margin: 0px;
	padding: 0px;
	}
	
ul.sideinfo li p {
	padding-left: 7px;
	padding-right: 7px;
	}

li.download a.button {
	display: block;
	width:224px;
	height: 0px;
	padding: 58px 0px 0px 0px;
	overflow: hidden;
	background: url(images/button_download.png) left top no-repeat;
	}

li.buyit a.button {
	display: block;
	width:224px;
	height: 0px;
	padding: 58px 0px 0px 0px;
	margin-top: 20px;
	overflow: hidden;
	background: url(images/button_buyit_14.png) left top no-repeat;
	}
	
li.buyit form {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	}
	
li.download a.button:hover, li.buyit a.button:hover {
	background-position-y: -57px;
	}
	
li.download p {
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
	font-size: 1.2em;
	}
	
li.terms {
	border-top: 1px solid #c0d5c8;
	border-bottom: 1px solid #c0d5c8;
	}
	
ul.sideinfo li p.requirements {
	margin-top: 10px;
	}
	
body.confirm li.terms {
	margin-top: 30px;
	}
	
ul.sideinfo li.screenshot {
	text-align: center;
	}
	
ul.sideinfo li.screenshot p {
	padding-left: 0px;
	padding-right: 0px;
	}
	
ul.sideinfo li.screenshot p img {
	border: 1px solid #c0d5c8;
	}
	
	
.registration {
	background-color: #e1f3e8;
	border: 1px solid #9bbda9;
	padding: 20px;
	}
	
.registration p {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #366;
	}
	
img.screenshot {
	margin: 0px 0px 5px 0px;
	}
	
p.caption {
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
	}
	
	
	
div.version h3 {
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

div.version p.releasedate {
	margin: 0px;
	padding: 0px;
	font-size: 1.1em;
	font-weight: bold;
	color: #8bb29b;
}

div.version ul {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0px;
	padding: 10px 0px 10px 15px;
}



	
#footer {
	clear: both;
	background-color: #8bb29b;
	color: #dcf1e3;
	width: 100%;
	padding: 20px 0px 40px 0px;
	text-align: center;
	}
	
#footer p {
	width: 795px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 165px;
	text-align: left;
	}
	
#footer a, #footer a:visited, #footer a:active {
	color: #f5f8f6;
	}
	
#footer a:hover {
	color: #fff;
	}