body {
  background-color: white;
}
* {
  margin: 0px;
  padding: 0px;
}
#pack {
   width: 800px;
   margin: 0px auto;  
}
#head {
   height: 260px; 
}

#head img {
   margin-left: 500px;
   margin-top: -35px;
}

#text {
   position: relative;
   top: 90px;
   left: 100px;
}

#head h1 {
   font-family: verdana, sans;
   font-size: 30px;
   color: #6c6262
   /*#6c6262*/   
}
#head h1 em {
   color: #a52a2a; 
   font-weight: bold;
}

#head h2 {
   color: #6c6262;
   font-family: verdana, sans;
   font-size: 16px; 
   padding-left: 10px;  
}


#head h3 {
   color: #6c6262;
   font-family: verdana, sans;
   font-size: 12px; 
   padding-left: 10px;  
}

#nav {
   height: 51px;
   background-image: url(images/line.png);
   background-repeat: repeat-x;
   background-position: 0% 100%;
   border: 1px solid white;
}

#a-menu {
   margin-left: 300px;
   margin-top: 12px;
}

#a-menu a {
   margin: 0px 5px 0px 0px;
   background-color: #6c6262;
   padding: 4px 10px 4px 10px;
   color: white;
   text-decoration: none;
   font-weight: bold;
   font-family: verdana, sans-serif;
   font-size: 13px;
   border-top: 3px solid #a52a2a;
   border-left: 3px solid #a52a2a;
   border-right: 3px solid #a52a2a;      
}

#a-menu a:hover {
   background-color: #a52a2a;
} 
#left {
   width: 199px;
   float: left;
   border-right: 1px solid #ebebeb;
}
#right {
   width: 575px;
   float: right;
   margin-left: 25px;
}

#left h1 {
   font-family: verdana, sans;
   font-size: 30px;
   color: #a52a2a;
   padding: 0px 0px 3px 10px;
   margin: 0px 31px 5px 12px;
   border-bottom: 2px dashed #cbcbcb;
}
#left h2 {
   font-family: verdana, sans;
   font-size: 12px;
   color: #6c6262;
   padding: 3px 0px 3px 25px;
}

#left h3 {
   font-family: verdana, sans;
   font-size: 10px;
   color: #6c6262;
   padding: 3px 0px 3px 25px;
}


#left ul {
   list-style-type: none;
}
#left li {
   font-family: verdana, sans;
   color: #888888;
   font-size: 11px;
   padding: 0px 0px 3px 20px;
}

#right li {
   font-family: verdana, sans;
   color: #888888;
   font-size: 14px;
   padding: 0px 0px 3px 20px;
}

#right p {
   font-family: verdana, sans;
   font-size: 15px;
   color: #888888;
}

#right h1 {
   font-family: verdana, sans;
   color: #a52a2a;
   font-size: 30px;
   padding: 15px 0px 10px 35px;
}
#right img {
   float: left;
}

#right h2 {
   color: #a52a2a;
   font-family: verdana, sans;
   padding: 6px;   
}


#right h3 {
   color: #a52a2a;
   font-family: verdana, sans;
   padding: 6px;   
}


#down {
   clear: both; 
   height: 55px;
   background-image: url(images/line2.gif);
   background-repeat: repeat-x;
   background-position: 0px 20px;
}
#down p {
   color: #b2b2b2;
   font-family: verdana, sans;
   font-size: 13px;
   text-align: center;
   padding-top: 35px; 
}
#left img {
   margin-top: 8px; 
   margin-left: 10px;
}

#down a {
   color: #a8a7a7;
   text-decoration: none;  
}
#down a:hover {
   color: #6c6262; 
}
a {
   text-decoration: none;
   font-weight: bold;
   color: #6c6262;   
}
a:hover {
   color: #a52a2a;
   text-decoration: underline;
}


