﻿body
{
	background-color: #ffffff;	
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
}

a
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: solid 1px #ffffff;
}

h1
{
	color: #0098ff;
	font-size: 12px;
}

h2
{
	color: #000000;
	font-size: 12px;
}

#header
{
	background-image: url(images/border-top.jpg);
	background-repeat: repeat-x;
	height: 50px;
	padding-top: 10px;
	text-align: center;
	width: 100%;
}

#logo
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
}

#top_ad
{
	height: 110px;
	text-align: center;
	width: 100%;
}

#center
{	
	width: 100%;
}

#container
{
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

#content
{	
	border-left: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	float: left;
	padding: 5px;
	width: 417px;
}

#game
{	
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

#sidebar
{	
	border-right: solid 1px #aaaaaa;
	float: left;
	padding: 5px;
	width: 160px;
}

#footer
{
	background-image: url(images/border-bottom.jpg);
	background-repeat: repeat-x;
	clear: both;
	color: #ffffff;
	font-size: 11px;
	height: 25px;
	padding-top: 35px;
	text-align: center;
	width: 100%;
}