/* Basics CSS*/

html {overflow: scroll;}

body {
 margin: 0px;
 color: #653b67;
 background:#fefaf0;
 padding:0;
 font: 12px/1.2 Arial, Helvetica, sans-serif;
 }

a:link, a:visited, a:active {
color: #653b67;
text-decoration: underline;
}
a:hover {
text-decoration: none;
color: #000;
}

h1 {
 font-size: 1.5em;
}

h2 {
 font-size: 1.3em;
}

#outer {
	width: 791px;
	margin: 0 auto;
	background: #fefaf0 url(../images/bg_outer.gif) repeat-y;
	border: 1px solid #d8dac2;
 }

#hdr {
 padding-top: 180px;
 background: #fff url(../new_site/images/headerlogo.gif) no-repeat;
 }

#hdr h1 {
 color: #fff;
 background:#B7734B;
 font-size: 1.5em;
 font-weight: bold;
 text-align: center;
 text-transform: uppercase;
 margin: 0;
 padding: 1em;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#nav {
	float:left;
	width:180px;
	padding-bottom: 180px;
	background: #d8dac2 url(../images/FlwrsPrpl2.gif) no-repeat bottom;
}

#contIndex {
	float: right;
	width:560px;
	padding: 20px;
	background: url(../images/bg_cont_index.gif) no-repeat right top;
 }
#contAbout {
	float: right;
	width:560px;
	padding: 20px;
	background: url(../images/bg_cont_about.gif) no-repeat right top;
 }
#contLeaf {
	float: right;
	width:560px;
	padding: 50px 20px 20px;
	background: url(../images/bg_cont_leaf.gif) no-repeat right top;
 }
 #contLeaf ul {
	list-style: url(../images/dot.gif) none;
}
#cont a:link, #cont a:visited, #cont a:active {
color: #653b67;
text-decoration: none;
}
#cont a:hover {
text-decoration: none;
color: #000;
}
#cont h2 {
 color: #4F7D31;
}

#ftr {
	clear: both;
	color: #653b67;
	background:#fefaf0;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #d8dac2;
	margin: 1em 0 0;
	height: 40px;
	padding-top: 5px;
 }
#ftr a:link, #ftr a:visited, #ftr a:active {
color: #653b67;
text-decoration: none;
}
#ftr a:hover {
text-decoration: none;
color: #000;
}

#cont ul {
	list-style: url(../new_site/images/dot.gif) none;
}
.txtGold {
	font-size: 16px;
	font-weight: bold;
	color: #e9b011;
}
.txtBrown {
	font-size: 14px;
	font-weight: bold;
	color: #a7723e;
}
.txtRed {
	font-weight: bold;
	color: #CC0000;
}
.txtBigGreen {
	font-size: 20px;
	color: #6d8d23;
	font-weight: bold;
}
.imgLeft
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.imgRight
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.imgCenter
{ display: block;
  margin: 0 auto;
}
.imgCenterBorder
{
	display: block;
	margin: 0 auto;
	border: 1px solid #000000;
}
.imgLeftBorder
{ float: left; 
  margin: 0px 8px 0px 0px;
  border: 1px solid #000000;
}

.imgRightBorder
{ float: right; 
  margin: 0px 0px 0px 8px;
  border: 1px solid #000000;
}