/* Start of CMSMS style sheet 'home2css' */
/* CSS Document */

body {
     background-color:#666666;
     font-size: 12px;
     color:#999999;
     font-family: Verdana, Tahoma, Arial;
     margin:0;
}

h1 {
      font-size:22px;
}

a {
     color:#ABC6DD;
     text-decoration:underline;
}

a:hover {
     color:#ABC6DD;
     text-decoration:none;
}

#wrapper { 
    width:970px;
    margin:auto;
}


#content {
    background-color:#3B393A;
    width:970px;
}

#left { 
    background-color:#3B393A;
    width:261px;
    float:left;
}


#right {
    background-color:#000000;
    width:709px;
    float:right;
}

.in {
   padding:0px 15px 15px 15px;
}

/* End of 'home2css' */

