body {
	text-align: center;
	background-image:url(images/bg_tile.gif);
	background-repeat:repeat;
	margin: 0px;
	padding: 0px;
}
div#container {
	padding-top: 56px;
	margin-left: auto;
	margin-right: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 912px;
	height: auto;
}
div#nameHeader {
	width: 328px;
	height: 77px;
	background-image: url(images/title.gif);
	float: left;
}
div#workContent {
	padding: 0px;
	width: 912px;
	height: auto;
	float: left;
	
}
div#headerSpacer {
	width:36px;
	height: 60px;
	float:left;
}
div#indexPic {
	float:left;
}
div#navigation {
	width:auto;
	height: 54px;
	padding-top: 17px;
	float: left;
}
div#workWriting {	
	width: 270px;
	height: 414px;
	padding: 0px;
	background-image:url(images/writing_bg.gif);
	float: left;
}
div#workWritingPadding {
	padding-left: 26px;
	padding-right:16px;
	padding-top: 12px;
}
div#work {
	padding: 0px;
	width: 641px;
	height: 414px;
	float: left;
}
/*HERE IS THE STYLING FOR THE CONTACT FORM*/
div#contactFormBackground {
	padding: 0px;
	background-image:url(images/content_blank.gif);
	width: 641px;
	height: 414px;
	float: left;
}
div#contactFormBackgroundPadding {
	padding-top:25px;
	padding-left: 25px;
}
div#indexContentPadding {
	padding-top:15px;
	padding-right: 50px;
	padding-left: 25px;
}
div#contactForm {
	padding-left: 6px;
	width: 525px;
}
.contactInput {
	width: 150px;
}
.hearAboutUsInput {
	width: 255px;
}
.inputSpacing {
	width: 160px;
}
.contactLabels {
	font-size: 14px;
	text-align: left;
}
.contactMessage {
	width: 420px;
}
.HearAboutLabel {
	text-align: left;
}
div#adminNav {
	padding-bottom: 4px;
	border-bottom: 1px dashed #000000;
}
div#adminNav a{
}
.resumeText {
	color: #ff6600;
	font-size: 12px;
}
.requiredField {
	color: #ff6600;
	font-size: 12px;
}


.h3 {
	padding: 0px;
}
a {
	color:#f66400;
}
a:hover {
	color: #666666;
}