/*
andreas05-alternative - an open source xhtml/css website layout
by Andreas Viklund (http://andreasviklund.com).
Made for OSWD.org, free to use as-is for any purpose as long as the proper
credits are given for the original design work.
Version: 1.0, September 27, 2005

Deeply modified by Carlo Perassi.

Modified by Timothy Montler 20061016, 20090730
*/

@font-face {
		font-family: 'Lucida Sans Unicode';
		src: url('lsansuni.ttf');
	}

body {
padding:0;
margin:0;
font:76% "Lucida Sans Unicode", sans-serif, syntax, sans-serif; 
background-color:#000000;
color:#ffffff;
}

 .tt {
 
    color:#6592ff;
    text-decoration:none;
    cursor:pointer;
  }
  
table {
color: gray;
}
  
a {
text-decoration:none;
background-color:inherit;
font-weight:bold; 
font-weight:normal; 
color:#6592ff;
}


a:hover {
background-color:inherit;
color:#6592ff;
}

h1 {
margin:0;
font-size:3.6em;
letter-spacing:-3px;
background-color:inherit;
color:#505050;
}

h2 {
margin:5px 0 10px 0;
font-size:1.8em;
letter-spacing:-1px;
font-weight:normal;
}

h3 {
margin:5px 0 10px 0;
font-size:1.2em;
letter-spacing:-1px;
font-weight:normal;
}

p {
margin:0 0 15px 0;
line-height:1.5em;
font-weight:normal; 
}


img {
border: 0px;
/*
float:left;
*/
padding: 0px 0px 0px 0px;
}


.fixed {
  position: fixed;
 }

/* carlo */
ul {
float: left;
list-style-type: none;
padding: 0px 0px 0px 0px;
}


#title{
margin:60px 0 10px 0;
/*margin:20px auto -9px auto;*/
width:750px;
}

#container{
margin:60px auto 15px auto;
width:1000px;
padding:10px;
background-color:#000000;
color:#ffffff;
border:1px solid #ffffff;
}

#sidebar{
float:left;
width:150px;
padding-right:20px;
border-right:1px solid #ffffff;
}

#main{
width:810px;
padding-left:10px;
font-size:1.5em;
font-weight:normal; 
/* border-left:1px solid #ffffff; */
float:right;
}

#footer {
clear: both;
padding-top:10px;
border-top:1px solid #ffffff;
}

#footer p {
text-align: center;
}


.menu{
display:block;
width:150px;
padding:4px 2px 4px 10px;
font-size:1.1em;
font-weight:bold;
background-color:inherit;
color:#6592ff;
border:1px solid #000000;
}

.menu:hover {
background-color: #000000;
color: #6592ff;
border: 1px solid #ffffff;
}

