@charset "UTF-8";

body {
	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: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #fff;
}

.oneColElsCtr #container {
	width: 760px;
	height: 400px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #fff;
	background-position: center;
}

.oneColElsCtr #mainContent_left {
	height: 250px;
	width: 211px;
	float: left;
	padding-right: 30px;
	padding-top: 20px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #ccc;
}

.oneColElsCtr #mainContent_right {
	height: 333px;
	width: 333px;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	background-color: #333;
}


/* Text Styles */

.oneColElsCtr #mainContent_left p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	margin-top: 30px;
	text-align: right;
}

.oneColElsCtr #mainContent_right p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #fff;
	text-decoration: none;
	margin-top: 15px;
	text-align: left;
	margin-bottom: 30px;
}

.oneColElsCtr #mainContent_left a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: underline;
}

.oneColElsCtr #mainContent_left a:hover {
	text-decoration: none;
}

.oneColElsCtr #mainContent_right a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
}

.oneColElsCtr #mainContent_right a:hover {
	text-decoration: none;
}

#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #555;
	text-align: left;
	margin-top: 30px;
}
