* {
	font-family: verdana;
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url('_images/header.png');
	background-repeat: repeat-x;
	background-color: #d0d0d0;
}

a:link, a:visited {
		
	color: #df6000;
	text-decoration: none;
	
}

a:hover {

	color: #ff9000;
	text-decoration: underline;
}

.holder {
	margin: 0px auto 0px auto;
	width: 950px;
}

.header {
	height: 55px;
	margin: 0px;
}

.content {
	background-color: #fff;
	margin: 0px;
	padding: 16px;
	border: 1px solid #fff;
}

.tab {

	width: 85px;
	height: 21px;
	margin-left: 2px;
	margin-top: 34px;
	text-align: center;
	float: right;
	bottom: 0px;

}

.tab_current {
	background-image: url('_images/tab.png');
	background-repeat: no-repeat;
}

	.tab_current a:link, .tab_current a:visited {
		font-size: 14px;
		font-weight: bold;
		color: #ff9000;
		text-decoration: none;
	}
	
	.tab_current a:hover {
		text-decoration: underline;
	}

.tab_gray {
	background-image: url('_images/tab_gray.png');
	background-repeat: no-repeat;
}

	.tab_gray a:link, .tab_gray a:visited {
		font-size: 14px;
		color: #000;
		text-decoration: none;
	}
	
	.tab_gray a:hover {
		font-weight: bold;
		color: #df6000;
		text-decoration: underline;
	}

.game {	
	font-size: 12px;
	width: 220px;
	height: 160px;
	text-align: center;
}

.game img {
	border: 2px solid #888;
	padding: 4px;
	margin-top: 8px;
}

	

.footer {
	font-size: 10px;
	text-align: center;
	padding-top: 16px;
	color: #666;
}