@charset "UTF-8";
/* CSS Document */

body {
   background-color: #7F726F;
   margin: 0px;
   font-family:Arial, Helvetica, sans-serif;
  /*  background-image:url(img/bg_body.gif);
   background-position: 0 495px;
   background-repeat: no-repeat;  */
   color: #DDC6C1;
   font-size: 13px;
}


a {
  color: #DDC6C1;
  text-decoration:underline;
  }
a:hover {color: #FF3399;
}

h2 {
   font-weight: normal;
}


/*-- core ---*/


#frame {
   width: 850px;
   margin-top: 45px;
   background-color: #261E23;
   background-image:url(img/bg_body2.gif);
   background-repeat: repeat-y;

}
#frame2 {
   width: 850px;
   margin-top: 45px;
   background-color: #261E23;
  background-image:url(img/bg2.gif);
   background-repeat: repeat-y; 

}

#frame3 {
   width: 850px;
   margin-top: 45px;
   background-color: #261E23;
  background-image:url(img/bg3.gif);
   background-repeat: repeat-y; 

}

/* --- Page Type 1 --*/

#l_frame {
   width: 440px;
   display: block;
   height: 550px;
   float: left;

}

#r_frame {
   width: 400px;
   float: right;
   display: block;

}


/*-- Page Type 2 ---*/

#frame_fullbg {
   width: 850px;
  background-image:url(img/bg_content1.jpg);
   background-repeat: no-repeat; 
   
}

#frame_fullbg2 {
   width: 850px;
  background-image:url(img/bg_content2.jpg);
   background-repeat: no-repeat; 
   
}
#frame_fullbg3 {
   width: 850px;
  background-image:url(img/bg_content3.jpg);
   background-repeat: no-repeat; 
   
}
#frame_fullbg4 {
   width: 850px;
  background-image:url(img/bg_content4.jpg);
   background-repeat: no-repeat; 
   
}

#frame_fullbg5 {
   width: 850px;
  background-image:url(img/bg_content5.jpg);
   background-repeat: no-repeat; 
   
}

/*-- CONTENT AREAS --*/

.content {

   padding: 40px;
   clear: both;

}


.content2 {

   padding: 40px;
   padding-left: 75px;
   clear: both;

}


#nav {
   width: 380px; 
   margin-top: 20px;
   float: right;
}

#nav a {
   padding-top: 7px;
   padding-bottom: 7px;
   padding-right: 9px;
   display: block;
   color: #000;
   font-size: 14px;
   text-decoration: none;
   text-align: right;
   float: right;
   clear: right;
   margin-top: 6px;
}

#nav a:hover {
  

}

.m1 {
   background-color: #66CC99;  
   padding-left: 150px;
}
.m1:hover {
   background-color: #7DAE9B;  
}

.m2 {
   background-color: #336699;
   padding-left: 60px;
}
.m2:hover {
   background-color: #335067;
}

.m3 {
   background-color: #FF9933;
   padding-left: 185px;
}
.m3:hover {
   background-color: #CFA26E;
}

.m4 {
   background-color: #993366;
   padding-left: 80px;
}
.m4:hover {
   background-color: #654459;
}


#clear_bottom {clear: both;}



#footer {
  width: 850px;
  text-align: center;
  font-size: 12px;
  color: #261E23;
  margin-top: 15px;
  margin-bottom: 50px;

}

#footer a {
  font-size: 12px;
  color: #261E23;
  padding-left: 10px;
  padding-right: 10px;
  

}
#footer a:hover {

color: #FF3399;
}