
 body {
  text-align:center;
  font-family: Arial, Georgia, Serif;
  font-size: 14px;
  background-image: './images/bg.jpg';
  background-position: center;
  background-repeat: repeat;
}

#frame {
  
  width:1050px;
  margin-top:10px;
  text-align:left;
  
   
}

#main {
  float:left ;   
  width: 600px;
  
  padding: 10px;
  margin:5px;
}

#leftcontent {
  float: left;   
  width: 130px; 
  border: 1px dashed #CCCCCC;
  padding: 10px;
  margin: 5px;
}

#rightcontent {
  float: right;
  width: 130px;
  border: 1px dashed #CCCCCC;
  padding: 10px;
  margin: 5px;
}

#rightcontent p {
  font-size:10px;
  width: 130px;
  border: 1px dashed #CCCCCC;
  padding: 10px;
  margin: 5px;
}

#leftcontent a {
  font-size:12px;
  line-height:2;
}

#cart {
    font-size: 10px;
}

#cartbox {
  
  padding: 10px;
  margin: 5px;
    
}

.form {
  font-size: 10px;   
}

.menubar  {
  background-color: #FF0000;
  border:thin dashed #000099;
  color: #FFFFFF;
  }


#minimenu {}

#frontmain {
    float: left;
    width:  90%;
    background-color: white;
    border: groove blue thin; 
    padding: 10px;
    
}

#frontbox {
    float: left;
    width:  42%;
    background-color: red;
    border: groove blue thin; 
    padding: 10px;
}

#footer{
  width:860px;
  margin-top:10px;
  text-align:left;
  border: groove blue thin;
  background-color: blue;
  color: white;
  
}

.footercontent a {
    padding: 5px;
    color: white;
    background-color: NAVY;
   
    
    }    

h1 {
  font-size:large;
  font: Arial
}

#viewcard {
 border: teal;
 border-width: thin;
 background-image: './images/cardbg.jpg';

}

.design {

font-size: 11px;
text-align: right;
}

.logo a {

 text-decoration: none;
}

.marquee {
     height:20px;
     width:500px;
     background-color:#FFFFFF;
     font-family:Arial;
     font-size:12pt;
     color:#FF0000;
     border-width:thin;
     border-style:dotted;
     border-color:#0033FF;
 }

 .marqueeblack{

          height:20px;
     width:700px;
     background-color:#FFFFFF;
     font-family:Arial;
     font-size:12pt;
     color:black;
     border-width:thin;
     border-style:dotted;
     border-color:#0033FF;
  width:700px;
  color:black;
 }
