body {
   background-color: "#DADADA";
   text-align:center;
}

#container {
  background: #fff; 
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border: 0px solid black; 
  top:0;  
  padding: 0;  
  width: 900px;  
  text-align: left; 
} 


#border { 
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid black; 
  top:0;  
  padding: 0;  
  width: 900px;  
  
  text-align: left; 
} 

div#header {
  background: #fff;
  position:relative;
  left: 0px;
  width: 900px;
  height: 183px;
}

div#buttons {
  background: #fff;
  position: relative;
  left: 0px;
  width: 900px;
  height: 31px;
}

div#content {
  background: white;
  position: relative;
  left: 0px;
  width: 900px;
    
}

div#contentmain {
  background: #fff;
  /*background-image: url("http://www.thehooploop.com/images/mainhome.gif");*/
  position: relative;
  left: 0px;
  width: 800px;
  margin-left: 45px;
  margin-top: 15px;
  margin-right: 45px;
  
}

div#contenttextimage {
  background: #fff;
  position: relative;
  left: 0px;
  width: 786px;
  height: 285px;
}

div#footer {
  background: white;
  position:relative;
  width: 900px;
  height: 50px;
  text-align: bottom;
  margin-top: 15px;
}

.imagecontainerleft {
	position: relative;
	float: left;
	margin-right: 25px;
	margin-left: 4px;
}

.imagecontainerleft p {
	text-align: left;
}


#content p img.rightcaption, #content p img.leftcaption, #content p img.leftcaptionright {
	border: 2px solid #000;
	margin: 0 4px 2px 4px;
	padding-top: 0;
}

#content p img.rightcaptionb, #content p img.leftcaptionb, #content p img.leftcaptionrightb {
	margin: 0 4px 2px 4px;
	padding-top: 0;
}

#content p img.rightcaption {
	float: right;
	margin-right: 15px;
}
#content p img.leftcaption {
	float: left;
	margin-right: 15px;
}

#content p img.rightcaptionb {
	float: right;
	margin-right: 15px;
}
#content p img.leftcaptionb {
	float: left;
	margin-right: 15px;
}

#content.narrow {
	width: 410px;
}



h1 {font-size: 36pt}
h2 {text-align:left;font-size:14pt;}
h3 {text-align:center;font-size:14pt;}

p.centered {text-align: center}
p.left {color: rgb(255,255,255)}
