body {
	color: #000;
	background-color: #f5f5f5;
	margin: 4% 0 0 0%;
}

a {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #333;
}
a:hover {
	color: #999;
}

.links ul {
	margin-bottom: 0;
}

p.label {
	margin: 0;
}

.year {
	list-style-type: none;
	padding: 0;
	/* display: inline-block; */
	font-style: italic;
	margin-bottom: 1em;
}
ol.year li {
	display: inline;
	font-style: normal;
}
ol.year li:after {
	content: ",";
}
ol.year li:last-child:after {
	content: "";
}

ol.cvlist {
	margin-top: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.125em;
	font-style: italic;
}
.shows {
	list-style-type: none;
	font-style: normal;
	margin-left: 1.5em;
	text-indent: -1.5em;
}
.shows li:first-child {
	margin-top: -1.125em;
}


#navigation {
	background-color: #f5f5f5;
	width: 28%;
	padding: 5px;
	position: absolute;
	z-index: 1;
	margin-left: 4%;
	border: 1px solid #f5f5f5;
}
#menucontent {
	display: none;
}

#column2 {
	width: 75%;
	text-align: justify;
	position: absolute;
	margin-top: 3%;
	padding-bottom: 30px;
	margin-left: 5%;
}

#flash {
	position:relative;
	left:0px;
	top:0px;
}
#flashReplacement {
	position: relative;
	left: 0;
	top: -348px;
	z-index: -1;
}

#cvcolumn{
	width: 45%;
	text-align: justify;
	position: absolute;
	margin-top: 3%;
	padding-bottom: 30px;
	margin-left: 5%;
}

.links {
	margin-top: 0;
	padding: 0;
	list-style-type: none;
}

.hidden {
	display: none !important;
}
