@charset "utf-8";
#leftMain {
	float: left;
	height: 842px;
	width: 202px;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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: #000000;
}
.oneColElsCtr #container {
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	width: 100%;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
#centerMain {
	float: left;
	width: 621px;
}
#logo {
	height: 261px;
	width: 621px;
	background-image: url(logo.jpg);
}
#content {
	background-image: url(content.jpg);
	height: 356px;
	width: 621px;
	color: #FFFFFF;
}
#contactMain {
	height: 57px;
	width: 621px;
}
#contactLeft {
	float:left;
	height: 57px;
	width: 201px;
	background-image: url(contactLeft.jpg);
}
#contactButton {
	float: left;
	height: 57px;
	width: 218px;
}
#contactRight {
	background-image: url(contactRight.jpg);
	float: left;
	height: 57px;
	width: 202px;
}
#contactFooter {
	height: 166px;
	width: 621px;
	background-image: url(contactFooter.jpg);
}
#mainRight {
	height: 840px;
	width: 201px;
	background-image: url(mainRight.jpg);
	float: left;
}

