/* CSS Document */
/*------------------------------Gobal veriable----------------------*/
body {
			padding:0;
			margin:0;
			background-color:#f0e7d8;
			background-image:url("images/tal4.jpg");
			background-repeat:repeat-x;
			background-position:top;
			font-family:Tahoma,Arial,Helvetica, sans-serif;
			font-size:12px;
			}
p 	{
			padding:5;
			margin:5;
			}
			
h1 {

			font-family:Tahoma; 
			font-size:16px;  
			color:#837551; 
			font-weight:900; 


			}
			
h2 {

			font-family:Tahoma; 
			font-size:14px;  
			color:#666666; 
			font-weight:900; 


			}

ul {
list-style-position: inside;
list-style-image: url("images/arrow.gif");
list-style-type: square;
padding: 2px;
margin: 2px;
position:relative;
left:30px
}

a:link {text-decoration: none; color:#8D7A50 }
a:visited {text-decoration: none; color:#837551}
a:active {text-decoration: none}
a:hover {text-decoration: underline; color:#837551}



			
/*------------------------------copyright----------------------*/

.body {
			background-color:#FFF;
			border:#B8B799 2px solid
			}
			
/*------------------------------menus----------------------*/

.Leftmenu {
			font-size:16px;
			color:#757575;
			text-decoration:none;
			}
			
.Leftmenu:hover {
			color:#000000;
			}
			
.topmenu {
			font-size:11px;
			color:#000000;
			text-decoration:none;
			padding-left:2px;
			padding-right:2px;
			font-weight:normal;
			}
			
.topmenu:hover {
			color:#666666;
			}
			
.topmenuitems {
			z-index:1
} 
		
		

div.img
{
  margin: 2px;
  border:2px solid #96722b;
	padding:1px;
	background:#ffeda5;
  height: auto;
  width: auto;
  float: left;

}



/*------------------------------top menu----------------------*/

#header {
  float: right;
position:relative;
left:-15px

}

#header ul {
  margin: 0;
  padding: .5 em 0 0 0;
  list-style: none;
}

#header li {
  font-size:12px;
  float: right;
  background-image: url("images/tab.gif");
  background-repeat: no-repeat;
  margin: 0 1px 0 0;
  padding: 0 0 0 8px;
}


#header a {
  float: left;
  display: block;
  background-image: url("images/tab_right.gif");
  background-repeat: no-repeat;
  background-position: right top;
  padding: 0.2em 10px 0.2em 0;
  text-decoration: none;
  font-weight: bold;
  color: #6e634a;
}

#header a:hover {
color: #000000;
} 

#home #header li.home,
#about #header li.about,
#contact #header li.contact,
#quote #header li.quote {
    background-image: url("images/tab_active_left.gif");
}

#home #header li.home a,
#about #header li.about a,
#contact #header li.contact a,
#quote #header li.quote a{
  background-image: url("images/tab_active_right.gif");
  background-color: transparent;
  color:#FFFFFF;
}


/*------------------------------forms---------------------*/

.text {		font: Tahoma
			font-weight: 900
			font-size:12px;
			color:#9C8E6D;
	
		}






		
/*------------------------------what's new----------------------*/

.new {
			font-size:12px;
			line-height:15px;
			color:#666;
			padding:12px;
			}



/*------------------------------photo gallery ----------------------*/

.container {

				margin-top: -200px
				z-index:1
				}



			
/*------------------------------copyright----------------------*/

.copyright {
			font-size:11px;

			}