@charset "utf-8";
/* CSS Document */

body {
	background: #fcfcfc;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #42504f;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.oneColLiqCtr #container {
	width: 960px;  /* this will create a container 70% of the browser width */
	background: #fcfcfc;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColLiqCtr #header {
	width: 875px;
	height: 200px;
	background-color: #fcfcfc;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

.oneColLiqCtr #nav {
	float: right;
	margin-top: -85px;
}

.oneColLiqCtr #nav a {
	text-decoration: none;
}

.oneColLiqCtr #nav ul {
	list-style: none;
}

.oneColLiqCtr #mainContent {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px 20px 0px 0px;
	background-color: #d2ebf7;
	overflow: visible;
	height: 820px;
}

h1 {
	color: #00a99d;
	font-weight: bold;
}

.oneColLiqCtr #meet {
	margin: 0px 50px 10px 50px;
	width: 270px;
	height: 250px;
	color: #42504f;
	text-align: justify;
	float: left;
}

.oneColLiqCtr #screenshot {
	float: right;
	padding-right: 36px;
	margin-top: -60px;
}

.signup {
	width:732px;
	margin: 0px 0px 0px 48px;
	background-color: #1cb2a9;
	font-size: 15pt;
	color: #fcfcfc;
	padding: 35px;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: -0.1em;
}

.signup img {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
}

.column {
	margin: 15px 0px 0px 44px;
}
.guide {
	width: 240px;
	float: left;
	margin: 0px 42px 0px 0px;
	text-align: left;
}

.screenshot {
	border: 2px solid #d1dbe0;
}
