/* -- start undo browser HTML defaults -- */ 

ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,hr {margin: 0; padding: 0;}
a img,:link img,:visited img,hr {border: none;}
address {font-style: normal;}
/* -- end undo browser HTML defaults -- */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#222;
	background-image: url(images/footer_bg.jpg);	
}

p {
	padding: 0px 0px 20px 0px;
	line-height: 18px;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	padding: 0px 0px 5px 0px;
	color: #453514;
}

a {
	color:#453514;
	text-decoration: underline;
}

ul {
	list-style-type: disc;
	padding: 0px 0px 0px 22px;
}

li {
	line-height: 18px;
}

#header {
	height: 165px;
	background-image: url(images/header.jpg);	
}

#header .logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 343px 25px;
	height: 140px;
	width: 800px;
	margin: auto;
}

#body {
	background-image: url(images/content_bg.jpg);
}

#content {
	width: 800px;
	margin: auto;
}


#content .screenshot {
	width: 305px;
	height: 500px;
	float: left;
}

#content .screenshot .image {
	width: 302px;
	height: 557px;
	position: relative;
	bottom: 100px;
	background-image: url(images/screenshot.png);
}

#content .text {
	padding: 0px 0px 0px 40px;
	width: 450px;
	float: left;
}

#content .features {
	padding: 0px 0px 0px 40px;
	width: 450px;
	float: left;
}

#content .screens a {
	margin: 10px;
}

#content .download {
	padding: 60px 50px;
	width: 250px;
	margin: auto;
	/*
	background-image: url(images/spotlight.jpg);
	background-repeat: no-repeat;
	background-position: -25px -40px;
	*/
}


#footer {
	border-top: 1px solid #555;
	min-height: 150px;
	color: #dfd1b3;
	font-size: 14px;
}

#footer .content {
	width: 800px;
	margin: auto;
}

#footer .feedback {
	padding: 20px 0px 0px 360px;
	width: 410px;

}

#footer .authors {
	padding: 10px 0px 0px 345px;
	width: 410px;
	text-align: center;
	font-size: 12px;
}

#footer .title {
	font-weight: bold;
	font-size: 16px;
}

#footer a {
	color: #dfd1b3;
	text-decoration: underline;
}

