@charset "UTF-8";

body {
	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: #1B1108;
	background-color: #1B1108;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.6;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.oneColFixCtrHdr #divText {
	margin: 0;
	padding: 30px;
	background-color: #A58947;
}
/*.oneColFixCtrHdr #container #mainContent #portraitBkgd {
	position: absolute;
	left: 20px;
	top: 100px;
}*/

#portraitBkgd {
	background-color: #6a4225;
	position: absolute;
	height: 290px;
	width: 200px;
	left: 15px;
	top: 375px;
	opacity: .5;
}

#portrait     {
	position: absolute;
	left: 25px;
	top: 385px;
}

.oneColFixCtrHdr   #mainContent  {
	background-color: #9a8222;
	margin: 0;
	padding-top: 120px;
	padding-left: 200px;
}

#photoBackGround  {
	position: absolute;
	left: 350px;
	top: 70px;
	background-color: #6A4225;
	opacity: .50;
	height: 240px;
	width: 347px;
}

.oneColFixCtrHdr #container #pageImage {
	position: absolute;
	top: 90px;
	left: 370px;
}

.oneColFixCtrHdr #container #header {
	margin: 0px;
	background-color: #2e1e13;
}

#footer img {
	float: left;
	padding-top: 2px;
	margin: 0;
}

.oneColFixCtrHdr #divNav {
	background-color: #9A8222;
	height: 20px;
	padding-left: 25px;
}
.oneColFixCtrHdr #footer {
	padding: 3;
	margin: 0;
	height: 72px;
	background-color: #2e1e13;
}

/*.contact {
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #A58947;
	width: 560px;
	padding-top: 3px;
}

.phone {
	padding-top: 5px;
}*/

p {
	text-indent: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0;
}

a{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	outline: none;
}

:focus { outline: 0; }

.flash {
	margin-left: 85px;
}
.emailNav {
	margin-left: 400px;
}

