html, body
{
	margin: 0px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #323232;
}

a:link, a:visited, a:hover {
	color: #143460;
}

h1 {
	font-size:14px;
	font-weight: bold;
	color: #446a9e;
}

div#wrapper {
	position: relative;
	top: 10px;
	margin: 0px auto;
	width: 800px;
	min-height: 707px;
	padding: 0px;
}

* html div#wrapper {  /* For IE -> min-height */
	height: 707px;
}

div#top {
	position: relative;
	left: 20px;
	width: 757px;
	height: 122px;	
	border: 0px solid #b1b1b1;
	background-image: url(images/header.gif);
}

div#menu {
	position: relative;
	left: 20px;
	width: 757px;
	height: 30px;
	border: 0px solid #b1b1b1;
	border-top-width: 0px;
	border-bottom-width: 0px;
	background-image: url(images/menu_bg.gif);
	color: #ffffff;
	text-align: left;
}

div#content {
	position: relative;
	left: 20px;
	width: 727px;
	min-height: 554px;
	border: 0px solid #b1b1b1;
	padding: 15px;
	padding-bottom: 30px;
	background-color: #FFFFFF;
}

* html div#content {  /* For IE -> min-height */
	height: 554px;
}

div#footer {
	position: relative;
	left: 20px;
	width: 727px;
	height: 20px;
	bottom: 6px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(images/footer.gif);
	color: #666666;
	font-size: 11px;
	text-align: right;
}

div#donate {
	position: absolute;
	left: 662px;
	top: 90px;
}

.description {
	vertical-align: top;
	text-align: left;
}

/*div.description {
	position: relative;
	border: 1px solid #000;
	
	
	/* display: inline-block;
}

div.description .screenshot {
	border: 1px solid #000;
	float: left;
	
	/* float: left;
	margin-top: 5px;
}

div.description .text {
	border: 1px solid #000;
	
	/* float: left;
	margin: 5px;
}*/

div.hr {
	height: 8px;
	background: #fff url(images/hr.gif) no-repeat scroll center;
	margin-top: 15px;
	margin-bottom: 15px;
}