body {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background: #5A94CE url("../images/bkg.jpg") repeat-x top left;
	color: #333;
	}
body { 
	padding: 0 20px; 
}
body {
	margin: 0;
	padding: 0;
	font-family: Comic Sans MS, Verdana, Arial, sans-serif;
	text-align: center;
	line-height: 1.5em;
}
#topspace {
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
	height: 20px;
}
#bottomspace {
	height: 20px;
	
}
#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0 0 15px 0;
	font-size: 95%;
	text-align: left;
  	width: 750px;
  	background: #fff;
}
#content {
	clear: both;
	margin: 25px 25px 0 0;
	background: #fff;
}	
#logo {
	float: left;
	color: #fff;
	height: 60px;
}
#contactinfo {
	float: right;
	text-align: right;
	font-style: italic;
	font-weight: bold;
	margin: 8px 10px;
}
#nav {
	float: left;
	height: 22px;
	border-bottom: 1px solid #ff5d00;
}
#navHOLDING {
	clear: both;
	height: 22px;
	border-bottom: 1px solid #ff5d00;
}
a.menuhome {
	background-image: url(../images/MenuButtons/Home.gif);
	background-position: top;
	background-repeat: no-repeat;
	text-decoration: none;
	margin-left: 15px;
}
a.menuhome:hover {
	background-position: bottom;
}
a.menuhome span{
	visibility: hidden;
	font-size: 16px;
}
a.menuresume {
	background-image: url(../images/MenuButtons/Resume.gif);
	background-position: top;
	background-repeat: no-repeat;
	text-decoration: none;
	margin-left: 15px;
}
a.menuresume:hover {
	background-position: bottom;
}
a.menuresume span{
	visibility: hidden;
	font-size: 16px;
}
a.menuweb {
	background-image: url(../images/MenuButtons/WebDesign.gif);
	background-position: top;
	background-repeat: no-repeat;
	text-decoration: none;
	margin-left: 15px;
}
a.menuweb:hover {
	background-position: bottom;
}
a.menuweb span{
	font-size: 16px;
	visibility: hidden;
}
a.menudatabase {
	background-image: url(../images/MenuButtons/Database.gif);
	background-position: top;
	background-repeat: no-repeat;
	text-decoration: none;	
	margin-left: 15px;
}
a.menudatabase:hover {
	background-position: bottom;
}
a.menudatabase span{
	font-size: 16px;
	visibility: hidden;
}
a.menuaccesstip {
	background-image: url(../images/MenuButtons/AccessTips.gif);
	background-position: top;
	background-repeat: no-repeat;
	text-decoration: none;	
	margin-left: 15px;
}
a.menuaccesstip:hover {
	background-position: bottom;
}
a.menuaccesstip span{
	font-size: 16px;
	visibility: hidden;
}
#photoright {
	float: right;
	margin: 10px 10px 15px 15px;
	position: relative;
}
.resumetitle  {
	font-weight: bold;
	font-size: larger;
	color: #000;
	margin-bottom: .9em;
	margin-left: 25px;
	text-align: left;
}
.resumetitle2  {
	clear: both;
	font-weight: bold;
	font-size: larger;
	color: #000;
	margin-bottom: .9em;
	margin-left: 25px;
	text-align: left;
}
.leftmargin25 {
	margin-left: -25px;
}
.resumepage {
	margin-top: -.05em;
}
.resumepage li {
	font-weight: 600;
	color: #444;
	margin: 0 25px 6px 30px;
	line-height: 1.1em;
}
.leftcolumn {
	width: 50%;
	float: left;
}
.rightcolumn {
	float: right;
	width: 50%;
}
#listitems li {
	font-weight: 600;
	color: #444;
	margin: 0 15px .4em 35px;
	line-height: 1.1em;
}
#resumecontent p {
	margin: 0 40px 10px 60px;
	font-weight: 600;
	color: #444;
	line-height: 1.3em;
}
#samplewebpage {
	float:right;
	border: 2px solid #000;
	text-align: center;
	margin-right: 18px;
}
#sampledbpage {
	float:right;
	border: 2px solid #000;
	text-align: center;
	margin-right: 31px; 
}
#samplewebpageextender {
	float: left;	
}