@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: #000000;
	background-image: url(images/ds_bg.jpg);
	background-repeat: repeat;
}
p.intro  {
	font-size: 90%;
	line-height: 110%;
}

#container  {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header  {
	padding: 0 10px 0 20px;  /* 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-color: #FFFFB9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF48;
	background-image: url(images/doug-header-bg.png);
}
#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 */
}
#header img {
	margin-bottom: -17px;
}
#mainContent table.gallery {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 100;
}
#mainContent table.gallery1 {
	margin-right: 0px;
	margin-left: -20px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 100;
	background-color: #FFFFFF;
	border: 1px solid #333333;
}
#mainContent .gallery1 td {
	background-color: #FDFFC4;
}
#mainContent .gallery1 td.center {
	background-color: #C0C7B5;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
#mainContent .gallery1 td.h-leftside {
	padding-right: 2px;
	padding-left: 0px;
}
#mainContent .gallery1 td.h-rightside {
	padding-right: 0px;
	padding-left: 2px;
}






.gallery img {
	padding-right: 3px;
	padding-left: 3px;
	margin-top: 10px;
}
.gallery p {
	margin-bottom: 0px;
	margin-top: 0px;
}
.gallery  .title {
	font-style: normal;
	padding: 0px;
	margin-top: 0.25em;
	margin-bottom: 0.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #4D5540;
	font-weight: bold;
}
#mainContent p.spacer {
	margin: 0px;
}
#mainContent  {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	z-index: 100;
	overflow: visible;
}
#mainContent h1 {
	font-size: 1.6em;
	color: #45631D;
	text-align: center;
	margin-bottom: .3em;
}
#mainContent a {
	text-decoration: none;
}
#mainContent img a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent p.caption {
	font-size: 0.8em;
	font-style: italic;
	color: #4A4A4A;
	text-align: center;
	margin-top: 0em;
	margin-bottom: 0.6em;
	line-height: normal;
}
#nav {
	position: relative;
	margin-bottom: -160px;
	top: 0px;
	margin-left: 350px;
	z-index: 90;
}


#nav img.splash {
	z-index: 1;
	position: absolute;
	margin-bottom: -160px;
}
#bottomnav   table#payment {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C1C8B6;
	padding-top: 5px;
	margin-top: 5px;
}

#mainContent form {
	font-size: .9em;
	margin-top: 0em;
	margin-left: 3em;
}
#payment {
	margin-top: -25px;
	margin-bottom: 5px;
}
#mainContent #bottomnav {
	text-align: center;
	margin-top: -50px;
}

#footer  {
	padding: 0 10px;
	background-color: #CCD2C4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFF48;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: .7em;
	color: #666666;
	text-align: center;
}
#footer a {
	color: #4A4B64;
}
#footer a:hover {
	color: #006600;
}

#leftbox  {
	clear: right;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AEAFB3;
	border-right-color: #557290;
	border-bottom-color: #557290;
	border-left-color: #AEAFB3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #344658;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 3px;
}
#leftbox p {
	padding: 0px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	font-size: 1em;
}
#leftbox ul {
	margin-top: .25em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 2em;
}
#rightbox  {
	clear: left;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #557290;
	border-bottom-color: #557290;
	border-left-color: #AEAFB3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #344658;
	margin-top: 10px;
	margin-bottom: 1em;
	margin-left: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0em;
	padding-left: 3px;
}
#rightbox p {
	padding: 0px;
	margin-top: 6px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	font-size: 1em;
}
#rightbox h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin-top: 0.3em;
	margin-bottom: 0px;
}

#rightbox ul {
	margin-top: 0.25em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 4em;
}
#headertest {
	padding: 0 10px 0 20px;  /* 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-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF48;
}
#headertest 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 */
}
#headertest img {
	margin-bottom: -17px;
}
#mainContent p.subtext {
	font-size: 0.8em;
	font-style: italic;
	color: #4A4A4A;
	text-align: center;
	margin-top: 0em;
	margin-bottom: 0.6em;
	padding-bottom: .7em;
}
