body
{
	font-family: 	Verdana, Arial, Tahoma;
	font-size:  12px;
	color: #7c6c4b;
	margin: 0px;
	background-color: #FDF5EA;
}

hr
{
  border: 1px solid #ede5d9;
}

a, a:active, a:visited
{
   color: #E3D3B1;
   text-decoration: none;
   font-family: Verdana;
   font-size: 9px;
}

a:hover
{
   color: #E3D3B1;
   text-decoration: underline;
   font-family: Verdana;
   font-size: 9px;
}

.main
{
   width: 799px;
   margin: 0px auto;
/*   padding: auto;
   border:  1px solid green; */
}

.head
{
   background-color: #791313;
   height: 169px;
}

.menubar
{
   background-image: url('/images/royal.gif');
   background-repeat: repeat-x;
   height:30px;
   color: #EAC784;
   text-align: center;
   vertical-align:top;
}

.menubar_bot
{
	background: url('/images/royal2.gif') repeat-x top center;
	height:10px;
}

.menubar a, .menubar a:hover, .menubar a:active, .menubar a:visited
{
   color: #EAC784;
   text-decoration: none;
   font-size: 14px;
}

.menubar div
{
   display: inline;
   margin: 10px;
}

.title
{
  color: #480202;
  text-align: left;
  font-weight: bold;
  font-family: Arial;
  font-size: 19px;
}

.title1
{
  color: #480202;
  text-align: center;
  font-weight: bold;
  font-family: Arial;
  font-size: 19px;
}

.home_contact
{
   width: 215px;
   background-image: url('/images/bg1.gif') ;
   background-repeat: repeat-y;
   height: 200px;
   vertical-align: top;
   font-size: 11px;
   font-family: Arial;
   font-weight: bold;
}

.home_contact a, .home_contact a:hover, .home_contact a:active, .home_contact a:visited
{
   font-size: 11px;
   font-family: Arial;
   font-weight: bold;
   text-decoration: none;
   color:#480202;
}




.submit
{
 	/* background-color: green; */
}


.home_contact hr
{
   background: url('/images/hr.gif') no-repeat center center;
   width: 184px;
   height:10px;
}

.alright
{
  text-align: right;
}

.footer_menubar
{
  background-color: #490303;
  color: #E3D3B1;
  font-family: Verdana;
  font-size: 11px;
  height: 67px;
  padding-left: 5px;
  padding-right: 5px;
}
/* footer_menubar */

.ft , .ft:active, .ft:visited
{
   color: #E3D3B1;
   text-decoration: none;
   font-family: Verdana;
   font-size: 10px;
}

.ft:hover
{
   color: #E3D3B1;
   text-decoration: underline;
   font-family: Verdana;
   font-size: 10px;
}




/*.footer_menubar a:hover
{
   color: #E3D3B1;
   text-decoration: underline;
   font-family: Verdana;
   font-size: 6pt;
}
*/
.lft
{
  background-color: #E5DDD2;
  width: 10px;
}

.content
{
  padding: 5px;
  padding-left: 18px;
  padding-right: 15px;
  background-color: #ffffff;
}

.right
{
   text-align: right;
   font-size: 9pt;
   font-weight: bold;
}

.personName
{
  list-style-type: circle;
}


.guestBookform input
{
  border: 1px solid #561415;
}

.text
{
   width: 200px;
   border: 1px solid #561415;
   background-color: #F4ECE1; 
}

select
{
	background-color:  #F4ECE1;
	width: 80px;
}

.msgTextarea
{
  border: 1px solid #561415;
  width: 277px;
  height: 143px;
  overflow: auto;
  background-color: #F4ECE1;
}

.bottom_hr
{
   background: url('/images/bottom_hr.gif') center center;
   height: 4px;
   background-repeat:no-repeat;
}

.content_hr
{
   background: url('/images/content_hr.gif') center center;
   height: 15px;
   background-repeat:no-repeat;
}

.footer_1
{
  background-color: #E5DDD2;
  height: 10px;
}

.sendBut
{

   background-color: #670C0B;
}

.paging, .paging:visited
{
  color: red;
  text-decoration: none;
  font-size: 14px;
}

.paging:hover
{
  color: red;
  text-decoration: underline;
  font-size: 14px;
}


.pagingActive, pagingActive:active, .pagingActive:visited
{
  color: green;
  font-weight: bold;
  text-decoration: underline;
  font-size: 14px;
}


.img_left_top
{
  background-image: url('/images/top_left.gif');
  width: 9px;
  height: 9px;
  background-repeat: no-repeat;
}

.img_middle_top
{
  background-image: url('/images/top_hor.gif');
  height: 9px;
  background-repeat: repeat-x;
}

.img_right_top
{
  background-image: url('/images/top_right.gif');
  width: 9px;
  height: 9px;
  background-repeat: no-repeat;
}

.img_left_bottom
{
  background-image: url('/images/bottom_left.gif');
  width: 9px;
  height: 9px;
  background-repeat: no-repeat;
}

.img_middle_bottom
{
  background-image: url('/images/bottom_hor.gif');
  height: 9px;
  background-repeat: repeat-x;
}

.img_right_bottom
{
  background-image: url('/images/bottom_right.gif');
  width: 9px;
  height: 9px;
  background-repeat: no-repeat;
}

.img_left_vert
{
  background-image: url('/images/left_vert.gif');
  width: 9px;
  background-repeat: repeat-y; 
}

.img_right_vert
{
  background-image: url('/images/right_vert.gif');
  width: 9px;
  background-repeat: repeat-y; 
}

.center
{
  text-align: center;
}

.hiddenDiv
{
  display: none;
}

.error
{
	font-weight: bold;
	color: red;
}

.error_right
{
  text-align:right;
  color: red;
  font-weight:bold;
}

.lang
{
   color: #911B19;
   text-align: right;
   padding-right:2px;
   font-size: 10px;
}

.lang a, .lang a:active, .lang a:visited
{
   color: #911B19;
   text-decoration: none;
   font-size: 10px;
   font-weight:bold;
   
}

.lang a:hover
 {
  	color: #911B19;
    text-decoration: underline;
    font-size: 10px;
    font-weight: bold;
 }