body {
	font-size: 12px;
	font-family: courier;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0;
}

a {
	text-decoration: none;
	color: black;
}

a:hover
{
	background: black;
	color: white;
}

#header {
	height: 80px;
}

#logo {
	position: absolute;
	left: 50px;
	top: 15px;
}

#adv {
	position: absolute;
	right: 50px;
	top: 15px;
}

#leftside {
	position: absolute;
	left: 30px;
	width: 150px;
	padding-top: 10px;
	_padding-top: 24px; /* Only to correct an Internet Explorer bug */
	text-align: right;
	font-family: courier;
	font-size: 12px;
}
#leftside li{
	list-style: none;
	margin-top: 0px;
	_margin-top: -14px; /*... Once again. If anyone has a solution without using CSS hacks, please mail me ^^ */
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#leftside ul {
	padding: 0px;
	margin: 0px;
}
#leftside a {
	color: black;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: 5px solid white;
	border-left: 2px solid white;
}

#leftside a
{
	border-bottom: none;
}

#leftside a:hover, #leftside b a {
	background: black;
	color: white;
        border-right: 5px solid black;
}

#footer {
	font-size: 12px;
	font-family: courier;
	margin-top: 20px;
	margin-left: 160px;    
	text-align: center;
	color: #808080;
}

#content {
	background: white;
	font-size: 12px;
	font-family: courier;
	width: auto;
	min-width: 150px;
	min-height: 200px;
	margin-top: 10px;
	margin-left: 160px;
	margin-right: 30px;
	border: 1px solid black;
	padding: 10px;
}

pre {
	font-size: 12px;
	font-family: Courier;
}

h1 {
	font-size: 1.75em;
}

h2 {
	font-size: 1.25em;
}

h3 {
	font-size: 1.1em;
}

.news-date {
    margin-top: 10px;
	font-size: 0.7em;
	color: #808080;
}
           
#license li {
       	list-style: decimal;
        margin-top: 15px;
        margin-bottom: 15px;
}

