body {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	text-align: center;
}

p {
	margin: 10px 0;
	line-height: 1.15em;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 5px;
}

ul {
	list-style: disc inside none; 
}

h2 a {
	text-decoration: none;
	color: #000;
}

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

#wrapper {
	margin: 0 auto;
	width: 974px;
	text-align: left;
}

#header {
	width: 974px;
	height: 220px;
	text-align: center;
}

#navigation {
	float: left;
	width: 174px;
	font-size: 1.2em;
}

#navigation li {
	margin: 10px 0;
	list-style-type: none;
}

#navigation li a {
	color: #000;
	text-decoration: none;
}

#navigation li a:hover {
	color: #000;
	text-decoration: underline;
}

#content {
	float: left;
	width: 780px;
	margin-left: 20px;
}

#footer {
	clear: both;
	text-align: right;
	margin: 50px 0;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.news {
	margin-bottom: 55px;
	clear: both;
}

.newsimage {
	float: left;
	margin: 0 20px 40px 0;
}

.news span {
	color: #f90;
	margin-bottom: 5px;
	display: block;
	font-size: 90%;
}

#screenshot {
	float: left;
	margin: 0 20px 20px 0;
}

#buynow {
	font-size: 1.5em;
	display: block;
	text-align: center;
}

#downloads {
	clear: both;
	margin: 30px auto;
	background-color: #f90;
	border: 3px solid #FFCB00;
	width: 300px;
	padding: 10px;
	text-align: center;
	list-style: none;
}

#downloads li {
	line-height: 1.5em;
}

#downloads li a {
	color: #000;
	font-weight: bold;
}


/* Paginiation styles */
.pagination {
	margin: 20px 0 35px 1em;
	text-align: center;
	font-size: 13px;
}

.pagination a, .pagination .current {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	padding:2px 6px;
	text-decoration:none;
	color: #f90;
}

.pagination .current {
	color: #f90;
	border: none;
	font-weight: bold;
	font-size: 14px;
}

.pagination .page {
	
}

.pagination .prev, .pagination .next {
	border: 1px solid #DDD;
	padding: 2px 6px;	
}

.pagination .prev {
	margin-right: 15px;
}

.pagination .next {
	margin-left: 15px;
}

.pagination .disabled {
	color: #AAA;
	border: none;
}

.pagination a:hover {
	border-color:#f90;
	text-decoration:none;
}
