@charset "ISO-8859-1";
/* CSS Document */

body {
  background-color: #1C1512;
  font-family:"Trebuchet MS",Helvetica,Arial,Verdana,sans-serif;
  font-size: small;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

#allcontent {
  width: 800px;
  height: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  background: url("images/Parchment.jpg") no-repeat;

  /*border: dashed 1px #C30;*/
}

#header {
  width: 800px;
  height: 105px;
  margin: 0px;
  padding: 0px;
  background: #fff url("images/HeaderBG.jpg") no-repeat;
  /* border: dashed 1px #000;*/
}

ul#menu 
{
width: 800px;
height: 24px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom:0;
padding-left:0;
padding-right:0;
list-style-type: none;
text-align: center;
color: #fff;
background-color: #412312;
}

ul#menu li { 
display: inline; 
}

ul#menu li a
{
text-decoration: none;
font-size: 10px;
padding: 7px 30px 7px 30px;
color: #e0cfb2;

}
ul#menu li a:hover
{
color: #fff;
}

#content {
  width: 550px;
  height: 330px; 
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
  float: left;
  background-color: #fff;  
  /*overflow: auto;*/
  /*border: solid 1px #000;*/
	}

#mainmenu {
  width: 250px;
  height: 330px;
  padding: 0px;
  margin: 0px;
  float: right;
  border: 0px;
  /*border-color: #000;
  border-top: 1px;
  border-bottom: 5px;
  border-right: 0px;
  border-left: 0px;*/
  /*background: #fff url(file:///) bottom no-repeat;*/
  /*font-size: 105%;*/
  /*overflow: auto;*/
  /*border: dashed 1px #000;*/
}

ul#submenu {
width: 800px;
height: 24px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 4px;
padding-bottom:0;
padding-left:0;
padding-right:0;
float:left;
list-style-type: none;
text-align: center;
color: #e0cfb2;
background-color: #412312;
}

ul#submenu li { 
display: inline; 
border-right: solid 1px #754D25;
border-left: solid 1px #754D25;
}

ul#submenu li a {
text-decoration: none;
font-size: 10px;
padding: 2px 30px 2px 30px;
color: #e0cfb2;
}

ul#submenu li a:hover {
color: #fff;
}

#text_top {
  width: 798px;
  height: 30px;
  padding: 0px;
  margin: 0px;
  /*background-color: #e0cfb2;*/
  float: left;
	}

#text_left {
 width: 425px;
  height: 750px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  padding-bottom:0;
  padding-left:25px;
  padding-right:23px;  
  float: left;
	}

#text_right {
  width: 310px;
  height: 750px;
  padding-top: 0px;
  padding-bottom: 0;
  padding-left: 8px;
  padding-right: 0;
  margin: 0px;
  color: #fff;
  /*background-color: #e0cfb2;*/
  float: left;
  text-align:center;
  border-left: solid 4px #412312;
	}

#wx_module_9849 {
  text-align: center;
  margin-left: 10px;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

#Right_Now {
  width: 370px;
  height: 350px;
  padding: 0px;
  margin-left: 43px;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  color: #FFF;
  background-color: #412312;
  border: solid 8px #754D25;
	}

/*
#footer {
  width: 800px;
  height: 10px;
  padding: 0px;
  margin: 0px;
  background-color: #000;
}
*/


