/* CSS Table */
 
 
#main{
position:relative;
width:820px;
margin:0 auto;
border:0px solid #FF0000;
height:520px;
background-color:#DCDCDC;

}
#icon{
width:20px;
float:left;
}

#leftconindex{
 height:493px;
 float:left;
 width:635px;
 margin:2px 0px 0px 0px;
 padding:2px 4px 0px 5px;
 border-right:1px dotted #666666;
 border-bottom:0px solid #00ffff;
 background-color:#f5f5f5;
}  
#leftcon{
 height:515px;
 float:left;
 width:635px;
 margin:2px 0px 0px 0px;
 padding:2px 4px 0px 5px;
 border-right:1px dotted #666666;
 border-bottom:0px solid #00ffff;
 background-color:#f5f5f5;
}
#rightcon{
width:175px;
float:right;
border:0px solid #ff9999;



}

table.annoce {
	border-top:1px solid #666666;
	border-right:1px solid #666666;
	border-left:1px solid #666666;
	border-bottom:1px solid #666666;
	background-color:#0033CC;
	border-collapse: collapse;
	color:#FF0000;
	font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
table.annoce th {
	border-top:1px solid#666666;
	border-right:1px solid #666666;
	border-left:1px solid #666666;
	border-bottom:1px solid #666666;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.annoce td {
	border-top:1px solid#666666;
	border-right:1px solid #666666;
	border-left:1px solid #666666;
	border-bottom:1px solid #666666;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

.line{
background:url(../images/line.gif) repeat;


}

 #footer{
  position:inherit;
  font-size:11px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  height:100px;
  width:820px;
  padding:0px 0px 0px 0px;
  margin:0 auto;
  color:#000066;
  border-right:1px solid #999999;
  border-left:1px solid #999999;
  border-bottom:1px solid #999999;
  background-color:#FFFFFF;
  background:url(../images/bottom.gif) bottom;
 }
