img, #bodywrap, #header, #moon, #logo, #logosunset, #leftmargin, #rightmargin { behavior: url(/code/iepngfix.htc); }

* { padding: 0; margin: 0; }

body {
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
}
#wrapper { 
 	margin: 0 auto;
 	width: 70%;

}
#bodywrap {
	background:url(/images/black_pixel.jpg);
	margin-bottom: 10px;
	overflow: auto;
	width: 900px;
	position:absolute;
	top:280px;
	left:15%;
	right:15%;

}
#header {
	height:280px;
	background-image: url(/images/tree_left.png);
	background-repeat:no-repeat;
	margin-left:7%;
}

#logo {
	width: 330px;
	height:111px;
	position: absolute;
	top:0px;
	margin-top: 155px;
	margin-left: 18%;
}

#logosunset {
	width: 330px;
	height:111px;
	position: absolute;
	top:0px;
	margin-top: 155px;
	margin-left: 18%;
}
	
#leftcolumn {
	display: inline;
	color: #ffffff;
	padding: 10px 5px 10px 15px;
	width: 20%;
	float: left;

}
#content {
	float: left;
	padding: 10px;
	width: 52%;
	position: relative;
	background-color: #ffffff;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#rightcolumn {
	display:inline;
	width:20%;
	color: #ffffff;
	padding: 10px 10px 5px 0px;
	background-image: url(images/top_right_corner_blk.png);
	background-position:top right;
	background-repeat:no-repeat;
	float: right;
}
#footer { 
 width: 902px;
 clear: both;
 color: #333;
 background: #ABBEBE;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
.clear { clear: both; background: none; }

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1em;
}


h1 {
	font-size: 2em;
	font-weight:500;
	padding: 10px 0 5px 0;
	text-align:center;
}

h2 {
	font-size: 1.6em;
	font-weight:400;
}

h3 {
	font-size: 1.2em;
	font-weight:400;
	color:#000000;
}

h4 {
	font-size: 1.4em;
	font-weight:400;
	color:#ffffff;
}

h5 {
	font-size: 1.4em;

}


a { color:#8da8c6;
	text-decoration:none; font-weight:600; }
a:hover {
	text-decoration:underline;
	color: #FFCC99;
}
p{
padding-bottom: 20px}

ul {
padding-left:15px;
padding-bottom:20px;}

.noindent {
	text-indent: 0px;}
hr {
	margin-bottom:20px;
margin-top:10px;
}

.headline {
	font-size: 1.1em;
	font-weight: bold;
}

.jobtitle {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}
.resumedate {
	font-size: .8em;
	text-transform: uppercase;
	vertical-align: top;
	width: 135px;
}
