body{
	font-size: 12px;
	background: #FFF url(Images/cc-bg.png) repeat-x;
	color: #3e69a5;	
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-width: 980px;	
	text-align: center;	
}
a:link, a:visited, a:active{
	font-weight: bold;
	color: #5b99f1;
	text-decoration: none;
}
h1{
	font: 22px Tahoma, sans-serif;
	font-weight: normal;
	margin-top: 0px;
}
h2{
	font: 18px Tahoma, sans-serif;
	font-weight: normal;
	margin: 20px 0 6px 0;
}



/******************************************************************************
	Page structure
******************************************************************************/
#CCBody{
	width: 100%;	
	position: relative;
	margin-top: 18px;}
#CCHeader{
	width: 980px;	
	height: 10px;
	background: url(Images/cc-body-top.png) no-repeat;
	margin:0 auto;	
	position: relative;}
#CCContainer{
	width: 980px;
	background-color: #FFF;
	margin: 0 auto;
	position: relative;
	overflow: auto;}
#CCContent{
	width: 900px;
	text-align: left;
	position: relative;
	margin: 35px 40px;}
#CCFooter{
	width: 980px;	
	height: 10px;
	background: url(Images/cc-body-bot.png) no-repeat;
	margin:0 auto;	
	position: relative;}

	
	
	
	
#cc_home_intro{
	position: relative;
	float: left;
	width: 274px;
}	
#cc_home_details{
	position: relative;
	float: left;
	width: 607px;
	margin-left: 19px;
}	




img.cc_hed{
	width: 274px;
	height: 53px;
	margin: 0 0 10px 0;
}

.cc_game{
	width: 607px;
	clear: both;
	margin: 0 0 10px 0;}
.cc_game_top{
	width: 607px;
	height: 5px;
	background: url(Images/cc-game-top.png) no-repeat;}
.cc_game_details{
	width: 607px;
	background-color: #e8f1fd;
	overflow: auto;
	padding: 5px 0;}
	.cc_game_image{
		width: 100px;
		float: left;
		position: relative;		
		margin: 0 10px;}
	.cc_game_text{		
		width: 430px;
		float: left;
		position: relative;
		margin: 5px 0;}
	.cc_game_text H2{
		font-size: 18px;
		font-weight: bold;
		margin: 0 0 5px 0;}
	.cc_game_apis{
		width: 32px;
		float: left;
		position: relative;
		margin-left: 10px;}
.cc_game_bot{
	width: 607px;
	height: 5px;
	background: url(Images/cc-game-bot.png) no-repeat;}
	
/******************************************************************************
	General
******************************************************************************/
.note{
	font-size: 11px;
	color: #91aacc;
}	
.leadpara{
	font-size: 16px;
	font-weight: bold;
}
.CC-list li{
	margin-top: 10px;
	margin-bottom: 10px;
}	

