BODY {
	font-size: 1em;
	line-height: 1.5em;
	
	font-family: Heletica, sans-serif;
	
	background-color: #cceedf;
}

H1, H2, H3 {
	margin: 0;
	padding: 0;
}

H1 {
	font-size: 2em;
	line-height: 3em;
}

H2 {
	font-size: 1.5em;
	line-height: 1.5em;
	
	margin-top: 1.5em;
}

.first {
        margin-top: 0.2em;
}

OL, UL, LI {
	margin: 0;
	padding: 0;
}

#nav OL {
        padding-top: 0.1em;
}

#nav LI {
        margin-top: 0.1em;
}

A {
        text-decoration: none;
}

ABBR {
        cursor: help;
        border-bottom: dotted gray thin;
}

#wrapper {
	margin: auto;
	width: 55em;
	
	padding-top: 2em;
	
	background-color: white;
	padding-left: 2em;
	margin-top: 2em;
	margin-bottom: 2em;
	padding-bottom: 2em;
	
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#nav {
        margin-bottom: 3em;
}

#nav OL {
	list-style-type: none;
}

#nav OL LI {
        display: inline;
        padding-right: 1em;
}

#body {
	width: 45em;
}

#news {
    float: right;
    width: 17em;
    margin-right: -10em;
    margin-left: 2em;
    padding: 2em;
    
    padding-top: 0;
    margin-top: 0;
    
    font-size: 0.9em;
}

#news H2 {
    margin-top: 0;
    padding-top: 0;
}

#news OL {
    list-style-type: none;
}

UL#work_list {
        list-style-type: none;
}

#work_list IMG {
        border: none;
}

#languages {
        font-size: 60%;
        text-align: right;
        margin-right: 2em;
        margin-bottom: -1em;
}