body{
	padding:0;	margin:0;
	background-color:white;
	background-image:url(images/body.gif); 
	background-repeat:repeat-x;
	font-family: "arial";
	font-size: 14px;
}
.sidebar,.sidedesc{
	width:250px;
	float: left;
	
}
.content{
	background-image:url(images/content.gif); 
	background-repeat:no-repeat;
	width:600px;
	float: right;
	height:550px;
}
.text{
	padding-top:20px;
}
.text2{
	padding-left:60px;
	padding-top:20px;
}
.sidebar{
	width:200px;	
}
/*
ul li{
	list-style-type: none;
	margin:0;
	padding:0;
}
*/
.sidedesc{
	background-image:url(images/bubbles.gif); 
	background-repeat:no-repeat;
	height:124px;
	width:250px;
}
.desc *
{
	color:steelblue;
}
.desc{
	width:550px;
	float: right;	
}
.clear{
	clear: both;
}
.container{
	width:800px;
	padding:0;
	margin:0;
	margin:auto;
	height:500px;
}
.game{
	width:465px;
	height:300px;
	border: solid 2px #dddddd;
	margin-top:40px;
	background:white;
	font-size: 12px;
}

.header{
	height:103px;
}
a{
	color:steelblue;
	text-decoration:none;		
}
a:hover{
	text-decoration:underline;	
}
a img {
	border: none;
}
h2{
	color:steelblue;
	font-size: 17px;
}
h3{
	margin:1px;
	color:black;
	font-size: 21px;
}
.footer{
	margin-top:20px;	
	font-size: 11px;	
}
.footer a{
	color:black;	
}
