#M0_container {
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	min-height: 100%;
}

#M1_banner {
	background-image: url('/styles/playzer/logo.jpg');
	background-repeat: repeat-x;
	height: 210px;
}

	#M2_navmenu {
		padding: 0 0 0 0;
	}
	
		#M2_navmenu a {
			display: block;
			background-color: #2f1a0f;
			padding: 2px 20px 2px 20px;
			margin: 0 1px 0 1px;
			text-align: center;
			float: left;
			color: #fff;
			height: 20px;
			line-height: 20px;
			font-weight: bold;
			font-size: 8pt;
			text-decoration: none;
		}
		
		#M2_navmenu a:hover {
			color: #d7e3a8;
			background-color: #180d08;			
			text-decoration: none;
		}

	#M2_logo {
		width: 265px;
		float: left;
		height: 82px;
	}

	#M2_topmenu {
		padding: 15px 0 0 0;
		float: right;
		width: 300px;
		text-align: right;
	}
	
		#M2_topmenu a {
			display: block;
			float: left;
			color: #fff;
			width: 90px;
			font-weight: bold;
			font-size: 8pt;
			text-decoration: underline;
		}
		
		#M2_topmenu a:hover {
			color: #d7e3a8;
			text-decoration: none;
		}

	#M2_right {
		float: right;
		width: 5px;
	}

#M1_menu {
	width: 984px;
	background-color: #ececec;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0 0 0 6px;
}

		#M1_menu a {
			display: block;
			float: left;			
			color: #000;
			width: 118px;
			font-size: 8pt;
			margin: 0 1px 0 1px;
		}

		#M1_menu a:hover {
			background-color: #c0c0c0;
			color: #fff;
			text-decoration: none;
		}
		
#M1_content {
	min-height: 450px;
	padding: 0 10px 10px 50px;		
}

	#M2_menu {
		width: 160px;
		float: left;
		padding: 20px 0 0 0;		
	}

	#M2_content {
		float: left;
		width: 720px;
		padding: 20px 0 0 20px;
	}

		#M2_crumbs {

		}
	
		#M3_content {

		}

#M2_disclaimer {
	float: right;
	width: 800px;
	text-align: center;
}

#M2_buffer {
	float: right;
}

.checkout_step {
	float: left;
	width: 23.8%;
	padding: 2px;
	margin: 10px 0 0 0;
	text-align: center;
	border: 1px solid #c0c0c0;	
}

.checkout_selected {
	background-color: #c0c0c0;
	color: #000;
}

#M0_popupcontainer {
	width: 97%;
	margin: 5px auto;
	padding: 2px;
}

#M1_popupheading {
	
}

#M1_popupcontent {
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}