.argh a
{
	color: #6DCFF6;
	text-decoration: underline;
}

#alba
{
color: #FFFFFF;
}

.content
{
	width: 760px;
	position: relative;
	overflow: hidden;
	clear: both;
	text-align: left;
	margin: auto;
}

.spacer
{
	clear: both;
	float: left;
	width: 100%;
}

.canvas
{
	width: 100%;
	position: relative;
	overflow: hidden;
	clear: both;
	margin: auto;
}

.indent-content
{
	width: 90%;
	position: relative;
	overflow: hidden;
	clear: both;
	margin: auto;
}

#main {
    float:left;
    width:500px;
    }
        
.argh {
 padding:10px;
 
}
        
#sidebar {
   float:right;
    width:250px;
    background-color: #333333;
    }
   
h1
    {
    font-size: 175%;
    font-weight: bold;
}

 .floatright
{
float: right;
margin: 0 0 10px 10px;
}

 .floatleft
{
float: left;
margin: 10px 10px 0 0;
}

.ul
{
list-style-type: circle;
} 
