/* CSS Document */

*{
       margin:0px;
	   padding:0px;


}

A{
  text-decoration : none;color : crimson;
  cursor : default;
}
A:HOVER{
  color :#FF9999;
  text-decoration : none;
  cursor : default;
  visibility : visible;
  float : none;
  clear : none;
  position : relative;
  top : 1pt;
  left : 1pt;
}

#wrapper{
height:auto;
width:800px;
margin-left:auto;
margin-right:auto;
font-size:10px;
}

#left{
width:190px;
height:600px;
float:left;
background-color:#da2711;
}

#right{
padding:10px;
width:590px;
height:600px;
float:right;
}

#wrapper2{
height:600px;
}

#footer{
text-align:center;
font-style:normal;

}