*{
	padding:0; 
	margin:0;
}
body {
	background-color: #666666;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 3px;
	margin-bottom: 6px;
}
.container {
	width: 800px;
	margin: 0em auto;
	border:2px solid #c1c1c1;
	background-color:#FFF;
}
.header {
	width:800px;
	height:150px;
	background-image: url(../img/header.jpg);
}
.menucont {
	width:800px;
	height:28px;
	background-image: url(../img/menu.jpg);
}
.menuitem {
	float:left;
	width:160px;
	height:28px;
}
.content {
	width:770px;
	margin:15px;
}
.gamecontainer {
	width:300px;
	float:left;
	margin-left:60px;
	margin-bottom:10px;
}
.clear {
	clear:both;
}
.menuitem p{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:28px;
	color:#CCC;
}
.menuitem a{
	color:#CCC;
	text-decoration:none;
}
.menuitem a:hover{
	color:#437dae;
	text-decoration:none;
}
.content p{
	margin-bottom:10px;
	text-align:justify;
	font-size:14px;
}
.content p.center{
	margin-bottom:10px;
	text-align:center;
	font-size:14px;
}
.content h1{
	font-size:18px;
	text-align:center;
	line-height:26px;
	margin-bottom:5px;
	color:#437dae;
}
