body {
  background: #ffffff url(images/body_bg.jpg) repeat-x;
  background-position: top left;
  width: 100%;
  height: 100%;
  text-align: center;
  font: 13px times, arial, sans-serif;
  color: #574F34;
  line-height: 16px;
  margin: 0px;
}

.clear {
  clear: both;
}

/** layout **/
#wrapper {
  margin: 0 auto;
  width: 702px;
  background-color: #ffffff;
}

#header {
  width: 702px;
  height: 156px;
  background: #ffffff url(images/header_bg.jpg) no-repeat;
  background-position: top center;
}

/** menu **/
#menu {
  width: 702px;
  height: 34px;
  background: #ffffff url(images/menu_bg.jpg) no-repeat;
  background-position: top center;
}

#menu ul{
  margin: 0;
  padding: 4px 0 0 1px;
}

#menu li{
  list-style-type: none;
  float: left;
}

/** container **/
#content {
  width: 702px;
  background: #F7F5E8 url(images/content_bg.jpg) no-repeat;
  background-position: top center;
}

#text {
  width: 410px;
  text-align: left;
  float: left;
  padding: 45px 0 30px 30px;
}

#text a{
  color: #961A14;
  text-decoration: none;
  border-bottom: 1px #961A14 solid;
}

#text a:hover{
  border: 0;
}

#text h1 {
  font: 16px times, arial, sans-serif;
  color: #2E1C17;
  font-weight: bold;
  margin-left: 35px;
}

#text p {
  margin-left: 35px;
}

#text ul{
  margin: 0;
  padding-left: 35px;
}

#text li{
  list-style-type: none;
  background: url(images/li_bg.gif) no-repeat;
  padding: 0 0 0 20px;
  color: #663500;
}



img.right{
  float: right;
  /*border-left: 10px solid #eaeaea;*/
  margin-left: 5px 5px 5px 5px;
}
table{
	width: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
	/*font-family: Tahoma, Arial CE, Helvetica CE, Arial, Helvetica, sans-serif;
	font-size: 14px;*/
	border : none;
	background: transparent;
}


td{
	padding : 3px 3px 3px 3px;
	border : none;
	text-align: center;
}

.td-right
{
	text-align: right;
}
.td-left
{
	text-align: left;
}


#right {
  width: 185px;
  color: #663500;
  text-align: left;
  float: right;
  padding: 360px 35px 30px 0;
  %padding: 375px 35px 30px 0;
}

#right a{
  color: #2E1C17;
  text-decoration: none;
  border-bottom: 1px #2E1C17 solid;
}

#right a:hover{
  border: 0;
}

#right h1 {
  font: 16px times, arial, sans-serif;
  color: #2D2927;
  font-weight: bold;
}

#right ul{
  margin: 0;
  padding: 0;
}

#right li{
  list-style-type: none;
  background: url(images/li_bg.gif) no-repeat;
  padding: 0 0 0 20px;
  color: #574F34;
}

/** footer **/
#footer {
  width: 702px;
  height: 70px;
  background: #ffffff url(images/footer_bg.jpg) no-repeat;
  background-position: top center;
  text-align: center;
  margin-bottom: 20px;
}

.copyright{
  position: relative;
  top: 57px;
  font: 11px times, arial, sans-serif;
  color: #555555;
}

.copyright a{
  color: #961A14;
  text-decoration: none;
  border-bottom: 1px #961A14 dotted;
}

.copyright a:hover{
  border: 0;
}
