body {
	margin: 0px;
	margin-left: 10px;
	font: small Arial, Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: x-large;
	font-weight: normal;
	margin-top: 10px;
	text-align: center;
}
h3 {
	font-size: large;
	font-weight: normal;
}
h4 {
	font-size: small;
	font-weight: bold;
}
a {
	color: #03f;
}
img {
	border: none;
}
.hr-line {
	border-top: 1px solid #ccc;
	width: 90%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
.news-item {
	margin-bottom: 10px;
}
.news-item a {
	font-weight: bold;
}
a:hover {
	color: #f00;
}
.center {
	text-align: center;
}
#header {
	position: absolute;
	top: 10px;
}
#ads {
/*
	position: absolute;
	top: 112px;
	width: 730px;
	height: 90px;
	background-color: #ddd;
	text-align: center;
*/
	margin: 5px;
	float: right;
}
#search {
	position: absolute;
	top: 112px;
	width: 730px;
	background-color: #ddd;
	border: 1px solid #bbb;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: right;
}
#search form {
	margin: 0px;
	margin-right: 3px;
	padding: 0px;
}
#search .search-box {
	width: 250px;
	font-size: x-small;
}
#search .button {
	font-size: x-small;
}
#left {
	position: absolute;
	top: 150px;
	width: 140px;
	background-color: #ddd;
	border: 1px solid #bbb;
	padding: 5px;
}
#left h3 {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}
#content {
	margin-left: 160px;
	margin-top: 150px;
	width: 570px;
}
#footer {
	border-top: 1px solid #ccc;
	width: 90%;
	margin: auto;
	margin-top: 20px;
	padding-top: 5px;
	font-size: x-small;
	text-align: center;
}
#platform-links {
	font-weight: bold;
	text-align: center;
}
#time {
	font-style: italic;
	font-size: x-small;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
#other-platforms {
	font-size: x-small;
	text-align: center;
	margin-top: 10px;
}
#game-item {
	margin-bottom: 10px;
}

/* Store Styles*/
.store-item {
	margin-bottom: 10px;
}
.store-item img {
	margin: 0 10px 0 0;
	float: left;
}
.price {
	color: #930;
	font-weight: bold;
}

/* Print Style */
@media print {
	#header, #search, #ads, #left {
		display: none;
	}
};
}
.price {
	color: #930;
	font-weight: bold;
}

/* Online Games Styles */
#online-games {
	list-style: none;
	width: 530px;
}
#online-games h4 {
	margin-bottom: 0;
}
#online-games p {
	margin: 0;
	font-size: x-small;
}
#online-games li {
	float: left;
	width: 265px;
	margin-bottom: 10px;
}
#online-games img {
	float: left;
	margin-right: 5px;
}

/* Print Style */
@media print {
	#header, #search, #ads, #left {
		display: none;
	}
}
