@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: #666666;
	background-color: #FFFF99;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.artworktext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
}

.twoColFixRtHdr #container {
	width: 720px;
	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. */
	background-color: #DABD77;
} 
.footertext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
}
.menutext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
}
.captiontext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	float: right;
	margin-right: 20px;
	margin-left: 15px;
}
.photoright {
	float: right;
	margin-right: 20px;
	margin-left: 15px;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #027862;
	top: 0px;
}
.twoColFixRtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #DABD77;
} 
.twoColFixRtHdr #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 */
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #2B442F;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 255px;
	background-color: #FFFFFF;
	margin: 25px;
	border: thin solid #000000;
	padding-right: 20px;
	padding-left: 20px;
}
.twoColFixRtHdr #mainContent {
	background-color: #FFFFFF;
	margin-top: 25px;
	margin-right: 350px;
	margin-bottom: 25px;
	margin-left: 25px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border: thin solid #000000;
} 
.underline {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #DABD77;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
.twoColFixRtHdr #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 */
}
.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: 8px;
}
.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;
}
.twoColFixRtHdr #mainContent2ndlevel {
	background-color: #FFFFFF;
	border: thin solid #000000;
	margin: 20px;
	padding: 0;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
