body {   
  color:#333; 
  background-color:white;
  margin:20px; 
  padding:0px; 
} 

.clrleft {
	clear:left;
}

.clrright {
	clear:right;
}

.floatleft { 
  float:left; 
  margin:0px 10px 10px 0px; 
} 
 
.floatright { 
  float:right; 
  margin:0px 0px 10px 10px; 
} 

.left { 
  text-align:left; 
}
 
.center { 
  text-align:center; 
} 

.right { 
  text-align:right; 
} 

a { 
  color:#08b; 
} 

a:link { 
  color:#08b; 
} 
 
a:visited { 
  color:#069; 
}

#sidebar {
  display:none;
}

h1 {
  text-align:center;
}

h2 {
  text-align:center;
}

.shortdesc {
}

.shortdesc img {
  float:left;
  margin-right:5px;
}

.gallerybox {
  text-align:center;
}