@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #F4D28C;
	background-image: url();
}
.pl_oneColFixHdrFtr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/bg_main_lg.gif);
}
.pl_oneColFixHdrFtr #header {
	padding: 0 10px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/bg_header_lg.gif);
	height: 128px;
	background-color: #DDDDDD;
	background-repeat: no-repeat;
	margin: 0;
}
.pl_oneColFixHdrFtr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.pl_oneColFixHdrFtr #mainContent {
	padding: 0 60px 0 100px;
}
.pl_oneColFixHdrFtr #mainContent p {
	padding: 0 0 0 30px;
}
.pl_oneColFixHdrFtr #mainContent h1 {
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
}
.pl_oneColFixHdrFtr #mainContent h2 {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
}
.pl_oneColFixHdrFtr #mainContent h3 {
	text-align: left;
	font-size: 16px;
	font-weight: normal;
}


.pl_oneColFixHdrFtr #footer {
	background-image: url(images/bg_footer_lg.gif);
	background-repeat: no-repeat;
	height: 80px;
	padding: 0 0 0 0;
	margin: 0;
	bottom: 0px;
	position: relative;
	border-top: solid transparent 1px;
}
.pl_oneColFixHdrFtr #footer p {
	padding: 0px 60px 0px 110px;
	font-size: 9px;
	color: #202131;
	margin: 15px 0 0 0;
	text-align: center;
}
.pl_oneColFixHdrFtr #galleryNavBar {
	height: 100%;
	color: #D4C8B2;
	padding: 0 1.5em;
	text-align: center;
}
.pl_oneColFixHdrFtr #flashcontent {
	padding: 2em 0 0 0;
	text-align: center;
}
.pl_oneColFixHdrFtr #copyrightNotice {
	font-size: 9px;
	font-weight: normal;
	height: 100%;
	padding: 0em 8em 5em 8em;
	text-align: center;
	color: #D4C8B2;
}
.pl_oneColFixHdrFtr #pixelContent {
	padding: 0 0 0 0;
	text-align: center;
	margin: 0;
}
.pl_oneColFixHdrFtr #linkContent {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.pl_oneColFixHdrFtr #resumeContent {
	font-size: 14px;

}




body,td,th {
	color: #F4D28C;
}

a:link {
	color: #D4C8B2;
}
a:visited {
	color: #999081;
}
a:hover {
	color: #FAEDD4;
}

a:active {
	color: #F4D28C;
}
