html, body {	
	height: 100%;
	
	padding:0;
	margin:0;
	
	background-color:#04243c;	
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

			
div#title {
	text-align:center;
}

	div#title h1 {
		width:100%;
		height:38px;
		
		background-color:#000;
		background-image:url('../img/showsbg.jpg');
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:22px;
		color:#00abcf;
		line-height:38px;
		
	}

div.image {
	text-align:center;
}

img {
	padding:8px;
	margin:0 auto;
	
	background-color:#fff;
	
	border:2px solid #666;
	border-top:none;
	border-left:none;
}
	
	h3.sectionTitle {
		width:800px;
		height:38px;
		
		margin:0 0 10px 0;
		
		background-color:#cc0000;
		background-image:url('../img/boxheadbg.gif');
		
		font-family:Arial, Helvetica, sans-serif;
		font-size:12pt;
		font-weight:bold;
		color:#fff;
		line-height:40px;
		text-indent:5px;
	}
	
div#problem, div#solution {
	width:800px;
	
	margin:0 auto;
	margin-top:10px;
	
	background-color:#fff;
}

	p {
		padding-bottom:10px;
		margin:10px;
		
		font-size:12px;
		text-indent:10px;
	}


ul#footer {
	list-style-type:none;
	
	margin-bottom:30px;
	
	text-align:center;
}

	ul#footer li {
		display:inline;
		
		margin-left:20px;
	}
	
	ul#footer li:first-child {
		margin-left:0;
	}
	
	ul#footer li a {
		font-size:14px;
		font-weight:bold;
		color:#fff;
	}
	
	ul#footer li a:hover {
		color:#666;
	}