
body {
    background: #fff url(/images/scratches-clear.png);
    color: #000;
    margin: 0; padding: 0;
}

#color_bars {
    margin: 0;
    text-align: left;
    background-image: url(/images/scratched-bg-black.gif);
}

#color_bars img {
	display: block;
	margin: 0;
}

div#main_nav_boxes {
	height: 80px; width: auto;
	/* border-bottom: 2px solid black; */
}
	#main_nav_boxes div.box {
		float: left;
		text-align: center;
		font-size: 170%;
		width: 20%; height: 80px;
		padding: 0 10px;
		border-left: 2px solid black;
		/* border-bottom: 2px solid black; */
	}
	#main_nav_boxes div.box:first-child {
		border-left: none;
	}
	.box .static_text {
		text-transform: uppercase;
		font-size: 50%;
		text-align: left;
		/* margin-bottom: 1em; */
	}
	.box img {
		border: none;
	}
	.box .static_text img {
		margin-top: 3px;
	}

div#side_nav {
	clear: left;
	float: left;
	width: 180px; height: 350px;
	margin: 0; padding: 0;
	border-right: 2px solid black;
	border-top: 2px solid black;
}

	div#side_nav .static_text {
		text-transform: uppercase;
		font-size: 90%;
		text-align: left;
		margin-bottom: 0.5em;
		padding-left: 0.65em;
		padding-top: 1em;
	}
	
	#side_nav .subnav {
		display: none;
		/* border: 1px dotted green; */
	}
	#side_nav #subnav_fixed {
		display: block;
	}
	#side_nav .subnav a {
		display: block;
		/* font-size: 150%; */
		/* line-height: 150%; */
		/* padding-left: 1em; */
	}
	#side_nav .subnav img {
		border: none;
	}



#main_content {
	float: left;
	padding: 1em;
	border-top: 2px solid black;
	width: 70%;
	height: 400px;
	overflow: auto;
}


.flash_movie {
	display: block;
	margin: 1em auto;
}


#scratches {
	position: absolute;
	display: none;
	top: 57px;
	z-index: -1;
	width: 100%;
	overflow: hidden;
}


/* styles for the resume page */

#main_content.resume {
	padding: 1em 1.5em 3em;
}

.personal_data {
	margin-bottom: 1.75em;
}
.personal_data .name {
	font-size: 200%;
}

.section_head {
	font-size: 175%;
	border-bottom: 1px solid #000;
	margin: 1em 15% 0 0;
	clear: left;
}

.item {
	clear: left;
	margin-top: 1em;
}
.dates {
	width: 6em;
	float: left;
}
.desc {
	float: left;
}




