html, body { 
  margin: 0px; 
  padding: 0px; 
  font-family: sans-serif;
  border: none; 
  outline-style: none;
  border: 0px;
  text-decoration: none;
  border-width: 0px;
}



#container { 
  width: 1200px; 
  height: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  text-decoration: none;
  border-width: 0px;

}

#header { 
  width: 1200px;
  height: 120px; 
  background-color: #FFFFFF;
  margin: 0 auto; 
  padding: 0;
}

#header img{ 
    text-decoration: none;
	border-width: 0px;
}

#header a{ 
    float: left;	
	padding-left: 10px;
	padding-top: 10px;
	text-decoration: none;
	border-width: 0px;
}

#header a:link { 
	color: #006400;
	text-decoration: none;
	border-width: 0px;
	}

#header a:visited { 
	color: #006400;
	text-decoration: none;
	border-width: 0px;
	}

#header a:hover { 
	color: #006400;
	text-decoration: none;
	border-width: 0px;
	}

#nav { 
	color: #006400;
	text-decoration: none;
	background-image:url("http://pearsonrealtyauction.com/images/top_nav_background.png");
  	background-repeat: repeat-x;
	height: 25px;
	width: 1200px;
}

#below { 
	background-image:url("http://pearsonrealtyauction.com/images/below_nav.png");
  	background-repeat: repeat-x;
	height: 8px;
	width: 1200px;
}
	
#container{ 
  background-image:url("http://pearsonrealtyauction.com/images/background_grad.jpg");
  background-repeat: repeat-x;
  border: thin solid black; /* remove this line to remove the border */
}

#container h1 { 
  font-size: 60px;
  color: #B22222;
  line-height: 40%;
  font-weight: bold;
  text-align: center;
}

#pic { 
  height: 375px;
  width:  500px;
  margin-right: auto;
  margin-left: auto;
  background-image:url("http://pearsonrealtyauction.com/images/auction.jpg");
  text-align: center;
}

#container h2 { 
  clear: both; 
  font-size: 30px;
  line-height: 40%;
  font-weight: bold;
  color: #006400;
  text-align: center;
}

#container h3 { 
  clear: both; 
  font-size: 15px;
  line-height: 75%;
  color: #006400;
  text-align: center;
}

#mid-col { 
  width: 270px;
  height: 756px;
  margin-right: 20px;
  background-color: #FFFFFF;
  float: right; /* switch this to left and below to right to change the column locations */
  border: thin solid black; /* remove this line to remove the border */
}
#mid-col a{ 
  font-size: 80%;
  line-height: 300%;
  padding-left: 12%;
}


#mid-col h4{ 
  font-size: 25px;
  color: #006400;
  font-weight: bold;
  text-decoration: none;
  padding-left: 12%;
}

#thick-col { 
  width: 500px;
  height: 800px;
  margin-right: 20px;
  float: right; 
}

#thick-col img { 
  width: 500px;
  height: 375px;
  border: 0px;
   
}

#thin-col {
  width: 350px; 
  padding-top: 10px;
  margin-left: 20px;
  float: left; 
}

#thin-col a{
 	padding-left: 40px;
}

#thin-col p{
  padding-left: 20px;
  font-size: 25px;
  color: #006400;
  font-weight: bold;
  text-decoration: none;
}

.pad {  
	padding-bottom: 10px;
}

.steps {  
	padding-bottom: 10px;
	color: #000000;
}
#contact {
	width: 1200px;
	height: 300px;
	float: left;
}

#logo{
	padding-left: 475px;
}

#logo img{ 
    text-decoration: none;
	border-width: 0px;
}

#footer {
	background-image:url("http://pearsonrealtyauction.com/images/top_nav_background.png");
  	background-repeat: repeat-x;
	height: 25px;
	width: 1204px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
}
#footer p{
	color: #FFFFFF;
	text-align: center;
	font-size: 80%;
	padding-top: 3px;
}
	
#footer a{
	color: #FFFFFF;
	
}