/* CSS Document */



html  { 
   font-size:12px;
   font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
   letter-spacing:1px;
   line-height:17px;
   text-decoration: none; 
   margin:0;
   padding:0;
   background-color: white;
   color: #990000;
}


body {
   min-width:800px;
   background-image:
   url('bck-a2.gif');
   background-repeat: repeat-x
}

SPAN.prices 
{ font-weight:bold;
color: black; }
   
ul.disc {list-style-type: disc}
   
   
a  {
   color: black;
   text-decoration:none;
}

a:hover {
   text-decoration:underline;
   color: red;
}

a.one:link  { 
   color: blue;
   text-decoration:underline;
}

a.one:visited {
   color: purple;
   text-decoration:underline;
}

a.one:hover {
   text-decoration:underline;
   color: red;
}


a.none:link  { 
   color: red;
   text-decoration:none;
}

a.none:visited {
   color: silver;
   text-decoration:none;
}

a.none:hover {
   text-decoration:none;
   color: silver;
}


h1.main {
   font-size: 200%;
   padding-left:10px;
   text-align:left;
   color: red;
}


h1 {
   font-size:175%;
   text-align:left;
}

h2 {
   color: green;
   font-size: 150%;
}

h3 {
font-size:15px; 
text-align:center; 
color: red;
}


p.question {
font-size:125%;
color: orange;
line-height:3px;
}

p.answer {
text-indent:10px;
color: blue;
line-height:3px;
}

p.testimonial {
color: gray;
line-height:3px;
}
   
p.tname {
color: green;
line-height:3px;   
}

#img {
	border:none;
}

#container {
   background:white;
   margin:0 auto 0 auto;
   width:700px;
   height:700px;
}

#header {
   background-color: white;
   }



#menu {

background:white;

   text-align:center;
   line-height:20px;
   
   margin-left:0px;

   padding-bottom:50px;

   float:left;
   width:170px;
   
   /* Changed this 2/5/08 */
   padding-left:20px;
   
   }

#sidebar {

background:white;

   
   /* Changed this 2/5/08 */
   padding-right:50px;

   float:right;

/* Changed this 2/5/08 */
   width:450px;
   
   
   
   }

#bottom {

   padding-left:50px;

   float:left;
   width:550px;
   }

.menu-other-letters     { color: white; font-style: normal; font-weight: normal; font-size: 10px; line-height: 14px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.menu-other-letters-WHT { color: yellow; font-style: normal; font-weight: normal; font-size: 10px; line-height: 14px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.menu-first-letter   { color: white; font-style: normal; font-weight: normal; font-size: 12px; line-height: 14px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.menu-first-letter-WHT { color: black; font-style: normal; font-weight: normal; font-size: 12px; line-height: 14px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }



#footer {

   font-size:13px;
   text-align:center;
      
   padding-top:10px;
   padding-bottom:10px;
   
   color: white;
   background-color:gray;
   clear:both;
   }
