body{
	padding:0;
	position:relative;
	background-color: #CCC;
}

a img {border: none; }
b{}
em{}

#container{
	width: 750px;
	margin: 0 auto; /*centers page*/
}

#header{
	background: #FFF;
	background-color: #000066;
	height: 100px; /*Height of top section*/
	font-size: 24pt;
	text-align: left;
	font-family: verdana;
	color: #ffffff;
	width: 100%;
}

#header h1{
	margin: 0;
	padding-top: 20px;
	padding-left: 10px;
	overflow: hidden;
	font-size: 24px;
	display:none;
}

#blanket{
	background: url("images/chrome.png") no-repeat;
	background-color: #FFF;
}

#home{
  display: inline-block;
  width: 150px;
  height: 50px;
  background: url("images/home1.png");}
#home:hover{
	background: url("images/home2.png");}
#home span{
  display: none;}

#about{
  display: inline-block;
  width: 150px;
  height: 50px;
  background: url("images/about1.png");}
#about:hover{
	background: url("images/about2.png");}
#about span{
  display: none;}

#gallery{
  display: inline-block;
  width: 150px;
  height: 50px;
  background: url("images/gallery1.png");}
#gallery:hover{
	background: url("images/gallery2.png");}
#gallery span{
  display: none;}

#contact{
  display: inline-block;
  width: 150px;
  height: 50px;
  background: url("images/contact1.png");}
#contact:hover{
	background: url("images/contact2.png");}
#contact span{
  display: none;}

#sheets{
background-color: #FFF;
min-height: 350px;
}

.content{
margin-top: 0;
text-align: center;
font-family: Verdana, Geneva, sans-serif;
font-style: italic;
}

.content h3{
	color: #777;
}

#story{
	margin-top: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	margin-left: 12.5%;
	margin-right: 12.5%;
}

.pic{
	padding-top: 2px;
	padding-left: 25px;
	text-align: left;
	float: left;
}

#footer{
background: url("images/line.png") no-repeat;
background-position: center;
background-color: #FFF;
text-align: center;
font-SIZE: 12pt;
font-face: Arial;
}

#footer a{
color: #3300FF;
}


