body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-image: url(../images/bg.gif);
}


#shell {
	position: relative;
	width: 718px;
	height: 100%;
	margin: 0px auto;
	background-color: #f4f4f4;
	background-image: url(../images/bg.gif);
	font: .6em "Verdana";
	color: #000;
	}

#links {
	position: relative;
	text-align: left;
	margin: 0px;
	padding: 5px;
	padding-top: 70px;
	border-bottom: 2px solid #ddd;
	font-size: .9em;
	font-weight: bolder;
	}

#links a {
	color: #cc9900;
	text-decoration: none;
	padding: 5px;
	}

#links a:hover {
	color: #333;
	}

#heading {
	position: relative;
	padding-top: 20px;
	text-align: center;
	color: #cc9900;
	font-size: 1em;
	}

#content {
	position: relative;
	width: 718px;
	height: 351px;
	top: 4px;
	margin: 0px;
	padding: 0px;
	color: #333;
	background-color: #f4f4f4;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	}

#left {
	position: absolute;
	width: 355px;
	top: 1px;
	margin: 0px;
	}
	
	#left p {
		padding-left: 10px;
		margin: 0px;
		}
	
	#left p strong {
		color: #cc9900;
		}
	
	#left p#champ {
		}
	
	#left ul#champ2 {
		margin-top: 0px;
		}
	
	#left p#bene {
		}
	
	#left ul#bene2 {
		margin-top: 0px;
		}
	

#right {
	position: absolute;
	width: 345px;
	top: 1px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	}
	
	#right p {
		padding: 0px;
		margin: 0px;
		}
	
	#right p strong {
		color: #cc9900;
		}
		
#footer {
	text-align: center;
	margin-top: 10px;
	font-size: .8em;
	}
	
	#footer a {
		color: #333;
		text-decoration: none;
		}