@charset "UTF-8";
body {
	font: 100%  Arial, Verdana, Helvetica, sans-serif;
	background: #968357; /*#565347;*/
	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;
	

}
.oneColFixCtrHdr #container {
	width: 767px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	border: none; /*1px solid #bbbab5;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
 #header {
	background: #bbbab5;
	border-bottom: none; /*1px solid #bbbab5; */
	height: 86px;
	background-image:url(../images/pcv_head.gif);
	background-repeat:no-repeat;
	
	
}
.oneColFixCtrHdr #mainContent {
	padding: 0; 
	background: #3A5771;
	
}
.oneColFixCtrHdr #footer {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #3A5771;
	border-top:  none; /*1px solid #bbbab5; */
	padding-bottom: 5px;	
	}
.footertext {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:8px 20px 3px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:70%;
	color: #879cae;
	
}

#SecondaryContent { 
	background-image: url(../images/bg_gold.gif);
	background-repeat:repeat-y;
	margin: 0;
	border: 0;
	background-color:#FFF;
	
	}
#SecondaryContent2 { 
	background-image: url(../images/bg_orange.gif);
	background-repeat:repeat-y;
	margin: 0;
	border: 0;
	background-color:#FFF;
		}
#SecondaryContent3 { 
	background-image: url(../images/bg_green.gif);
	background-repeat:repeat-y;
	margin: 0;
	border: 0;
	background-color:#FFF;
	
		}
#SecondaryContent4 { 
	background-image: url(../images/bg_brown.gif);
	background-repeat:repeat-y;
	margin: 0;
	border: 0;
	background-color:#FFF;
	
	}
#SecondaryContent5 { 
	background-image: url(../images/bg_blue.gif);
	background-repeat:repeat-y;
	margin: 0;
	border: 0;
	background-color:#FFF;

	}			
.copybox { 
	font-size: 75%;
	line-height: 17px;
	padding: 76px 80px 100px 306px;
	
	
	}	

.HeadingOrange	{
	color: #c25601;
	padding-bottom: 3px;
	font-weight: bold;
	}	
	
	
a:link, a:visited {
	color: #3A5771;
	text-decoration: none;
	outline: none;
	}

a:hover {
	color: #97843C;	
	text-decoration: underline;
	outline: none;
}

.foot a:link, .foot a:visited {
	color: #879Cae;
	text-decoration: none;
	outline: none;
}

.foot a:hover {
	color:#D2C17D;	
	text-decoration: underline;
	outline: none;
}

.menuspot {
	margin: 10px;
	text-align:right;
	background-color:#FF0033;
	}

.leftphoto {
	float: left;
	}
	
.shim {
	height: 150px;}	
	
.bio {
	float: right;
	padding: 0px 0px 10px 20px;
	}	
	
 #portfolio td{
	padding: 3px 0px 20px 3px; }	