@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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-color: #E4E0DD;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #E4E0DD;
	border: 1px none #AEA69B;
}
.oneColFixCtrHdr #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: #D9D6D1;
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AEA69B;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #AEA69B;
	border-left-color: #AEA69B;
}
.oneColFixCtrHdr #header h1 {
	color: #666666;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	background-color: #EAE7E3;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
	border: 1px solid #AEA69B;
}
.oneColFixCtrHdr #footer {
	padding-right: 10px;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AEA69B;
	text-align: right;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #container #header a {
	text-decoration: none;
	color: #666666;
}
.oneColFixCtrHdr #container #header a:hover {
	color: #B46017;
	text-decoration: none;
}
.oneColFixCtrHdr #container #header a:active {
	color: #000000;
}
.oneColFixCtrHdr #container #footer p a {
	text-decoration: none;
	color: #AEA69B;
}
.oneColFixCtrHdr #container #footer p a:hover {
	color: #B46017;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
p {
	color: #666666;
	font-size: 14px;
}
.oneColFixCtrHdr #container #mainContent p a {
	color: #B46017;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent a:hover {
	color: #B46017;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #header #home {
	margin-bottom: -4px;
}
.oneColFixCtrHdr #container #mainContent #home2 {
	margin-bottom: -4px;
}
.chouse {
	margin-bottom: -4px;
}
.twoColFixLtHdr #container #mainContent a {
	color: #B46017;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent a:hover {
	text-decoration: underline;
}
.figure {
	background-color: #F9F9F9;
	border: 1px solid #666666;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #9D9486;
}
.figure img {
	border: 1px solid #666666;
	vertical-align:middle;
	margin-bottom: 3px;
}
.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; }
.left { margin: 0.5em 0.8em 0.5em 0; float:left; } 
.credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
	text-align: center;
}
.appicon {
	margin-bottom: -3px;
}
.aw-list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 25px;
	margin-bottom: -5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D6D1;
	margin-right: 25px;
}
.gal {
	border: 1px solid #AEA69B;
	padding: 1px;
	margin: 2px;
}
