/* default elements */
* {margin: 0; padding: 0;}

body {
	background: #7C6F5C url(img/bg2.jpg);
	color: #333;
	font: normal 62.5% sans-serif;
	padding: 2% 0;
}

a {color: #442;}
a:hover {color: #963;}

h1,h2,h3 {color: #a63a00; padding: 8px 0 10px 0;}

h1 {font: normal 2.2em serif,sans-serif;}
h1 a {text-decoration: none; color:#442;}
h1 a:hover {text-decoration: underline;}
h2 {font: normal 1.6em serif,sans-serif;margin-top:15px;}
h3 {font: bold 1.3em serif,sans-serif;}

img {border: none;}

li {line-height: 1.5em; padding-left:1em; 
 }
p {padding: 2px 0 10px;}
ul {padding: 0 2em 2em 0;}



/* structure */
#wrapper {
	background: #7d0c00 url(img/wrapper.gif) no-repeat left bottom;
	margin: 0 auto;
	width: 762px;
}
#container {
	border-top: 6px solid #7d0c00;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 750px;
}

/* header */
.title {
	background-color: #edf2f2;
	border-top: 1px solid #996;
}
.title h1 {
	color: #000000;
	font: normal 2.2em Georgia,"Trebuchet MS",sans-serif;
	padding: 10px 0 10px 18px;
}

.header {
	border-top: 1px solid #8A8A82;
	background: #DAD7C5 url(img/header.jpg) no-repeat left bottom;
	height: 200px;
}

/* navigation */
.navigation {
	background: #DED9D0 url(img/nav.gif) repeat-x; height: 41px;
	border-top: 1px solid #996;
}
.navigation a {
	background: #FFF url(img/nav.gif) repeat-x;
	border-right: 1px solid #e6bebc;
	color: #7d0c00;
	float: left;
	font: bold 1em Tahoma,sans-serif;
	padding: 0 14px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover,.navigation a#active {background-position: left bottom; color: #000;}

/* main */
.main#two-columns {background: #FFF url(img/two-columns.gif) repeat-y;}

/* Indented to force ordered list to have indentation within the left column*/
.Indented ul {
margin: 0;
padding: 0;
}
.Indented li {
list-style-position: inside;
}

/* bottom */
.bottom {
	/*background: #DCDAC9 url(img/bottom.gif) no-repeat left bottom;*/
	
	background-color: #f5e4d3;
	border-top: 1px solid #e6bc9c;
	color: #444;
	padding: 14px 20px;
}
.bottom .left {width: 99%;}

/* footer */
.footer {
	background: #7D0C00;
	color: #EED;
	padding: 10px;
}
.footer .left {width: 66%;}
.footer .right {
	width: 33%;
	text-align: right;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}

/* images */
.col2 .right img {
	background: #FFF1E6;
   border: 1px solid #F0D8D3;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}




/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 64%; }
.col2 .right .content {background: #FFF;}
.col2 .right {width: 33%;}
.content {padding: 18px 20px;}
.left {float: left;}
.right {float: right;}
.right .content {padding: 18px 12px 12px;}
.ExtraMarginTop {margin-top:10px;}

.centeredBuddha {
margin: 20px auto 55px auto;
text-align:center;
}

/* block list */
ul.block {
	border-top: 1px dashed #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 90%;
}
.block li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
	padding-left:0;
}
.block li a, .block li em {
	color: #553;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
}
.block li a span {font-weight: bold;}
.block li a:hover, .block li a.active {
	background: #FFF1E6;
	color: #553;
}

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: #F2F0EA;}
