/* ---- body ---- */
html, body {
margin: 0;
padding: 0;
}

body {
background: #fff url(/racing/images/backgrounds/yellow_strip.jpg) repeat-x top left;
color: #333;
font: normal 12px/1.7em Georgia, "Times New Roman", Times, serif;
}

/* ---- header ---- */
#wrapper {
margin: 0;
padding: 0;
background: url(/racing/images/backgrounds/masthead.jpg) no-repeat top left;
}

#header h1, #header h2, h3, .resume_item th {
/* font-family: Verdana, Arial, Helvetica, sans-serif; */
font-weight: normal;
font-size: 200%;
font-style: italic;
}

#header h1 {
margin: 0 0 10px 0;
padding: 20px 45px 0 45px;
}

#header h1 a {
font-weight: normal;
}



/* ---- headings ---- */
h2 {
font-size: 150%;
margin: 0 20% 15px 165px;
font-weight: normal;
text-transform: uppercase;
}

h3 {
color: #990;
font-size: 125%;
font-style: italic;
font-weight: normal;
}



/* ---- links ---- */
a {
color: #06C;
text-decoration:none;
}
a:link {color: #06C;}
a:visited {color:#06C;}
a:hover {color:#06C;text-decoration:underline}


/* ---- navigation ---- */
#nav {
position: absolute;
top: 100px;
left: 5px;
margin: 0;
font-weight: normal;
}

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

#nav ul li {
padding-bottom: 10px;
}

#nav a {
padding: 0;
}

#nav a.nav_last {
padding-right: 0;
}

#nav a {
margin: 0 10px 0 0;
color: #06C;
text-decoration:none;
}
#nav a:link {color: #06C;}
#nav a:visited {color:#06C;}
#nav a:hover {color:#06C;text-decoration:underline}

#nav a.nav_selected {
color: #39F;
}


/* ---- main content ---- */
#main {
margin: 125px 20% 15px 165px;
}

/* ---- footer ---- */
#footer {
clear: both;
margin: 100px auto 0px auto;
padding: 45px 0px 50px 0px;
text-align: center;
line-height: 1.4em;
font-size: 90%;
/* border-top: 1px solid #FFF; */
}


/* ---- misc ---- */
.align_left {
float: left;
padding: 0 25px 5px 0;
}

.align_right {
float: right;
padding: 0 0 5px 25px;
}

.caption, .source{
font-size: 80%;
color: #000;
}

dt {
font-weight: bold;
}

dd {
padding-bottom: 15px;
padding-right: 75px;
font-style: italic;
}

