@charset "utf-8";

/* CSS Document */

body 		{
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		}


#PWrap 		{
	
		width: 70%;
		text-align: center;
		margin: auto;
		padding-top: 5px;
		border: 0px solid #ffff2f;
		}

#MArea 		{
	
		width: 60%;
		text-align: center;
		margin: auto;
		padding-top: 10px;
		border: 0px solid #ff0000;
		}

#ContentArea 		{
	
		width: 60%;
		text-align: left;
		margin: auto;
		margin-top: 0px;
		border: 0px solid #ff0000;
		}