/* GLOBAL RESET */
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr {
  margin:0px;  
  padding:0px;  
  border:0px;  
  border-collapse:separate;  
  border-spacing:0px;
}

/**************************
GLOBAL STYLES
**************************/
body {
  background-color: #000;
  font: 100.1% Helvetica, Arial, Verdana, Tahoma, Sans-Serif;
  color: #FFF;
}

#wrapper {
	width: 736px;
  margin: 0 auto;
}
#rightCol {
	float: right;
  width: 164px;
  margin-top: 25px;
  background: #000 url(../images/global/sidebar_bg.png) no-repeat left top;
}

#content {
	margin-top: 25px;
}

/**************************
CUSTOM BACKGROUNDS
**************************/
#home #content {
	background: #000 url(../images/home/content_bg.jpg) no-repeat left top;
  width: 544px;
}

#history #content {
	background: #000 url(../images/history/content_bg.jpg) no-repeat left top;
  width: 544px;
}

#accomp #content {
	background: #000 url(../images/accomp/content_bg.jpg) no-repeat left top;
  width: 544px;
}

#photos #content {
	background: #000 url(../images/photos/content_bg.jpg) no-repeat left top;
  width: 544px;
}

#pyro #content {
	background: #000 url(../images/pyro/content_bg.jpg) no-repeat left top;
  width: 544px;
}

#contact #content {
	background: #000 url(../images/contact/content_bg.jpg) no-repeat left top;
  width: 544px;
}

/**************************
PHOTO GALLERY
**************************/
#content .photoGallery li {
	background: none;
  list-style: none;
  float: left;
  padding: 0;
  margin-left: 10px;
}

.photoGallery img {
	background-color: #440000;
	padding: 3px;
	border: 1px solid #633232;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

span.smallTxt {
	font-size: .7em;
}

/**************************
PYRO
**************************/
.right, .left, .center {
	background-color: #440000;
	padding: 3px;
	border: 1px solid #633232;
	margin: 5px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center {
	text-align: center;
}

/**************************
FOOTER
**************************/
#footer {
	clear: both;
  padding-top: 25px;
}

#footer img {
	float: right;
}

#footer ul li {
	display: inline;
	padding: 0px;
}

