@charset "ISO-8859-1";

body {
	background-color:#ffffff;
	background-image:url(./img/formulaeLarge.jpg);
	background-repeat:repeat-x;
	color:#404040;
	font-size:small;
	font-family:Sans-Serif,Verdana,Helvetica;
	padding-left:3em;
	padding-right:5em;
	padding-bottom:5em;
	padding-top:100px; /* this is the height of the header image */
}

#headerImage {margin-left:-3em;margin-top:-.5em;}

a:link { color:#479088; text-decoration:underline;}
a:visited { color:#479088; text-decoration:underline;}
a:active { color:#479088; text-decoration:underline;}
a:hover { color:#E0E0E0; background-color:#606060; text-decoration:none;}

h1 {font-size:2.25em; margin-top:2.5em;}
h2 {font-size:1.75em; margin-top:1.75em;}
h3 {font-size:1.15em; margin-bottom:0em;}

table {	padding:0px; margin:0px; border:none;}
td { padding:0px; margin:0px; }
tr { padding:0px; margin:0px; }

table.CV_table {width:100%}
td.CV_timeSpan {white-space:nowrap; padding-right:2em; text-align:right; font-style:oblique; vertical-align:top; }
td.CV_description { padding-left:2em; padding-bottom:.75em; text-align:left; vertical-align:top; }

div.galleryEntry { clear:left; padding-top:2em; padding-bottom:2em; }
img.galleryImage { float:left; margin-right:2em; margin-bottom:1em; }


