body { 				font-family: arial, sans-serif;
					font-size: 90%;
					background-color: rgb(0,0,0);
					color: rgb(60,60,60); }
h1 {				color: rgb(184,136,52);
					font-style: italic; }
h2 {				padding-top: 0.8em;
					color: rgb(184,136,52);
					border-top: 1px dotted rgb(181,162,131); }
h3 {				color: rgb(184,136,52); }
a {					color: rgb(60,60,60); }
a:hover { 			color: rgb(181,139,57); }
input, select, textarea {
					font-family: Tahoma, Arial, sans-serif;
  					color: rgb(90,90,90);
  					border: 1px solid rgb(181,162,131); }

/* LEFT */
#left { 			background-color: rgb(223,198,157); }
#leftbrdr { 		background-color: rgb(181,162,131); } 
#leftcnts p {		text-align: center;
					font-size: 90%;
					line-height: 150%;
					font-style: italic; }
#leftcnts .imgbrdr {margin-bottom: 1em; }

/* RIGHT */
#right { 			background-color: rgb(233,216,190); }
#rightcnts {		text-align: justify; }
#rightcnts p.footer {
					color: rgb(151,132,101);
					text-align: center;
					font-style: italic;
					font-size: 80%; }
#rightcnts p.footer a {
					color: rgb(151,132,101); }
#rightcnts p.footer a:hover {
					color: rgb(0,0,0); }
#rightcnts a.slct {	font-weight: bold; color: rgb(181,139,57); }

/* BANNER and NAVIGATION */
#bnrimg {			background-image: url("images/banner.jpg"); }
#nav { 				background-color: rgb(0,0,0);
					color: rgb(181,139,57);
					text-align: center;
					font-weight: bold; }
#nav a { 			color: rgb(181,139,57);
					text-transform: uppercase;
					text-decoration: none; }
#nav a:hover { 		color: rgb(255,255,255);
					text-decoration: none; }
#nav a.slct {		color: rgb(255,255,255); }

/* ALL */
.imgbrdr img {		border: 1px solid rgb(181,162,131); }
.imgbrdr { 			border: 5px solid rgb(184,136,52); }
.small {			font-size: 90%;
					font-weight: normal; }
.xsmall {			font-size: 70%;
					font-weight: normal; }
.cntr {				text-align: center; }
.bld {				font-weight: bold; }
.itlc {				font-style: italic; }