/* Uphill Rush Game */

body
{
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#cecccc;
}
/* Uphill Rush Header*/
.uphill_header
{
	width:100%;
	height:90px;
	text-align:center;
}
.uphill_header h1
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#f88e05;
	font-size:28px;  
}
/* Uphill Rush Menu */
.uphill_menu
{
	border-bottom:solid 1px #333333;
	border-top:solid 1px #333333;
	width:950px;
	text-align:center;
}
/* Uphill Rush Content */
.uphill_content
{
	width:100%;
}
.uphill_content .leftcontent
{
	width:190px;
	border:solid 3px #333333;
	background-color:#222222;
	padding:10px;
}
.uphill_content .titlecontent
{
	width:100%;
	border:solid 3px #333333;
	background-color:#222222;
	float:left;
	margin-bottom:10px;
	color:#e9a853;
	text-align:center;
}
.uphill_content .middlecontent
{
	width:100%;
	border:solid 3px #333333;
	background-color:#222222;
	text-align:center;
}
.uphill_content .fullsize
{
	width:150px;
	border-right:solid 3px #333333;
	border-left:solid 3px #333333;
	border-bottom:solid 3px #333333;
	float:right;
	background-color:#222222;
	margin-bottom:10px;
	text-align:center;
}
.uphill_content .fullsize a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#cecccc;
	text-decoration:none;
}
.uphill_content .fullsize a:hover
{
	color:#FFFFAA;
}

.uphill_content .desc_title
{
	width:150px;
	border-right:solid 3px #333333;
	border-left:solid 3px #333333;
	border-top:solid 3px #333333;
	float:left;
	background-color:#222222;
	color:#e9a853;
	margin-top:10px;

}
.uphill_content .desc_content
{
	width:100%;
	border:solid 3px #333333;
	background-color:#222222;
	
}
.uphill_content .desc_content p
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#bbbbbb;
	text-indent:30px;
	margin-top:5px;
	text-align:justify;
}
.uphill_content .rightcontent
{
	width:190px;
	border:solid 3px #333333;
	background-color:#222222;
	padding:10px;
}



