$Id: basic.css 36 2006-03-09 08:07:23Z linexpmail $

/* Basic css
----------------------------------------------- */

body {
  background:#fff;
  margin:0;
  padding:40px 20px;
  font:x-small Georgia,Serif;
  text-align:center;
  color:#333;
  }
  
a:link {
  color:#589;
  text-decoration:none;
  }
  
a:visited {
  color:#969;
  text-decoration:none;
  }
  
a:hover {
  color:#c60;
  text-decoration:underline;
  }
  
a img {
  border-width:0;
}


/* Header
----------------------------------------------- */

#header {
  width:660px;
  margin:0 auto 10px;
  border:1px solid #ccc;
  text-align:center;
  }
  
#header-title {
  margin:5px 5px 0;
  padding:20px 20px .25em;
  border:1px solid #eee;
  border-width:1px 1px 0;
  font-size:200%;
  line-height:1.2em;
  font-weight:normal;
  color:#666;
  text-transform:uppercase;
  letter-spacing:.2em;
  }
  
#header-title a {
  color:#666;
  text-decoration:none;
  }
  
#header-title a:hover {
  color:#c60;
  }
  
#description {
  margin:0 5px 5px;
  padding:0 20px 20px;
  border:1px solid #eee;
  border-width:0 1px 1px;
  max-width:700px;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  letter-spacing:.2em;
  color:#999;
  }
  
/* Content 
----------------------------------------------- */

#content {
  width:660px;
  margin:0 auto;
  padding:0;
  text-align:left;
  }
  
#main {
  width:410px;
  float:left;
  }
  
#sidebar {
  width:220px;
  float:right;
  }
  
/* Footer
----------------------------------------------- */
#footer {
  width:660px;
  margin:0 auto;
  padding:0;
  text-align:center;
  }