body {
    margin: 0;
    background-color: #000000;    
    font-family : Arial;
    font-size : 12px;
    text-align:center;
}

.page {
  background-color: #FFFFFF;
  width: 800px;
  height: 100%;
  margin: 0px auto; 
  position: relative;
}

#header {
    margin:0px;
    width: 790px;	
    height: 110px;
    background: transparent url("images/header.gif") left top no-repeat;
    text-align: right;
    padding-right: 5px;
    padding-top: 5px;    
    color: #999999; 
    font-size : 9px;       
}

#header a {
    color: #999999; 
    text-decoration: none;       
}


#menubar{
    background: #ffffff;
    width: 800px;
    height:18px;
    margin: 0px;
    padding-top: 2px;
    padding-bottom: 2px;    
    border-style: solid none solid none;
    border-color: #000000;
    border-width: 1px; 
    text-align:left; 
}

.menu {
  float:left;
  margin: 0px;
  width: 155px;
  color : #000000;	
  text-align:center;
  font-weight:bold;   
}

.menu a{
  color : #000000;	
  font-weight:bold;
  text-decoration: none;      
}

.menu a:hover{
  color : #DAB2E2;	
  font-weight:bold;   
  text-decoration: none;  
}

#current_section{
  color : #DAB2E2;	
  font-weight:bold;
  text-decoration: none;      
}

#content {
	width : 800px;	
    margin: 0px;
    padding: 0px;
    background-color:#ffffff;
}

#content_sx {
    float:left;
	position: relative;
	width : 630px;
    height:530px;    
	margin: 0px;
    padding:10px;
    background: #ffffff url("images/sfondo.gif") top right no-repeat;
    text-align:left;
}

#event_sx {
    float:left;
	position: relative;
	width : 630px;
    height:460px;    
	margin: 0px;
    padding:10px;
    background: #ffffff;
    text-align:left;
    overflow:auto;
    scrollbar-face-color: #EDD1F3;  
    scrollbar-arrow-color: #A972B4;  
       
}

.text{
    float:left; 
    width:275px;
}

.text_sx{
    float:left; 
    width:225px;
}

.text_sx_hp{
    float:left; 
    width:150px;
}
.text_dx{
    float:left; 
    width:325px;
}


#content_dx {
    float:left;
	position: relative;
    height:530px;
	width : 130px;    
	margin: 0px;
    padding:10px;
    background-color: #ffffff;  
    text-align:center;
}

#collezioni_sx {
    float:left;
	position: relative;
	width : 670px;
    height:550px;    
	margin: 0px;
    padding:10px;
    background: #ffffff url("images/sfondo.gif") top right no-repeat; 
    text-align:center;
}

#collezioni_dx {
    float:left;
	position: relative;
    height:550px;
	width : 90px;    
	margin: 0px;
    padding:10px;
    background: #ffffff;  
    text-align:center;
    overflow:auto;
}


#footer {
    color: #888888; 
    font-size : 11px; 
	width : 800px;	
    height: 35px;
    margin: 0px;
    padding: 0px;
    background-color:#ffffff;
    border-style: solid none none none;
    border-color: #000000;
    border-width: 1px; 
    text-align:left;
    padding-top:5px;
}

#footer a{
    color: #888888; 
    text-decoration: underline; 
}

#footer_marchi {
    color: #888888; 
    font-size : 11px; 
	width : 800px;	
    margin: 0px;
    padding: 0px;
    background-color:#ffffff;
    border-style: solid none none none;
    border-color: #000000;
    border-width: 1px; 
    text-align:center;
    padding-top:5px;
}



.title{
    color: #000000;
    font-weight: bold;
    border-style: none  none solid none;
    border-color: #DAB2E2;
    border-width: 1px;     
    text-align: left;
}

.subtitle{
    color: #000000;
}

#pulisci{
    clear:both;
}


INPUT, SELECT {
  color : #000000;
  font-size : 11px;
  line-height : 15px;
  font-family : Verdana;
  border: 1px solid #4A3C1C;
  background-color: #D0C2A2;
  
}

TR,TD, TH {
  color : #4A3C1C;
  font-size : 11px;
  line-height : 15px;
  font-family : Verdana;
 
}

A {
  color : #000000;
  text-decoration:none;  
  
}

A:link, A:visited, A:active {
  color : #000000;
  text-decoration:none;  
  
}
A:hover {
  color : #000000;
  text-decoration:underline;
}

