/* style.css - a bcd style sheet */

body {background: url(b11.jpg);
	text-align: center; font-size:18px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color:#000000}



div#outer {    width: 87%;    background: url(stripe2.jpg);  
  margin-top: 10px;    margin-bottom: 50px;    margin-left: auto;    margin-right: auto;   
 padding: 0px;    border: none;}

div#header {
    clear: both;
    height: 20%;    
    padding: 1px;
text-align: left;
 
}
div#navbar {
  border: 2px solid #000000; border-right-style:none;border-left-style:none;
 
  }
#navbar ul { 
    margin: 0; 
    padding:5px; 
    list-style-type: none; 
    text-align: center; 
     
    } 

#navbar ul li {  
    display: inline; font-size: x-large; font-weight: bold;
    } 

#navbar ul li a { 
    text-decoration: none; 
    padding: .2em 1.5em; 
    color: #000000; 
   
    } 

#navbar ul li a:hover { 
    color: silver; 
     
    }
div#container {
    min-height: 20em;
    display: table-cell;
    vertical-align: middle }


div#left {
    float: left;
    width: 97%;padding: 8px;
}

div#right {
    float: right;
    width: 3%;
  padding: 10px;}



div#bottom {
   clear: both;}

div#bottom2 {
    clear: both;
}

div#footer {
    clear: both;
 padding:2px;}


 

  
a.bottom:link {color: #000000;font-weight: normal;text-decoration: underline;}
a.bottom:visited {color: #000000;font-weight: normal;text-decoration: underline;}
a.bottom:active {color: silver;font-weight: normal;text-decoration: underline;}
a.bottom:hover {color: silver;font-weight: normal;text-decoration: underline;}
p {margin-top:0; margin-bottom:0px}




h1 { text-align: center;margin-top:0; margin-bottom:0px }
h2 {border-top: 1px solid #000000; text-align: center;margin-top:0; margin-bottom:0px}

#goldboldtext{ 
  font-size: medium; 
  color: #cc9933;
  
}
#bgoldboldtext{ 
  font-size: x-large; 
  color: silver;
  font-weight: bold;
}

#goldboldtext2{ 
  font-size: medium; 
  color: silver;
  font-weight: bold;text-decoration: underline;
}

#blacktext2{ 
  font-size: large; 
  color: #000000;
 font-weight: bold;text-decoration: underline;
}
#smallblacktext{ 
  font-size: medium; 
  color: #000000;
  font-weight: bold;
}


#largeblacktext{ 
  font-size:70px;
 font-family:"Copperplate Gothic Bold"
  color: #000000;
  font-weight: bold;
}




img.noborder {border: none}


p.sales_info {font-style: italic}



#Main Page {

display: table;

}




#row one {

display: table-row;

}




#left col, #center, #right col {

display: table-cell;

}

