body{
	margin-top:0px;
	background-image:url(../images/shadows.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
#banner {
	float:left;
	margin:10px 0 0 24px;
	}
#shadow{
	position:absolute;
	left:50%;
	margin-left:-384px;
	width:768px;
	}
#content{
	text-align:left;
	background-color:#fff;
	padding-bottom:24px;
	
	}
#sideshow{
	text-indent:-9999em;
	}
#presentation{
	text-align:center;
	background-color:#fff;
	padding-bottom:24px;
	}
#contact {
	padding:10px 0 0 24px;
	width:600px;
	margin:0;
	clear:both;
	height:100px;
	position:absolute;
	top:62px;
	right:24px;
	text-align:right;
	left: 11px;
	}

/*  above style is all for centering and general positioning. */

/*  below is for syling of the text content  */
body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#333;
}
.project{
	border-top: 1px dashed #ccc;
	margin-left:0;
	padding-bottom:36px;
	padding-top:22px;
	padding-right:12px;
	width:625px;
	line-height:15px;
	clear:both;
	height:200px;
	}
.project img {
	float:left;
	margin-right: 18px;
	margin-bottom:24px;
	padding-left:24px;
}
.greyTitles{
	font-size:10px;
	color:#999;
	text-transform:capitalize;
	float:right;
}
.firstColumn {
	float:left;
	font-size:10px;
	color:#999;
	text-transform:capitalize;
	}
.secondColumn {
	float:left;
	margin-left:15px;
	font-size:10px;
	color:#999;
	text-transform:capitalize;
	}
.thirdColumn {
	margin-left:400px;
	font-size:10px;
	color:#999;
	text-transform:capitalize;
	padding-bottom:56px;
	}
.lc {
	text-transform:lowercase;
	}
.projectTitle{
	text-transform: uppercase;
	font-size:12px;
	font-weight:bold;
	line-height:29px;
	color:#666;
	padding-top:9px;
	}
.resumeTitle{
	text-transform: uppercase;
	font-size:11px;
	font-weight:bold;
	color:#666;
	padding-bottom:3px;
	}
.schoolTitle{
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	color:#666;
	padding-bottom:3px;
	}
.job{
	padding-bottom:24px;
	}
.sepa{
	margin-top:30px;
	margin-bottom:20px;
	border-bottom:1px dashed #ccc;
}
.client{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-transform:none;
	padding-right:4px;
	font-size:10px;
	font-weight:bold;
	text-transform:capitalize;
	padding-top:3px;
	}
.divider{
	width:650px;
	background-image:url(../images/sepa.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:24px;
	padding:0;
	margin:0;
	}
.division{
	border-bottom:1px solid #DED9CA;
	}
.dashing{
	background-image:url(../images/matthewjohnson2.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:100px;
	width:650px;
	}
.categories {
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#666;
	padding-top:15px;
	padding-bottom:9px;
	border-bottom:1px dashed #ccc;
	margin-bottom:9px;
	margin-left:33px;
	font-weight:bold;
	width:600px;
	clear:both;
}
.categories2 {
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#666;
	padding-top:15px;
	padding-bottom:5px;
	margin-bottom:5px;
	margin-left:33px;
	font-weight:bold;
	width:600px;
	text-align:right;
	clear:both;
}
.breakLine{
	border-bottom:1px solid #8FA86F;
	padding:3px;
}
.contentPush{
	margin-left:33px;
	width:575px;
	line-height:15px;
	color:#333;
}
.contentPushWide{
	margin-left:200px;
	margin-top:15px;
	line-height:15px;
}

.contentPush ul{
	margin:0px;
	padding:0px;
	text-transform:capitalize;
	list-style-type:circle;
	list-style-position:inside;
}
#listHolder{
background-color:red;
width:600px}
#myList{
list-style-type:none;
padding:0;
margin:0;
}
#myList li{
background-color:yellow;
width:200px;
float:left;
text-align:left;}

.descrip{
	border-top:1px #e8e8e8 solid;
	margin:6px 0 12px 190px;
	padding-top:6px;
	color:#666;
	text-align:justify;
	line-height:15px;
	}
