html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color:#3366CC;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #196c49;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
  background: #FFF;
	text-align: center;
	font: 11px arial, sans-serif;
	color: #312F1A;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 20px auto;
	width: 714px;
  position: relative;
}

#header {
  padding-top: 51px;
  width: 380px;
  position: relative;
}

/** Header **/
h1 {
  color: #196c49;
  background: #FFF;
  background-image: url(images/logo2.jpg);
  background-repeat:no-repeat;
  /** border: 2px solid #C4B888; **/
  padding: 8px;
  text-align: center;
  font: 25px "Times new roman", sans-serif;
  font-style: italic;
  font-weight: normal;
  margin: 0 0 2px 21px;
  height:70px;
  width: 330px;
}

#search {
  width: 200px;
  background:url(images/searchimg2.jpg) no-repeat;
  text-align: center;
  position: absolute;
  bottom: -1px;
  left: 558px;
  padding: 6px 0;
  color:#FFFFFF;
}
#search .text {
  width: 63px;
}

/** Body **/
#body {
  position: relative;
  width: 100%;
}

#nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 252px;
  padding-top: 290px;
  padding-left: 25px;
  font: 10px "helvetica", serif;
  color:#999999;
  background: url(images/pic_1.jpg) no-repeat;
}

/** content **/

#content {
  background: #000000 top url(images/topper.jpg) no-repeat;
  width: 508px;
  margin-left: 254px;
  min-height: 278px;
}

#content .main, #content .main2 {
  float: right;
  width: 250px;
  margin-top: 14px;
  padding-right: 28px;
}

#content .main {
  padding-bottom: 1em;
  border-bottom: 1px solid #D6D3BA;
}

#content .main p, #content .main2 p {
  margin: 0em 1em 0 0;
  color:#a9a9a9;
}
#content .main2 .right {
  margin-left: 18px;
}
#content .main .clear, #content .main2 .clear {
  height: 20px;
  margin-bottom: -10px;
}

#beauty {
  float: right;
  width: 180px;
  border-left: 1px solid #FFFFFF;
  padding: 12px;
  background: top right url(images/rightcorner.jpg) no-repeat;
}
#beauty span {
  float: left;
  width: 12px;
  font-size: 9px;
  clear: both;
  margin-top: 3px;
}
#beauty p {
  float: left;
  width: 110px;
  margin: 0 0 0.6em 0;
  padding: 0 0 0 1em;
  line-height: 1.3;
    color:#a9a9a9;
}
#beauty .clear {
  height: 10px;
}

h2 {
  font: italic 14px "Helvetica", serif;
  color: #196c49;
  margin: 0 0 0.5em 0;
}

/** Footer **/

#footer {
  margin: 2px 0px 0px 275px;
  font-size:10px;
  width: 380px;
}

#footer a {
  color:#196c49;
  font: 10px "helvetica", serif;
  font-style: italic;
}

#footer a.hover{
  color: #CCCCCC;
  text-decoration:underline;
}

#privacy {
  position: absolute;
  right: 8px;
  width: 148px;
  padding: 4px 0;
  text-align: center;
  background: #E8E7DA bottom left url(images/footer_tab.jpg) no-repeat;
}
#privacy a {
  color: #000;
  font-weight: normal;
}
