body {
font-family: Arial, Helvetica, sans-serif;
color: #000000;
background-color: #ffffff;
font-size: 90%;
}

#leftmenu {
	position: absolute;
	top: 69px;
	width: 122px;
	left: 10px;
	height: 609px;
}

#toplogo {
position: absolute;
left:150px;
top: 10px;
width: 500px;
text-align: center;
}

#tagline {
	position:absolute;
	top: 60px;
	left: 144px;
	width: 503px;
	text-align: center;
	height: 80px;
}

.floatright  {
float: right;
margin-left: 5px;
margin-bottom: 5px;
}

.floatleft {
float: left;
margin-right: 5px;
margin-bottom: 5px;	
}

#contenthome {position: absolute;
top: 198px;
left: 153px;
width: 500px;
}

#content {
	position: absolute;
	top: 117px;
	left: 163px;
	width: 500px;
	height: 500px;
}

#edition { position:absolute;
width:224px; 
height:20px; 
left: 150px;
top: 176px;
}

#season { position:absolute;
width:224px; 
height:20px; 
left: 426px;
top: 176px;
text-align: right;
}

.onedown {
font-size: .85em;
}

em, i {
font-style: italic;
}

strong, b {
font-weight: bold;
}

h3 {
font-size: 1.2em;
color: #336633;
}

a:link { color: #0000CC;}

a:visited { color: #333333;}

a:hover {
color: #ff0000;
}

