body {
	text-align: center;
	background: #aaa;
	font-family: arial, helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: black;
}

#wrapper {
	margin: 20px auto;
	width: 1000px;
	background: #fff;
}

#blank_header{
	width: 1000px;
	height: 100px;
}

#rotating_header{
	border: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.CheckerBoard(duration=3, squaresY=2)"; /*IE8+ syntax*/
	filter :progid:DXImageTransform.Microsoft.CheckerBoard(duration=3, squaresY=2); /*Pre IE8 syntax*/
}


#header1 {
	width: 1000px;
	height: 100px;
	background: url("images/header1.jpg") no-repeat;
}

#header2 {
	width: 1000px;
	height: 100px;
	background: url("images/header2.jpg") no-repeat;
}

#header3 {
	width: 1000px;
	height: 100px;
	background: url("images/header3.jpg") no-repeat;
}

#header4 {
	width: 1000px;
	height: 100px;
	background: url("images/header4.jpg") no-repeat;
}

#content {
	text-align: left;
	background: #ddd;
	height: 915px;
}

#left_sidebar {
	width: 200px;
	height: 715px;
	float: left;
	margin-right: 20px;
	text-align: center;
}

#right_sidebar {
	width: 250px;
	height: 600px;
	float: right;
	margin: 20px auto;
	text-align: center;
}


#center_column {
	magin-left: 30px;
	margin-right: 15px;
	line-height: 150%;
}

.nav_item {
	border: 1px solid #001f46;
	font-size: 80%;
	padding: 3px;
	text-align: center;
	margin: 7px;
	width: 150px;
}

a .nav_item {
	text-decoration: none;
	color: #001f46;
	font-weight: bold;
}

a:hover .nav_item {
	background: #eee;	
}

.image_advertisement {
	border: 1px solid black;
	width: 100px;
	height: 150px;
	margin: 5px auto;
	font-size: 80%;
	padding: 10px;
	margin-top: 20px;
	background: #ddd;
}

.game_thumbnail {
	width: 100px;
	height: 100px;
	margin-right: 15px;
	border: none;
	float: left;
}

.game_thumbnail img {
	border: none;
}

.game_title {
	font-size: 150%;
	font-weight: bold;
}

.game_title a {
}


.game_title a:hover {
	color: #444;
}

.info {
	text-align: left;
	font-size: 12px;
	line-height: 130%;
}

.invisible {
	width: 0;
	height: 0;
	display: none;
}