BODY {
	margin: 0;
	font-family: sans-serif, helvetica, verdana, arial;
}

#container {
	margin: 0;
	padding: 8px;
}

#header {
	width: 100%;
	overflow: auto;
}

#header h1 {
	font-size: 18pt;
	margin: 0;
	padding: 0;	
}

#header h2 {
	color: #70B4F2;
	float: right;
	font-size: 40pt;
	margin: 20px 0 20px 0;
	padding: 0;
	font-weight: normal;
}

#menu {
	float: left;
	width: 175px;
	padding: 0 0 0 5px;
}

ul {
	padding-left: 5px;
	padding-top: 0px;
	margin: 5px 0 0 0;
}

#menu li {
	list-style-type: none;
	font-size: 130%;	
	margin: 0 0 35px 0;
	padding: 0;
}

#menu a {
	text-decoration: none;
	color: #000000;
}

#menu a:hover {
	text-decoration: underline;
}

#content {

}

h1 {
	font-size: 13pt;
}

h2 {
	font-size: 11pt;
}

p {
	font-size: 9pt;
}

#content td {
	font-size: 9pt;
}

#content li {
	font-size: 9pt;
	list-style-type: none;
	margin-bottom: 10px;
}

#footer {
	border-top: 1px solid red;
	text-align: right;
}

.small {
	font-size: 7pt !important;
}

.life_div {
	border-bottom: 1px solid #0000aa;
	margin: 0 0 30px 0;
}

.thumbnails {
	width: 100%;
	overflow: auto;
	margin-bottom: 25px;
}

.thumbnails li {
	float: left;
	margin: 0 50px 0 0;
	padding: 0;
}

.thumbnails img {
	padding: 0;
	margin: 0;
	border: 1px solid gray;
}

.thumbnails p {
	margin-top: 0;
	font-size: 8pt;
}

.work_div a {
	text-decoration: none;
	color: #404442;
}

.work_div a:hover {
	color: #70B4F2;
}

.pull {
    float: left;
}

.push {
    float: right;
}

.clear {
    clear: both;
}

div.work_row {
    margin-bottom: 12px;
    overflow: auto;
}

div.work_row div {
    font-size: 0.85em;
    margin-right: 18px;
}

div.year {
    width: 6%;
}

div.title {
    width: 16%;
}

div.instrumentation {
    width: 16%;
}

div.duration {
    width: 6%;
}

div.notes {
    width: 30%;
}

div.workrow div.sound {
}   

.hovering {
    background-color: #eee;
}
