@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
}
#downloadresume {
	float: left;
	height: 29px;
	width: 940px;
}
#twitter {
	float: left;
	height: 24px;
	width: 940px;
}
.oneColFixCtr #container {
	width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#flickr {
	float: left;
	height: 28px;
	width: 940px;
}
#leftmargin {
	float: left;
	height: 700px;
	width: 60px;
}
#topmargin {
	float: left;
	height: 56px;
	width: 940px;
}
#header {
	float: left;
	height: 45px;
	width: 940px;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#subheader {
	float: left;
	height: 13px;
	width: 940px;
}
#imagespacer {
	float: left;
	height: 71px;
	width: 940px;
}
#imagecontainer {
	float: left;
	height: 515px;
	width: 940px;
}
#about {
	float: left;
	height: 13px;
	width: 55px;
}
#email {
	float: left;
	height: 22px;
	width: 940px;
}
#belowemailblank {
	float: left;
	height: 34px;
	width: 940px;
}
#contact {
	float: left;
	height: 13px;
	width: 83px;
}
#graphicdesign {
	float: left;
	height: 13px;
	width: 142px;
}
#motiongraphics {
	float: left;
	height: 13px;
	width: 135px;
}
#imagecontainergraphicdesign {
	float: left;
	height: 515px;
	width: 750px;
}
#more {
	float: left;
	height: 22px;
	width: 940px;
}
#newcontainer {
	margin: 0 auto;
	height: 700px;
	width: 1000px;
	float: none;
}
