@charset "utf-8";
body  {
	font: Arial, Helvetica, sans-serif;
	background: #403e34;
	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;
}
.twoColFixLtHdr A {
	COLOR: #913939; text-decoration: none
	}
.twoColFixLtHdr A:active {
	COLOR: #913939; text-decoration: none
}
.twoColFixLtHdr A:hover {
	COLOR: #913939; text-decoration: none
}
.twoColFixLtHdr #container { 
	width: 933px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(images/bg.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #container2 { 
	width: 933px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#fffefa;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #topcurve { 
background-image:url(images/top.jpg);
background-repeat:no-repeat;
height:120px;}

.twoColFixLtHdr #header { 
	background: #fffefa; 
	margin-bottom:0px;
} 
.twoColFixLtHdr #flashholder { 
	background: #fffefa; 
	margin-bottom:0px;
} 

.twoColFixLtHdr #menu {
height:20px;
	background: #eae4d5;
	border-top-color: #403E34;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size:9px;
	margin-bottom:0px;
	}
.twoColFixLtHdr #menu ul
{
padding-left: 10px;
margin-left: 0;
margin-top:2px;
margin-bottom:0px;
background-color: transparent;
color: #403e3a;
float: left;
width: 100%;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.twoColFixLtHdr #menu ul li { display: inline;
padding-right: 20px;
 }
.twoColFixLtHdr #menu ul li a
{
background-color: transparent;
color: #403e3a;
}

.twoColFixLtHdr #menu ul li a:hover
{
background-color: transparent;
color: #913939;
}
	
.twoColFixLtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image:url(images/greyqueen.jpg);
	background-repeat:no-repeat;

}
.twoColFixLtHdr #maincontent { 
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-left:260px;
padding-right:20px;
} 
.twoColFixLtHdr #maincontent2 { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-left:20px;
padding-right:20px;
} 


.twoColFixLtHdr #maincontent3 { 
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-left:260px;
padding-right:20px;
} 

.twoColFixLtHdr #maincontent4 { 
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-left:260px;
padding-right:20px;
} 

.twoColFixLtHdr #footer { 
	height: 44px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/bottom.gif);
	background-position:top;
background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif;

} 
.twoColFixLtHdr #footer p {
	font-size:12px;
	color: #403e3a;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 30px;
	border-style:solid;
	border-color:#666666;
	border-width:1px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.style1 {
	font-size: 18px;
	color: #913939;
	
}
#sidebar1 h2 {
font-family: Georgia;
	font-size:14px;
	font-weight: bold;
	line-height:18px;
	color: #913939;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 10px;
	}

#sidebar1 p {
font-family: arial;
	font-size:14px;
	color:#403e3a;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	}
	
.twoColFixLtHdr #sidebar1 ul
{
list-style-type: none;
margin-top:2px;
margin-bottom:0px;
color: #403e3a;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

.twoColFixLtHdr #sidebar1 ul li a
{
background-color: transparent;
color: #403e3a;
}

.twoColFixLtHdr #sidebar1 ul li a:hover
{
background-color: transparent;
color: #913939;
}

.twoColFixLtHdr #sidebar1 ul li
{
margin-bottom:0px;
margin-top:10px;
}

.twoColFixLtHdr #maincontent h1 {
font-family:Georgia;
margin-top:22px;
margin-bottom:0px;
font-size:14px;
font-weight: bold;
color: #913939;
}

.twoColFixLtHdr #maincontent h2 {
font-family:Arial;
margin-top:0px;
margin-bottom:5px;
font-size:14px;
font-weight: bold;
color: #403e3a;
}

.twoColFixLtHdr #maincontent p {
font-family:Arial;
line-height:18px;
margin-top:0px;
margin-bottom:5px;
font-size:14px;
color: #403e3a;
}


.twoColFixLtHdr #maincontent A:hover {
	COLOR: #913939; text-decoration: underline
}
.twoColFixLtHdr #maincontent2 h1 {
font-family:Georgia;
margin-top:22px;
margin-bottom:20px;
margin-left:100px;
font-size:18px;
font-weight: bold;
color: #913939;
}

.twoColFixLtHdr #maincontent2 h2 {
font-family:Georgia;
margin-left:100px;
margin-right:100px;
margin-top:0px;
margin-bottom:5px;
font-size:14px;
font-weight: bold;
color: #913939;
}

.twoColFixLtHdr #maincontent2 p {
font-family:Arial;
line-height:18px;
margin-left:100px;
margin-right:100px;
margin-top:0px;
margin-bottom:5px;
font-size:14px;
color: #403e3a;
}

.twoColFixLtHdr #maincontent3 p {
font-family:Arial;
line-height:18px;
margin-right:20px;
margin-top:0px;
margin-bottom:15px;
font-size:14px;
color: #403e3a;
}

.twoColFixLtHdr #maincontent3 h1 {
font-family:Georgia;
margin-top:22px;
margin-bottom:10px;
font-size:14px;
font-weight: bold;
color: #913939;
}

.twoColFixLtHdr #contents {
font-family:Arial;
line-height:18px;
margin-left:100px;
margin-right:100px;
margin-top:0px;
margin-bottom:5px;
font-size:14px;
color: #403e3a;
}
.twoColFixLtHdr #bio {
font-family:Arial;
line-height:18px;
margin-top:0px;
margin-bottom:5px;
font-size:14px;
color: #403e3a;
}
.twoColFixLtHdr #maincontent2 A:hover {
	COLOR: #913939; text-decoration: underline
}
.twoColFixLtHdr .portraits {
height:175px; }

.twoColFixLtHdr #bottomnav {
margin-left:0px}

#form2 {
	font-family: Arial;
	font-size: small;
	padding: 0px;
	margin: 0px;
	float: none;
}
#workneeded {
	width: 100px;
	float: left;
	padding-top:14px;
}

.photoholder {
width:330px;
float:left;
}
.photoholder2 {
width:310px;
}

.photoholder3 {
width:260px;
float:left; }

.photoholder4 {
width:237px;
float:left; }

.photos {
border-style:solid;
border-width:1px;
border-color:#807c74;
}

.twoColFixLtHdr #maincontent4 h1 {
font-family:Georgia;
margin-top:22px;
margin-bottom:20px;
font-size:14px;
font-weight: bold;
color: #913939;
}

.twoColFixLtHdr #maincontent4 h2 {
font-family:Arial;
margin-top:0px;
margin-bottom:5px;
font-size:14px;
font-weight: bold;
color: #403e3a;
}

.twoColFixLtHdr #maincontent4 p {
font-family:Arial;
line-height:18px;
margin-top:0px;
margin-bottom:15px;
font-size:14px;
color: #403e3a;
}
.twoColFixLtHdr #maincontent4 A:hover {
	COLOR: #913939; text-decoration: underline
}