body {
	font-family:			Verdana, Geneva, sans-serif;
	background-image:		url(../images/bg1.png);
}

h1 {
	font-size:				18px;
	color:					#540d7c;
	font-style:				italic;
	text-align:				left;
}

h2 {
	font-size:				13px;
	font-style:				bold;
	text-align:				left;
	margin-bottom:			-10px;
}

p {
	font-size:				12px;
	text-align:				left;
	margin-bottom:			-5px;
	color:					#333333;
}

td {
	font-size:				12px;
	text-align:				left;
	color:					#333333;
}

a {
	color:					#540d7c;
}

ul, li {
	margin:					0px;
	padding:				0px;
}

img {
	border:					0px;
}



.gamelogo {
    max-height:				80px;
    max-width:				200px;
}


#content {
	background-image:		url(../images/bg3.png);
	background-repeat:		repeat-y;
}

#contentend {
	background-image:		url(../images/contentbottom.png);
}

#footer p {
	font-size:				9px;
	text-align:				center;
}

#footer a {
	text-decoration:		none;
	color:					#333333;
}

#footer a:hover {
	text-decoration:		underline;
	color:					#000000;
}

#headerbg {
	text-align:				center;
	background-image:		url(../images/bg2.png);
	background-repeat:		repeat-x;
}



#game_list {
	list-style-type: none;
	border-top: 1px solid #B6B5B3;
	margin-top: 10px;
	clear:					both;
}

#game_list li.aaa {
	height: 102px;
	padding-top: 10px;
	clear:					both;
}

#game_list li h1 {
	float: left;
	width: 210px;
	height: 102px;
	line-height: 112px;
	text-align: center;
}

#game_list li h1 img {
	margin: auto;
	margin-top:				-15px;
}

#game_list li .descr {
	float: left;
	width: 284px;
	margin-left: 10px;
	text-align: justify;
	font-weight:			normal;
	margin-top:				-15px;
}

#game_list li .screen {
	float: left;
	width: 200px;
}





.column_detail, .column {
	float: left;
	width: 340px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: justify;
}

.column_detail h2 {
	font-size: 14px;
	margin-bottom: 10px;
}

.column_detail p, .pr p {
	line-height: 20px;
	padding-bottom: 20px;
}

.column_detail ul {
	padding-left: 25px;
}

.column_detail ul li {
	line-height: 20px;
}

.right {
	border: 0px solid red;
}



div.thumbs {
    margin-bottom: 20px;
    text-align: center;
    border: solid silver 1px;
    padding-top: 12px;
}

div.thumbs img {
    margin-right: 2px;
    margin-left: 2px;
}

.gameinfo, .column_detail table {
	margin-bottom: 40px;
}

.gameinfo td {
	vertical-align: top;
	padding: 2px 0;
}

