/* CSS Document */

#content {
	display: inline;
	width: 730px;
	padding: 5px 20px;
	float: left;
	text-align: center;
	}

#content p {
	padding: 0px 100px;
	}

#helpcontent {
	width: 700px;
	padding: 0px 20px 20px 20px;
	text-align: left;
	color: #000000;
	}

#helpcontent img {
	margin: 20px;
	}

#gamecontent {
	margin: 0px 0px 0px -20px;
	}
	
#list {
	clear: both;
	width: 680px;
	color: #990000;
	padding: 0px;
	margin: 0px 0px 0px 30px;
	}

#list h1 {
	clear: both;
	list-style-type: none;
	border-bottom: 1px solid #ffcf73;
	font-weight: bold;
	color: #990000;
	line-height: 110%;
	margin: 0px 0px 20px 0px;
	font-size: 200%;

	}

img {
	margin-bottom: 10px;
	border: 0px;
	}

.item {
	display: inline;
	float: left;
	width:203px;
	padding: 3px;
	margin: 0px 6px 0px 8px;
	text-align: center;	
	min-height: 230px!important;
	height: auto!important;
	height: 230px;
	border-top: 1px solid #FC6500;

}

.heading{
	clear: both;
	margin: 20px 0px;
	padding: 5px 5px;
	border: 1px solid #FC6500;
	width: 672px;
	font-size: 200%;
	background-color: #FC6500;
	float: left;
	color: #ffffff;
		}
	
	
