@charset "UTF-8";
/* CSS Document */

#statesContainer {

	width:auto;
	height:auto;
	}

#stateImage {
	width: auto;
	height:auto;
	float:left;
	clear:left;
	margin-right: 15px;
	margin-bottom: 10px;
	}
#stateInfo {
	width: 450px;
	height:auto;
	margin-bottom: 10px;
	float:left;
	}
#stateCopy { 
	width: auto;
	height:auto;
	float:right;
	clear:right;
	margin-top: 20px;
	}