
a         {text-decoration: underline}
a:link    {color: #ff285b}
a:visited {color: #ff285b}
a:active  {color: #ff285b}
a:hover   {color: #d3214b}

body {
     padding: 20px 0 ;
     font: 13px/18px Arial, Helvetica, sans-serif;
     text-align: center   ;
     background: #272727;
     color: #424242;
}
#main {
     width: 900px;   
     margin-left: auto;
     margin-right: auto;
     text-align: left;
     background: #fff;

}


#right-null {
     width: 300px;
     float: right;
     padding: 0;
     border: 0;  
     background: #fff;     
}
#right {
     padding-top: 1px;
     padding-left: 35px;
     padding-right: 35px;
     padding-bottom: 35px;
	 font: 10px Arial, Helvetica, sans-serif;
}
#left-null {
     width: 600px;
     float: left;
     padding: 0;
     border: 0;  
     background: #fff;  
}
#left {
     padding-top: 1px;
     padding-left: 35px;
     padding-right: 35px;
     padding-bottom: 35px;
     background:url(images/background.png) 0 0 repeat-y; 
	 text-align: justify;
}
#footer-null {
     clear: both;
     width: 100%;
     padding: 0;
     border: 0;     
}

.noscreen { 
     display: none
}


#left img {
      padding:10px;
}

h2  {
      margin-top: 15px;
}


#right li {
      display: block;
      list-style-type: none;
      margin-left: -40px;
      padding: 10px;
      padding-left: 35px;
      border-left: 5px solid #ececec;  
      border-top: 1px solid #ececec; 
}
#right li a {
      text-decoration: underline;
      color: #4b4b4b; 
}

#right li a:hover {
      color: #272727; 
}

#right li:hover {
      border-left: 5px solid #c8c8c8;
}
#right h2 {
      color: #d3214b;
}



