body {
  background: #C0C0C0;
  MARGIN: 0 0 0 0;
}
.container {
    
	width: 760px;
	text-align: left;
	MARGIN: auto;
	position:relative;
	border: 1px solid black;
	 background: #FFFFFF;
}
.header {
	border: 0px solid blue;
	background-image: url(../images/layout/header.jpg);
	background-repeat: no-repeat;
	height: 198px;
	width: 760px;
	
}
.nav {
	height: 24px;
	
	color: #222A2F;
	width: 760px;
	
}
.leftNav {
	height: 24px;
	width: 222px;
	float:left;
	text-align: center;
}

.mainContent {
	width: 538px;
	padding: 0px 0px 0px 0px; 
	float:right;
	text-align: center;
}

.footer {
    width: 760px;
	background-color: #262F35;
	text-align: right;
	padding: 2px 0px 2px 0px; 
	
	clear: both; 

	
}
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.topSpacer {
	height: 16px;
	width: 760px;
	text-align: center;
}
.bottomSpacer {
	height: 20px;
	width: 760px;
	text-align: center;
	clear: both; 
}
