Dit is je stylesheeT
Zo breed is je content:
#content{
width:490px;
float:left
}
En zo breed is je sidebar:
#sidebar{
width:350px;
float:right
}
Je kunt daar mee spelen. Sla de oude style.css wel even op
Het font is ook wel erg klein!
body{
font:12px/36px Arial,"Times New Roman", Times, serif;
color:#444444;
line-height:1.0
}
Maak daar van:
body{
font:14px;font-family:" Arial,"Times New Roman" Serif;
color:#444444;
line-height:1.0
}