/*
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.

Deeply modified more by Garett Spencley.
*/

body {
padding:0;
margin:0;
font:76% verdana, syntax, sans-serif;
background-color:#000000;
color:#ffffff;
}

a {
text-decoration:underline;
background-color:inherit;
font-weight:bold;
color:#6592ff;
}

a:hover {
background-color:inherit;
/*color:#6592ff;*/
color:#cccccc;
text-decoration: underline;
}

h1 {
margin: 0px 0px 14px 0px;
font-size:3.0em;
letter-spacing:-3px;
background-color:inherit;
color:#4C70C6;
}

h2 {
margin:5px 0 10px 0;
font-size:1.6em;
letter-spacing:-1px;
font-weight:bold;
color: #4C70C6;
text-decoration: none;
background-color: inherit;
}

h3 {
margin:5px 0 10px 0;
font-size:1.2em;
letter-spacing:-1px;
font-weight:bold;
color: #ccc;
background-color:inherit;
}

p {
margin:0 0 15px 0;
line-height:1.3em;
color: #ccc;
background-color:inherit;
}

.spellings {
width: 0px;
height: 0px;
overflow: hidden;
}

.extlinks { padding-left: 50px; text-align: left; }
.extlinks p { margin: 8px; }
/*img {
border: 0px;
float:left;
padding: 0px 0px 0px 0px;
}*/

ul {
list-style-type: none;
padding: 0px;
margin: 0px;
}

li p { margin-top: 2px; margin-bottom: 2px;  }

#title{
margin:4px auto 4px auto;
width:745px;
}

#header { 
	margin: 0px auto 0px auto;
	width:745px; 
	padding: 01px;
}
#header h1 { margin: 0px; }
#header p.sub { 
	color: #ccc;
	font-style: italic;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	margin: 0px 10px 0px;
}

#container{
margin:30px auto 15px auto;
width:745px;
padding:10px;
color:#ffffff;
background-color: #000;
border:1px solid #818181;
}

#sidebar{
float:left;
width:150px;
height: 500px;
color: #fff;
background-color: #000;
/*background-image: url('rand.php');*/
background-image: url('toon2.gif');
background-repeat: no-repeat;
background-position: 0% 60%;
}

#sidebar p { margin: 0px; padding: 4px 0px 4px 10px; }

#main{
color: #000;
background-color: #202020;
width:575px;
padding-left:20px;
float:right;
}

#footer {
/* carlo */
/*border-top: 1px solid #ffffff;*/
clear: both;
/* carlo */
/*padding:10px 0px 0px 0px;*/
}

#copyright {
padding: 10px 0px 0px 0px;
}

#copyright p {
background-color: inherit;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-style: italic;
font-size: 10px;
color: #818181;
margin: 10px;
}



.menu{
display:block;
font-size:1.1em;
font-weight:bold;
background-color:inherit;
text-decoration: none;
color:#6592ff;
}

.grey { 
display:block;
padding:4px 0px 4px 10px;
font-size:1.1em;
font-weight:bold;
background-color:inherit;
color:#ccc;
}
.menu:hover {
/*color: #6592ff;*/
color: #cccccc;
text-decoration: underline;
background-color:inherit;
}

