/* CSS style sheet for Lot49stampco.com */

/* body styling */
body {
  margin: 0;
  padding: 0;
  background-color: #b57600;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 1em;
}

#pagesurround {
	width: 748px;
	margin: 0px auto;
	padding: 0;
	border: 2px solid #333333;
	background-color: #fbd7a1;
}		
						 
/* masthead styling */
.masthead {
	background-color: #fbd7a1;
	color: #000;
	text-align: center;
	font-size: 3em;
}

.masthead img {
border-bottom: 1px solid black;
border-style: none none solid none;
}

.submast {
	text-align: center;
	font-size: 1.5em;
	padding-top: 5px;
	padding-bottom: 5px;
}

.slogan {
	text-align: center;
	font-style: italic;
	}

#navigation {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
	background-color: #fff;
}

#showcase {text-align: center;
		margin: 30px;
}

.footer {
	text-align: center;
	background-color: #fbd7a1;
	color: black;
	}

/* navigation area */


/* sidebar section */	



/* Main section */


/** Links Styling **/
a { 
  text-decoration: none;
  }
	
a:hover { 
  text-decoration: underline; 
  background-color: #edc393;
	}
