body {
	background-image: 			url(../images/layout/mainBackground.jpg);
	background-position: 		top;
	background-repeat: 			repeat-x;
	background-color: 			#FFE600;
	
	margin-top: 					10px;
	margin-bottom: 				0px;
	
	font-family: 					Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 						13px;
	
	color: 							#000000;
}

.tableMain {
	background-image: 			url(../images/layout/tableBackground.jpg);
	height: 							609px;
	width: 							758px;
}

.menuItem {
	margin-left: 					4px;
	padding-left:					3px;
	
	text-decoration: 				none;
}

.menuItem:Hover {
	margin-left: 					0px;
	padding-left: 					3px;
	
	border-left: 					4px solid #666666;
	text-decoration: 				none;
}

.credits {
	font-family: 					Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 						10px;
	color: 							#555555;
}

.creditsLnk {
	color: 							#555555;
	text-decoration: 				none;
}

.creditsLnk:Hover {
	color: 							#555555;
	text-decoration: 				underline;
}

.smoked {
	font-size:					11px;
	font-weight: 				normal;
	color:						#181C44;
	text-decoration:			none;
}

.smoked:hover {
	font-size:					11px;
	font-weight: 				normal;
	color:						#181C44;
	text-decoration:			underline;
}