/* CSS Document */

body {
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
 }

a {
   color:#000000;
   text-decoration:none;
 }
 
a:hover {
   color:#A00C0C;
    text-decoration:none;
 }
 
#wrapper {
   width:821px;
   margin:auto;
}

#header {
   width:821px;
}

#search {
   width:821px;
}

#main {
   width:821px;
}

#left {
   width:296px;
   float:left;
}

#right {
    width:525px;
    float:right;
}
