/* General
========================*/
* {
	margin: 0;
	padding: 0;
}
#wrapper {
	margin: 0 auto;
	width: 780px;
}
.clear {
	clear: both;
}
#content,
#also {
	float: left;
}
#content {
	width: 616px;
	padding: 0 3px;
}
#content-body {
	margin: 0 80px 0 17px;
}
p {
	margin-bottom: 29px;
}
h1,
h2,
h3 {
	margin-bottom: 11px;
}
p.caption {
	margin-top: 2px;
}

/* Header&Also
========================*/
#header {
	height: 119px;
}
#header h1,
#header h2,
#header p {
	margin: 0;
}
#also {
	position: relative;
	left: -3px;
}
#also a {
	display: block;
	width: 125px;
	height: 120px;	
}
/* Navigation
========================*/
ul#navigation {
	margin-bottom: 29px;
	padding: 7px 0 6px 17px;
}
ul#navigation li {
	display: inline;
	padding-right: 32px;
}

/* Content-body 
========================*/
#content-body li {
	padding-bottom: 10px;
}

/* Screenshots
========================*/
.screenshots {
	margin-top: 29px;
}
.screenshots div {
	float: left;
	width: 246px;
}
.screenshots div.left {
	margin-right: 27px;
}
.screenshots .caption {
	margin-bottom: 12px;
}

/* Next_links
========================*/
.next_links {
	margin-bottom: 21px;
}
.next_links p {
	margin: 0;
}
.next_links a {
	height: 24px;
	padding: 10px 0 12px 52px;
	display: block;
}

/* Contact form
========================*/
#contact p {
	margin-bottom: 10px;
}
#contact label {
	display: block;
}
#contact input.text,
#contact textarea {
	width: 468px;
}
#contact .cc label {
	display: inline;
}
#contact .cc input {
	position: relative;
	top: -2px;
}
/*
#contact input.submit {
	display: none;
}
*/
/* Footer
========================*/
#footer {
	padding-left: 17px;
}
#footer p {
	margin: 6px 0;
}