h1 {
	font-family: "MS Serif", "New York", serif;
	font-weight: bold;
	font-size: 14pt;
	color:  #A1A02F;
}

h1.picCaptionsLarge{
	font-family: "MS Serif", "New York", serif;
       color:  #ddfa01;
	font-size: 22pt;
}

h1.webLinks{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 26;
	color: #A1A02F;
}

h1.PhotoGallery{
	color: #F8E651;
}

div#box{
	margin: 15 10%;
	background-color: #454545;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: normal;
	background-color: White;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	font-style: normal;
	background-color: White;
}

p.pics {
   background-color: transparent;
   color: white;
}

p.address {
	font-family: "Courier New", Courier, monospace;
	font-size: 13pt;
	background-color: White;
}

p.contactus {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10pt;
	font-style: normal;
}

p.halloffame {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-style: normal;	
}

p.picCaptions1 {
	font-family: "Franklin Gothic", Futura, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: center;
	font-weight: bold;
	border: 0px;
	color: #A1A02F;
	position: relative;
	left: auto;
	top: -9px;
}

p.picCaptions2 {
	font-family: "Franklin Gothic", Futura, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: center;
	border: 0px;
	color:  #A1A02F;
	position: relative;
	left: auto;
	top: -9px;
}

div.picTop {
	font-size: xx-small;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}

div.picBottom {
	font-size: xx-small;
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
}

div.picCaptions2 {
	font-family: "Franklin Gothic", Futura, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: 0px;
	color: Silver;
}

a {
	text-decoration: none;
}

a:link {	
	color: Teal;
}

a:visited{
	color: #055757;
}

a:active {
	color: Red;
}

a.webLinks {
	text-decoration: underline;
}

span.picBottom{
	color: Yellow;
}

#wrapper1{
width: auto;
margin:0;
padding:0;
background:red;
}
#wrapper2{
width: auto;
margin:0;
padding:0;
background:red;
}
#container{
position:relative;
width: auto;
margin:0;
padding:0;
background:yellow;
}
#nav{
position:absolute;
top:auto;
left:0;
width: 150px;
margin:0;
padding:0;
background:green;
}
#content1{
position:absolute;
top:auto;
left:auto;
width: auto;
margin:0;
padding:0;
background:white;
}
#content2{
position:absolute;
top:auto;
left:auto;
width: auto;
margin:0;
padding:0;
background:blue;
}

table.content{
width:598px;
} 

img{
	border: 0px;
}


div.charity {
	left:0px;
	right:0px;
	z-index: 100;
}

div.home {
	position: relative;
	
	top: -52;
	left: 12px;
	z-index: 50;
}

div.contactus {
	position: relative;
	top:-21px;
	left: 17px;
	z-index: 49;
}

div.awards {
	position: relative;
	top: -9px;
	left: 14px;
	z-index: 1;
}

div.fundraisers {
	position: relative;
	top: -20px;
	left: 28px;
	z-index: 1;
}

div.videos {
	position: relative;
	top: -55px;
	left: 45px;
	z-index: 1;
}

div.aboutus{
	position: relative;
	top: -65px;
	left: -25px;
	z-index: 45;
}

div.photogalleries{
	position: relative;
	top: -26px;
	left: -3px;
	z-index: 1;
}

div.donations{
	position: relative;
	top: -15px;
	left: 31px;
	z-index: 0;
}

div.forum{
	position: relative;
	top: -27px;
	left: 72px;
	z-index: 0;
}

div.weblinks{
	position: relative;
	top: -68px;
	left: 67px;
	z-index: 0;
}

TD.content {
	max-width: 622px;
}

Table.PhotoGallery{
	background-image: url(Photo_Galleries/TableBGPG.jpg);
}

#store_sidebar {
  float: left;
  padding-top: 1em;
  padding-left: 1em;
  padding-bottom: 1em;
  width: 14em;
  color: white;
  background: #141;
}

#store_main {
  margin-left: 15em;
  padding-top: 4ex;
  padding-left: 2em;
  background: white;
}

#holder {
  background: #141;
}

#notice {
  border: 2px solid red;
  padding: 1em;
  margin-bottom: 2em;
  background-color: #f0f0f0;
  font: bold smaller sans-serif;
}



/* Global SPMF OnLine Store styles */

/* START:notice */
#notice {
  border: 2px solid red;
  padding: 1em;
  margin-bottom: 2em;
  background-color: #f0f0f0;
  font: bold smaller sans-serif;
}
/* END:notice */

/* Styles for admin/list */

#product-list .list-title {
	color:        #244;
	font-weight:  bold;
	font-size:    larger;
}

#product-list .list-image {
  width:        60px;
  height:       70px;
}


#product-list .list-actions {
  font-size:    x-small;
  text-align:   right;
  padding-left: 1em;
}

#product-list .list-line-even {
  background:   #e0f8f8;
}

#product-list .list-line-odd {
  background:   #f8b0f8;
}


/* Styles for main page */

#banner {
  background: #9c9;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid;
  font: small-caps 40px/40px "Times New Roman", serif;
  color: #282;
  text-align: center;
}

#banner img {
  float: left;
}

#columns {
  background: #141;
}

#main {
  margin-left: 15em;
  padding-top: 4ex;
  padding-left: 2em;
  background: white;
}

#side {
  float: left;
  padding-top: 1em;
  padding-left: 1em;
  padding-bottom: 1em;
  width: 14em;
  background: #141;
}

#side a {
  color: #bfb;
  font-size: small;
}

p.admin {
    background-color: #141;
}

/* And entry in the store catalog */

#store  .entry {
  border-bottom: 1px dotted #77d;
}

#store  .title {
  font-size: 120%;
  font-family: sans-serif;
}

#store .entry img {
  width: 75px;
  float: left;
}


#store .entry h3 {
 margin-bottom: 2px;
 color: #227;
}

#store .entry p {
 margin-top: 0px; 
 margin-bottom: 0.8em; 
}

#store .entry .price-line {
}

#store .entry .add-to-cart {
  position: relative;
}

#store .entry  .price {
  color: #44a;
  font-weight: bold;
  margin-right: 2em;
}

/* START:inline */
#store .entry form, #store .entry form div {
  display: inline;
}
/* END:inline */

/* START:cart */
/* Styles for the cart in the main page and the sidebar */

.cart-title {
  font: 120% bold; 
}

.item-price, .total-line {
  text-align: right;	
}

.total-line .total-cell {
  font-weight: bold;
  border-top: 1px solid #595;
}


/* Styles for the cart in the sidebar */

#cart, #buy_button, #cart table {
  font-size: smaller;	
  color:     white;
}

#cart table {
  border-top:    1px dotted #595;
  border-bottom: 1px dotted #595;
  margin-bottom: 10px;
}
/* END:cart */

/* Styles for order form */

.depot-form fieldset {
  background: #efe;
}

.depot-form legend {
  color: #dfd;
  background: #141;
  font-family: sans-serif;
  padding: 0.2em 1em;
}

.depot-form label {
  width: 5em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block;
}

.depot-form .submit {
  margin-left: 5.5em;
}

/* The error box */

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}











/* Photogallery Stylesheet Section */


