body {
	margin: 0px;
	padding: 0px;
	font: 12px Verdana, Arial, Helvetica, Sans-Serif; 
	background: #191919 url(../images/background.gif) center top repeat-y; }
		
p {	
	margin: 0px;
	padding: 10px 0px; }
	
h1, h2, h3, pre {
	margin: 0px; }

img {
	padding: 0px;
	margin: 0px;
	border: 0px; }
	
/* ---------------------------------------- [Gallery Pictures] ---------------------------------------- */
#galleryContainer {
	margin: 0px auto;
	width: 440px;
	padding: 10px 0 20px;
	color: #88918F; }

#galleryHeader {
	margin: 0 0 15px 0;
	padding: 0px; 
	text-align: center; }

#galleryHeader h3 { 
	font-size: 11px; 
	font-weight: normal; 
	font-family: Verdana, Arial, Helvetica, Sans-Serif; }

#galleryPictures {
	margin: 0px auto;
	padding: 0px; }
	
#galleryPictures td {
	width: 105px;
	padding: 3px 2px;
	text-align: center;
	vertical-align: middle; }
  
#galleryPictures img {
	border: solid 1px #555E5B; }
  
#galleryPictures img:hover {
	border-color: #86918E; }

#galleryButtons {
	list-style-type: none;
	margin: 1px 0 0 57px; 
	padding: 0px; }
	
#galleryButtons li {
	display: inline; }
	
#galleryButtons li.hidden {
	visibility: hidden; }
	
#galleryButtons #galleryNext {
	padding-left: 162px; }
	
#galleryNavigation {
	padding: 15px 57px 0 57px;
	color: #798582; }
	
#galleryNavigation a { 
	color: #999933;
	text-decoration: none; }
	
#galleryNavigation a:hover {
	text-decoration: underline; 
	color: #CCCC66; }
	
#galleryNavigation div.center {
	padding-top: 20px;
	text-align: center; }