/** GATEWAY ELEMENTS *************************************************/

	BODY#market {
	
		background-color: #E4E5EA;
	}
	
	#marketbox {
		background-color: #863f13;
		_height: 207px;
		height: 207px;
		_width: 413px;
		width: 413px;
	}
	
	#marketContent {
		padding-left: 35px;
		padding-right: 15px;
		padding-top: 30px;
		padding-bottom: 10px;
		_width: 340px;
		width: 340px;
		
	}
	
	#bottomMarket {
		_width: 771px;
		width: 771px;
	}
	
	.marketWelcome {
		color: #CC6601;
		font-size: 30px;
		font-weigth: bold;
	}
	
	.marketText {
		color: #fff;
	}
	
	.marketTextBottom {
		padding-top: 20px;		
		color: #CC6601;
		text-align: right;
		font-weigth: bold;
		font-size: 16px;
	}