@charset "UTF-8";
/* CSS Document */

/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body {
	line-height: 1.88889;
	color: #555753;
	margin: 0;
	padding: 0;
	font-family: georgia, sans-serif;
	font-size: 75%;
	font-style: normal;
	background-color: #fff;
	background-image: url(images/close.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
	}
resume {
	margin-top: 0;
	text-align: left;
	text-indent: inherit;
	}
p {
	margin-top: 0;
	text-align: left;
	}
pcent { 
	margin-top: 0; 
	text-align: center;
	color:#000000;
	}
h2 { 
	font: normal 1em arial, sans-serif;
	margin-bottom: 0; 
	color: #333;
	font-weight: bold;
	}
h3 { 
	font: normal 1.4em arial, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #000000;
	font-weight: bold;
	}
h4 {
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #999999;
	}
h5 {
	font: normal 1em georgia, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #FFF;
	background:#000;
	}
hres {
	font:italic bold 1.4em georgia, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 0;
	color:#272727;
	}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000033;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #999999;
	}
acronym {
	border-bottom: none;
	}


/* specific divs */
#container { 
	background: url(images/site-bg.jpg) no-repeat top left; 
	padding: 0 175px 0 110px;  
	margin: 0; 
	position: relative;
	}

#intro { 
	min-width: 470px;
	}
#pageHeader h1 { 
	background: transparent url(images/daveisaacproductions.png) no-repeat top left; 
	margin-top: 10px; 
	width: 494px; 
	height: 57px; 
	float: left;
	}
#pageHeader h1 span {
	display:none
	}
#preamble {
	clear:both;
	margin-top: 150px;
	width: 100%;
	}
#social {
	clear:both;
	float: right;
	width: 200px;
	background:#CCCCCC;
	border: #000 solid 2px; 
	text-align: center;
	margin-left: 10px;
	padding: 5px;
	}
ul#navigation {
	text-decoration: none;
	background: #000;
	float: left;
	width: 100%;
}
ul#navigation li {
	
	display: inline;
}
ul#navigation a {
	display: block;
	float: left;
	padding: .2em 1em .2em;
	text-decoration: none;
	color: #FFFFFF;
	background: #000;
	border-right: 1px solid #fff;
}
ul#navigation a:hover {
	color: #000;
	background: #ffa200;
}
#quickSummary {
	clear:both; 
	margin: 20px 20px 20px 10px; 
	width: 160px; 
	float: left;
	}
#quickSummary p {
	font: italic 10pt/22pt georgia; 
	text-align:center;
	}

#supportingText {	
	padding-left: 10px; 
	margin-bottom: 40px;
	}

#navigation { 
	text-align: center; 
	}
#navigation a:link, #navigation a:visited { 
	margin-right: 0px; 
	}
	
.accesskey {
	text-decoration: underline;
	}
