/*
-----------------------------------------------------------
alice design web basic style
 
-----------------------------------------------------------*/



/* to reset browser-specific settings
-----------------------------------------------------------*/



/* basic elements
-----------------------------------------------------------*/


body {
  color: #999;
  background-image: none;
  background-repeat: no-repeat;
  background-color: #fff;
  text-align: center; /* this is for IE to center the cantainer ;) */
  font: x-small Helvetica, Sans-serif;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
  } html>body {font-size:small;}

a:link {
  text-decoration: none;
  color: #ff3;
  border-bottom: 4px solid #ff3;
  }
  
a:visited {
  text-decoration: none;
  color: #f00;
  border-bottom: 4px solid #f00;
  }

a:hover {
  color: #f00;
  border-bottom: 4px solid #f00;
  }
  
a:active {
  color: #c93;
  border-bottom: 4px solid #c93;
  }
  
p {
  font-size: 480%;
  color: #ff3;
  line-height: 1.2em;
  }
  
h1, h2, h3, h4, h5, h6 {
  color: #777;
  padding: 0;
  margin: 0;
  }
  
div {
  border: none;
  }
  
em {
  font-style: normal;
  }  

img {
  margin: 0;
  padding: 0;
  }  

/* basic divs centering the layout
-----------------------------------------------------------*/




#container {
  width: 900px;
  margin: 0px 0px 0px 150px;
  padding: 0;
  }

#main {
  float: left;
  width: 100%;
  text-align: left; /* to revoke the body definition to please IE */
  }
  
  
  
/* the site structure
-----------------------------------------------------------*/



#maincontent {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  }




  


  

  
  
  
  
  
  