/* General
======================================*/
body, p, h1, h2, h3 {
margin:0;
padding:0;
}

body {
background:url(images/bg_main.jpg) repeat-x left top #ead4a3;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#a47b50;
}

img {
border: 0;
}

a:link, a:visited {
	color: #555;
	font-weight : bold; 
	outline:none;
  }

a:hover {
	color: #000;
	font-weight : bold; 
	outline:none;
  }

a:active {
	color: #000;
	font-weight : bold; 
	outline:none;
  }

p.ind {
text-indent:1cm;
font-size:12px;
margin-bottom:15px;
}

p {
text-decoration:none;
font-size:12px;
margin-bottom:15px;
}

h1 {
font-size:20px;
font-weight:bold;
}

h2 {
font-size:18px;
font-weight:bold;
}

h3 {
font-size:14px;
font-weight:bold;
color:#8a6136;
}
#pageWrapper {
background:url(images/bg_body.jpg) repeat-y;
margin:0 auto;
width:778px;
}
/* Header
======================================*/
#header {
height:318px
}


/* Body
======================================*/
#content {
padding:10px 57px 10px 121px;
}
#clear {
clear:both;
}
#btmHolder {
background:url(images/holder2.jpg);
height:99px;
}
#bodyWrapper {
background:url(images/fngr.jpg) no-repeat bottom right;
}
#pics {
float:left;
margin-right:5px;
margin-bottom:3px;
}
#pics img {
border:1px dotted #ceb994;
padding:1px;
}

/* Gallery
======================================*/
#gallery {
text-align:center;
padding-bottom:4em;
clear:both
}
#gal {
overflow:hidden;
}
#gal ul {
list-style:none;
float:left;
}
#gal li {
list-style:none;
float:left;
margin:2px;
margin-right:1em;
}
#gal li img {
width:100px;
height:70px;
}
#gal li a {
display:block;
margin:2px;
padding:3px;
background:#e5e7e4;
}
#gal li a:hover {
background:#a37d51;
}



/* Footer
======================================*/
#footerMaster {
border-top:1px dashed #ceb994;
text-align:center;
margin:3px auto;
width:778px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;

}
a.footer:link, a.footer:visited {
text-decoration:none;
color:#333;
}
a.footer:hover {
text-decoration:none;
color:#687218;
/*background-color:#333333;*/
}
.footrLine {
padding:25px;
font-family:"Times New Roman", Times, serif;
color:#333;
/*visibility:hidden;*/
}
.footrCopyright {
color:#333;
}
