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

body {
	background-color: #00171F;
}

.oneColLiqCtr #mainContent {
	padding: 0 20px; 
}
	

.oneColLiqCtr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: center; /* this overrides the text-align: center on the body element. */
	
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #454545;
	
}

img {
	border: 0;
}