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

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: url(images/bgtile.jpg);
	background-repeat: repeat;
	
	font-family: "Arial Black", Impact, Arial;
	color:#666;
}


p {
	line-height:1.5;
	margin:0;
}

.oneColFixCtrHdr #container{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%; /* 750px */
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

.oneColFixCtrHdr #header {
	background:#2b1a16;
	height: 40px;
	padding-top: 2em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}

#contactMe {
	position:relative;
	width:132px;
	z-index:1;
	margin-left: 96%;

}

.oneColFixCtrHdr #contentContainer {
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
}

div#mainContent {
	background:  url(images/Graph-Paper.gif);
	width:58%;
	height:100%; /* bottom padding for footer */
	margin-left: 16%;
	margin-top:0px;
	padding-left: 70px;
	padding-right: 45px;
	padding-bottom: 20px;
	
	

}

	
	div#mainContent h1 {
		
		padding:0 ;
		margin: 0;

	}
	
		div#mainContent h2 {
		
		padding:0 ;
		margin: 0;
	}
	
		div#mainContent p {
	font-family: Arial, Verdana, Helvetica;
	padding:0;
	margin: 0;
	font-size: 16px;
	color: #000000;
	line-height: 1.3em;
	}
	
#downCV {
	background-image:url(images/clover.gif);
	float: right;
	height: 122px;
	width: 135px;
	background-repeat: no-repeat;
	padding-top: 32px;
}

#downCV h2{
	color: #000000;
	font-size: 13px;
}
.oneColFixCtrHdr #footer {
	position:absolute;
	width:98.8%;
	bottom:0; /* stick to bottom */
	background:#2b1a16;
	padding: 10px;
	height: 45px;
}

#sideImg {
	background-image:url(images/aboutme.jpg);
	background-repeat: no-repeat;
	height: 239px;
	width: 131px;
	float: right;
	margin-right:-280px;
	margin-top: -239px;
	
}

#sideImg2 {
	background-image:url(images/aboutme.jpg);
	background-repeat: no-repeat;
	height: 239px;
	width: 131px;
	float: right;
	margin-right:130px;
	margin-top: -239px;
	
}

#headerborder {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #9AB041;
	position: absolute;
	left: 2px;
	top: 73px;
	width: 100%;
	height: 3px;
}

#footerborder {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #9AB041;
	position: absolute;
	left: 1px;
	top: -6px;
	width: 100%;
	height: 3px;
}



#footer ul li {
	list-style-type: none;
	display: inline;
	width: 20px;
	margin-right: 1px;
	margin-left: 1px;
}
#footer ul li a {
	display: block;
	float: left;
	width: 89px;
	padding: 5px;
}
#footer ul {
	margin: 0px;
	height: 10px;
	width: 400px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
}

.oneColFixCtrHdr #footer p {
		padding:2em;
		margin:0;
	}
#header h1 {
	font-family: "Arial Black", Impact, Arial;
	;
	color: #FFF;
	padding: 0px;
	font-size: 28px;
	line-height: 0.1px;
	margin: 0px;
}
#headerSide {
	float: right;
	position: relative;
	margin-top: -10px;
	margin-right: 128px;
}

#header h2 {
	font-family: "Arial Black", Impact, Arial;
	;
	color: #868180;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 0.5px;
}

a:link {
	color: #FFF;
	text-decoration: none;
}

a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FF9;
	text-decoration: none;
}

a:active {
	color: #868180;
	text-decoration: none;
}



