/*#############################################################################
#
# File:	stylePrint.css
#
#   ©2003-2007	www.JonWilde.net
#
#	This file and its contents are protected under U.S. copyright law. Any
#	unauthorized alteration, distribution, or reproduction will be prosecuted
#	to the maximum possible extent of the law.
#
#   Jon Wilde (jon@jonwilde.net)
#
###############################################################################


/* Elements */

html, body {
	min-width: 400px;
	width: 690px;
	margin-top: 0px;
}

a {
	text-decoration: none;
}

/* Page IDs */

#page {
	margin: 0;
	width: 690px;
}


#pageMain {
	margin: 20px 10px 10px;
	width: 670px;
}

#pageHead {
	visibility: collapse;
	height: 0px;
}

#pageFoot {
	visibility: collapse;
	height: 0px;
}

.wmark	{
	visibility: collapse;
	height: 0px;
}


.noPrint {
	visibility: collapse;
	height: 0px;
}



/* Main Navigation Menu */

#logo {
	display: none;
	visibility: collapse;
	height: 0px;
	width: 0px;
}
#navigateHead, #navigateHead ul, #navigateHead ul li, #navigateHead ul li a {
	display: none;
	visibility: collapse;
	height: 0px;
	width: 0px;
}
.headBorder {
	height: 0px;
	width: 0px;
}
#navigateFoot {
	display: none;
	visibility: collapse;
	height: 0px;
}


/* Resume Page IDs */

#resumeHeadInfo {
	left: 470px;
	display: block;
	width: 210px;
}

#resumeHeadInfo dt {
	line-height: 150%;
	clear: both;
}

#resumeHeadInfo dd {
	float: left;
	margin-left: 0px;
}

.resumeReference {
	display: inline;
}

