
html {
	font-size: 100%;
	overflow: hidden;
}


body {
	color: #000000;
	background: #e6e6e6;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: 'Arial';
	font-size: 12px;
}



#UIShell {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1064px;
	height: 611px;
	margin-left: -532px;
	margin-top: -305px;
	background: url('../images/content_shadow.gif') 0 50px no-repeat;
	overflow: hidden;
}


#UIContent {
	position: absolute;
	top: 70px;
	left: 20px;
	width: 512px;
	height: 471px;
	overflow: hidden;
}

#UIContent.white { background: url('../images/white_content_bg.gif') 0 0 no-repeat; }
#UIContent.grey { background: url('../images/grey_content_bg.gif') 0 0 no-repeat; }


#UIFeature {
	position: absolute;
	top: 70px;
	right: 20px;
	width: 512px;
	height: 471px;
	overflow: hidden;
}


#UIBody {
	margin: 35px 60px 0 35px;
	clear: both;
}


#UIBaselinks {
	position: absolute;
	bottom: 0;
	right: 35px;
	width: 417px;
	height: 35px;
	color: #929090;
	text-align: right;
}


#UIFooter {
	position: absolute;
	bottom: 0;
	left: 35px;
	width: 417px;
	height: 35px;
	color: #929090;
}


h1.logo {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 20px;
	width: 512px;
	height: 70px;
	background: url('../images/logo.gif') 0 0 no-repeat;
	text-indent: -9999em;
}

.UIMenu {
	margin: 0 0 0 35px;
	padding: 0;
	width: 417px;
	height: 70px;
	line-height: 70px;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	display: block;
}

.UIMenu a {
	display: inline-block;
	margin-right: .3em;
}

a,
a:visited {
	color: #929090;
	text-decoration: none;
}


.blue a:hover,
.blue a:active,
.blue a.active {
	color: #3991b8;
	text-decoration: none;
}


.orange a:hover,
.orange a:active,
.orange a.active {
	color: #cb9249;
	text-decoration: none;
}

.green a:hover,
.green a:active,
.green a.active {
	color: #50b531;
	text-decoration: none;
}


.purple a:hover,
.purple a:active,
.purple a.active {
	color: #b5319e;
	text-decoration: none;
}


h2.title {
	margin: 70px 0 0 35px;
	padding: 0;
	width: 477px;
	height: 125px;
	color: #474d53;
	overflow: hidden;
	font-size: 52px;
	font-weight: normal;
}


p.icon {
	margin: 0 60px 0 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999em;
}

p.icon.left {
	float: left;
	margin-right: 35px;
	margin-left: 35px;
}

p.icon.right {
	float: right;
	margin-left: 0;
	margin-top: 15px;
}

p.icon.bomb {
	width: 97px;
	height: 135px;
	background: url('../images/ico_bomb.gif') 0 0 no-repeat;
}

p.icon.medal {
	width: 126px;
	height: 135px;
	background: url('../images/ico_medal.gif') 0 0 no-repeat;
}


h3.introduction {
	margin: 35px 35px 0 35px;
	padding: 0;
	overflow: hidden;
	font-size: 20px;
	font-weight: normal;
	display: block;
	color: #888888;
}

* html h3.introduction {
	float: left;
	display: block;
}

h3.introduction.noicon {
	margin-right: 60px;
}


#UIBody p {
	margin: 0 0 1.3em 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	color: #888888;
}

#UIBody .left_half {
	float: left;
	width: 191px;
	clear: none;
}

#UIBody .right_half {
	float: left;
	width: 191px;
	clear: none;
	margin-left: 30px;
}



