#content, #shoutbox
{
/*	overflow-y: hidden;*/
}

#contentWrapper
{
	width: 862px;
	float: left;
	
/*	background-color: green;*/
}

#contentWrapper .header
{
	width: 100%;
	height: 20px;
	
	float: left;
	background-image: url("../../gfx/content_head.png");
/*	background-color: red;*/
}

#contentWrapper .footer
{
	width: 100%;
	height: 10px;

	float: left;
	background-image: url("../../gfx/content_foot.png");
/*	background-color: red;*/
}

#content
{
	width: 100%;
	
	float: left;
}

.mainBackground
{
	background-image: url("../../gfx/content_main.png");
}
.mainBackgroundExpanded
{
	background-image: url("../../gfx/content_main_expanded.png");
}

#content .side
{
	width: 175px;
	padding: 20px 20px;
	margin-right: 1px;
	
	float: left;
/*	background-color: purple;*/
	
	text-align: center;
}

#content .main
{
	width: 390px;
	padding: 20px 20px;
	
	float: left;
/*	background-color: blue;*/
}

#content .expanded
{
	width: 606px;
	padding: 20px 20px;
	
	float: left;
}

#content .shoutbox
{
	width: 214px;
	padding: 20px 0px;
	margin-left: 2px;
	
	float: left;
/*	background-color: yellow;*/
}

#content .shoutbox h1, #content .sideblock
{
	padding-left: 20px;
	padding-right: 20px;
}

#content .shoutbox .msgOK
{
	color: green;
}

#content .shoutbox .review
{
	margin: 0px;
	padding: 0px;
}

#copyright
{
	width: 822px;
	
	float: left;
	
	padding: 10px 20px;

	font-size: 10px;
	
	
}
#copyright div, #copyright img
{
	float: left;
	vertical-align: middle;
/*	border: 1px solid green;*/
}
#copyright div
{
	vertical-align: middle;
	
	
	width: 274px;
	margin: 0px;
	padding: 42px 0px 0px 10px;
}

#copyright .esrb
{
	text-align: left;
/*	background-color: green;*/
}

#copyright .copy
{
	text-align: right;
/*	background-color: red;*/
}

/* spacer for page selection in highscores and shoutbox*/
div.siteSelectSpacer
{
	float: right;
	width: 0px;
	margin-left: 23px;		/* 7px scrollbar +20px from text -4 from &nbsp; in link */
	
/*	background-color: yellow;*/
}



.feature {
	width:33%;
	height:120px;
	background:url(../../gfx/check.png) no-repeat center;
	color:#3b3b3b;
	text-shadow:1px 1px #c2c4c2;
	float:left;
}

.feature .headline {
	font-size:18px;
	font-weight:bold;
	padding-bottom:6px;
	background:url(../../gfx/line.gif) repeat-x bottom;
}

.feature p {
	margin:0px;
	padding:16px 16px 7px 16px;
	font-size:14px;
	line-height:24px;
}

.feature ul {
	text-align:left; 
	font-size:14px; 
	line-height:24px; 
	list-style-type:none;
}

.feature ul li {
	background-repeat: no-repeat;
	background-position: left;
	padding-left:26px;
}

.buyButtonLarge {
	background-image:url(../../gfx/buyButtonLarge01.png); width:183px; height:37px; display:inline-block; padding-top:19px; font-size:24px; color:#464646; font-weight:bold; text-transform:uppercase; text-align:center; text-shadow:1px 1px #cdd78f; text-decoration:none;
}
.buyButtonLarge:hover {
	background-image:url(../../gfx/buyButtonLarge02.png); width:183px; height:37px; display:inline-block; padding-top:19px; font-size:24px; color:#ffffff; font-weight:bold; text-transform:uppercase; text-align:center; text-shadow:-1px -1px #454545; text-decoration:none;
}

.demoButton {
	background-image:url(../../gfx/demo_button01.png); width:183px; height:33px; display:inline-block; padding-top:13px; font-size:18px; color:#3b3b3b; font-weight:bold; text-transform:uppercase; text-align:center; text-shadow:1px 1px #cdd78f; text-decoration:none;
}
.demoButton:hover {
	background-image:url(../../gfx/demo_button02.png); width:183px; height:33px; display:inline-block; padding-top:13px; font-size:18px; color:#ffffff; font-weight:bold; text-transform:uppercase; text-align:center; text-shadow:-1px -1px #454545; text-decoration:none;
}