a {
	padding: 0.3em;
	color: #0063dc;
	text-decoration: none;
	}
	
a:hover {
	color: #fff;
	background: #0063dc;
	}
	
.noe {
	color: #0063dc;
	}
	
.r {
	color: #f63192
	}
	
.player-name {
	font-style: italic;
	}
	
.current-user {
	background: #70d3ec;
	}
	
.clear {
	clear: both;
	}
	
body {
	background: #eee;
	margin: 0;
	}
	
img.hint {
	margin: 0.5em;
	}
	
table.lefty th {
	text-align: left;
	}
	
table.shaded {
	border-collapse: collapse;
	}
	
	table.shaded td , table.shaded th {
		padding: 0 3px;
		}
	
	table.shaded tr.even {
		background: #ddd;
		}
		
		table.shaded td.day , table.shaded th.day ,
		table.shaded td.month , table.shaded th.month ,
		table.shaded td.year , table.shaded th.year {
			border-left: 1px #ccc solid;
			}

#preload {
	position: absolute;
	top: -2000px;
	left: -2000px;
	}

#container {
	background: #fff;
	padding: 0;
	}

#header {
	border-bottom: 3px #0063dc solid;
	background: #eee;
	margin: 0;
	padding: 10px;
	}
	
	h1 {
		margin: 0;
		float: left;
		}
	
	#links {
		float: right;
		}

#left {
	border-right: 3px #f63192 solid;
	float: left;
	width: 210px;
	padding: 10px;
	margin: 0;
	height:100%;
	font-size: 0.9em;
	}
	
	#adsense {
		padding: 1em;
		text-align: center;
		}
		
	#wind-down {
		display: none;
		}

em {
	font-weight: bold;
	font-style: normal;
	}

#right {
	border-left: 3px #f63192 solid;
	padding: 10px;
	background: #fff;
	margin: 0 0 0 230px;
	_margin-left: 220px;
	}

	#guess {
		background: #ccf;
		}

	#photos {
		_height: 350px;
		min-height: 350px;
		}
		
		#tag {
			position: absolute;
			left: -3000px;
			top: -3000px;
			}
		
		#photos div {
			float: left;
			width: 120px;
			height: 150px;
			text-align: center;
			}
		
	#status {
		height: 1em;
		}
		
	#adbrite {
		width: 468px;
		margin: 0 auto;
		}
		
		.adHeadline {
			font: bold 10pt Arial; 
			text-decoration: underline; 
			color: #0063dc;
			}
			
			.adHeadline:hover {
				color: #fff;
				}
			
		.adText {
			font: normal 10pt Arial; 
			text-decoration: none; 
			color: #000;
			}
			
			.adText:hover {
				background: #fff;
				}
		
	#adsense {
		margin: 0;
		}
		
	.paypal {
		margin: 0 auto;
		padding: 0;
		background: #fff;
		}

#chat-box {
	color: #000;
	width: 200px;
	height: 100px;
	overflow: auto;
	background: #fff;
	border: 1px #999 solid;
	}
	
	ul#chat {
		list-style-type: none;
		padding: 5px;
		margin: 0;
		}

		#chat-box q {
			color: #666;
			}
		
			#chat-box q.system {
				color: #600;
				}
		
		#chat-box q:before {
			content: "";
			}
			
		#chat-box q:after {
			content: "";
			}
			
	#chat-input {
		background: #ccf;
		width: 200px;
		margin: 0;
		_position: relative;
		_left: -80px;
		}

#footer {
	font-size: 0.9em;
	border-top: 3px #0063dc solid;
	background: #eee;
	margin: 0;
	padding: 1em;
	}
	
	#footer h2 {
		margin: 0;
		padding: 0;
		display: inline;
		}
		
	#footer p.first {
		margin-left: 2em;
		display: inline;
		}
		
#full-width {
	padding: 2em;
	}