body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #D60019;
}

td, th, p, li, blockquote {
	font-size: 12px;
	text-align: left;
}

a{
	text-decoration: none;
	color: #D60019;
}

a:hover{
	text-decoration: underline;
	color: #D60019;
}

caption {
	font-size: 12px;
	font-weight: bold;
}

.optionLinks {
	font-size: 12px;
	margin: 0;
	padding: 0;
	padding-left: 25px;
	list-style-image: url(http://www.mobilegamesblog.com/images/43.png);
}

.optionLinks a{
	color: #D60019;
	text-decoration: none;
}

.optionLinks a:hover{
	text-decoration: underline;
}

.image {
	margin: 5px;
}

.stockTable {
	border: 1px solid #a3907c;
	border-collapse: collapse;
	margin: 2px;
}

.stockTable td{
	border: 1px solid #a3907c;
	padding: 2px;
}

.stockTable th{
	border: 0;
	padding: 2px;
}

.newsLinks {
	font-size: 12px;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}

.newsLinks li{
	display: block;
}

.newsLinks a{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #D60019;
}

#header {
	width: 325px;
	height: 54px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}

#content {
	width: 98%;
	position: absolute;
	top: 59px;
	z-index: 100;
}

#blog {
	float: left;
	width: 33%;
}

#google {
	float: right;
	width: 67%;
}

#column1 {
	float: left;
	width: 48%;
}

#column2 {
	float: right;
	width: 48%;
}

