/* $Id$ - $Name$ */

body {
   font-family: "Nimbus Sans L", Verdana, sans-serif;
   margin: 0; padding: 0;
   font-size: 90%;
}

h1 {
	color: #ab4a4a;
}

a {
	text-decoration: none;
	background: url(img/dotted_ul.gif) bottom left repeat-x;
}

a:hover {
	text-decoration: underline;
	background: none;
}

a:visited {
	background: url(img/dotted_ul.gif) bottom left repeat-x;
	text-decoration: none;
}

a:active {
	color: red;
}

p.leading {
	font-weight: bold;
	color: #ab4a4a;
	line-height: 2.5em;
	margin-left: -3em;
}

.dropcap {
	font-size: 3em;
}

#header {
	padding: 1em 2em 1em 2em;
}

#header #logo {
text-align: center;
border-top: solid 2px;
border-bottom: solid 2px;
}

#header #hdr_links {
	display: none;
}

#header * {
	color: black;
}

#main
{
	color: #333;
	line-height: 130%;
	padding: 0;
	margin: 0;
	overflow: hidden;	/* force containment of floated children */
	width: 100%;
}

#top
{
	padding: 0em 0 0 1em;
margin: 0;

}

#left_column
{

}

#nav {
	padding: 0 15px 0 15px;
}

#nav li {
	padding: 0;
display: inline;
border: solid 1px;
}

#content
{
        margin: 23px 4em 22px 0em;
	width: 100%;
}

#resume #content {
	width: 90%;
}

#main_text {
	/*max-width: 40em; */
	padding: 0em 4em 0 4em;
	line-height: 220%
}

#resume #main_text {
	max-width: none;
	margin-right: 5em;
}

#footer {
	width: 100%;
	text-align: center;
	font-weight: bold;
	padding: .5em 0 .5em 0;
	border-top: solid 2px;
	border-bottom: solid 2px;
	clear: both;
}

