/* -------------------- MAIN --------------------- */

body {
background-color: #F9CAFF;
font-family: Verdana, Helvetica, sans-serif;
font-size: 9pt;
text-align: center;
margin: auto;
color: #663B12;
}

h1 { 
font-family: Verdana, Helvetica, sans-serif; 
font-size: 13pt;
margin: 0px;
color: #663B12;
font-weight: bold;
}

A:link {
text-decoration:underline;
color: #3A84B4;
font-weight: bold;
}
A:visited {
text-decoration:underline;
color: #3A84B4;
font-weight: bold;
}
A:alink {
text-decoration:underline;
color: #3A84B4;
font-weight: bold;
}
A:hover {
text-decoration:underline;
color: #3A84B4;
font-weight: bold;
}

/* -------------------- TEXT--------------------- */

.text13 {
font-size: 13pt;
}
.text8 {
font-size: 8pt;
}
.text6 {
font-size: 6pt;
}

/* -------------------- CLASSES --------------------- */

.item {
clear: both;
position: relative;
width: 520px;
height: 90px;
text-align: left;
padding: 5px;
border-bottom: 1px dotted #cacaca;
}
  .item_img {
  float: left;
  position: relative;
  width: 60px;
  text-align: left;
  padding: 5px;
  }
  .item_text {
  float: left;
  position: relative;
  width: 440px;
  text-align: left;
  padding: 5px;
  }
  
.item_right {
clear: both;
position: relative;
width: 180px;
text-align: left;
padding: 5px 0px 5px 0px;
border-bottom: 1px dotted #A9A9A9;
}

.thumb {
float: left;
position: relative;
width: 30px;
height: 30px;
text-align: center;
padding: 3px 1px 3px 0px;
}

.button_big {
background-color: #74CA00;
color: #ffffff;
font-weight: bold;
font-size: 13pt;
height: 30px;
width: 150px;
}
.button_big_offline {
background-color: #D40303;
color: #ffffff;
font-weight: bold;
font-size: 13pt;
height: 30px;
width: 150px;
}

/* -------------------- ID'S --------------------- */


#container {
position: relative;
width: 763px;
margin: auto;
}

#top1 {
clear: both
position: relative;
width: 763px;
height: 60px;
text-align: left;
}

#top2 {
clear: both
position: relative;
width: 743px;
height: 79px;
background: url(images/top2.gif);
text-align: left;
padding: 60px 10px 10px 10px;
}

#top3 {
clear: both
position: relative;
width: 763px;
height: 28px;
background: url(images/top3.gif);
}

#content {
clear: both
position: relative;
width: 763px;
overflow: hidden;
margin: 0 auto;
background: url(images/faux.gif);
}
  #content_left {
  float: left;
  position: relative;
  width: 543px;
  text-align: left;
  padding: 10px;
  }
  #content_right {
  float: left;
  position: relative;
  width: 180px;
  text-align: left;
  padding: 10px;  
  }  

#footer {
clear: both
position: relative;
width: 753px;
height: 15px;
background-color: #ffffff;
margin-top: 10px;
margin-bottom: 10px;
text-align: left;
padding: 5px;
}




