body, h6, h5, h4, h3, h2, h1, div, span, p {
	padding: 0;
	margin: 0;
}

body {
	background-color: #FFF;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	background: #FFF url('../../images/page-background.jpg') no-repeat 0 65px;
	margin: 0 auto;
	padding: 0 5px;
	width: 798px;
}

#header {
	height: 65px;
	width: 798px;
}

#logo {
		height: 52px;
		left: 20px;
		overflow: hidden;
		position: relative;
		top: 13px;
		width: 274px;
	}
	
	#logo .img_replacer {
		background-image: url("../../images/logo.jpg");
		height: 52px;
		left: 0;
		position: absolute;
		top: 0;
		width: 274px;
}

#top_bar {
	font-size: 20px;
	margin-top: 20px;
}

#title {
	float: left;
}

#url {
	float: right;
}

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

#screenshot {
	float: left;
	/*border: 1px solid #000;*/
	border: none;
}

#description {
	float: right;
	width: 330px;
}

#description ul {
	list-style-image: url(../../images/list_arrow_gray.gif);
}

#description ul li {
	margin-top: 8px;
}

#return_link {
	float: right;
	clear: both;
	width: 110px;
	text-align: right;
}

#footer {
		background-color: #E5E5E5;
		border-top: 3px double #CCC;
		bottom: 0px;
		color: #B2B2B2;
		height: 50px;
		padding-right: 10px;
		position: absolute;
		width: 788px;
	}
	
	#footer .info {
		color: #848484;
		letter-spacing: 3px;
	}
	
	#footer div {
		float: right;
		margin:  7px 0 0 25px;
		text-align: right;
	}
	
	#footer div:first-child {
		color: #848484;
		float: left;
		font-size: 13px;
		margin-top: 14px;
}