
html, body {
    margin: 0; padding: 0;
    font: 13px Verdana, sans-serif;
}

a {
    color: #3300FF;
}

a:visited {
    color: #A100E6;
}

body {
    margin: 3em auto;
    width: 700px;
}

#column {
    float: left;
    width: 120px;
}

#main {
    float: right;
    /* 580px - 2em */
    width: 554px;
}

p {
    margin: 1em 0;
}

.block {
    border-bottom: 1px solid #ccc;
    
}

/* argh hacks! */
.last {
    border-bottom: 0;
}

h1 {
    font: 13px Verdana, sans-serif; /* use the same font as body so we can use ems. ie7 doesn't support inherit */
	width: 283px; height: 15px;
    background: url("name.png") no-repeat;
	text-indent: -9999px;
    margin: 1em 0 1.5em 0;
}

h2 {
    font: bold 14px Verdana;
}

img {
    border: none;
}