/* Basics CSS*/

body {
 margin: 2px 0;
 color: #adcfdf;
 padding:0;
 background:#000 url(images/celticbg.gif);
 font: 0.86em/1.6 Arial, Helvetica, sans-serif;
 }

a:link {
color: #775D42;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #775D42;
}
a:hover {
text-decoration: none;
color: #508E45;
}
a:active {
text-decoration: none;
color: #775D42;
}

h1 {
 font-size: 1.5em;
}

h2 {
	font-family: "monotype corsiva", sans-serif;
	font-size: 22px;
	color: #000;
	letter-spacing:1px;
	margin-top: -5px;
	margin-bottom: -5px;
}

#outer {
 width: 793px;
 height: 700px;
 background: #000 url(images/buddhabg.jpg) no-repeat;
 border: 1px solid #131313;
}

#nav {
 float:left;
 width:340px;
 height:680px;
 text-align: left;

}

#navarea {margin-top: 51px; margin-left: 18px;}

#bottomnav {margin-top:32px;}

#button {text-align:center;}

#cont {
 float: right;
 text-align:left;
 width: 410px;
 height: 650px;
 padding: 1.5em;
 background: url(images/scroll.gif) no-repeat;
 }
 
#conttext {
 text-align:left;
 width: 390px;
 margin-left:6px;
 height: 520px;
 }
 
#cont1 {
 float: right;
 text-align:center;
 width: 471px;

}
#cont2 {
 float: right;
 text-align:center;
 width: 471px;

}
#cont3 {
 float: right;
 text-align:center;
 width: 471px;
}

#ftr {
 clear: both;
 color: #333;
 background:#fff;
 font-size: 0.8em;
 text-align: center;
 margin: 1em 0 0 0;
 }

#leftImg
{
float:left;
width: 125px;
height: 93px;
padding: 0 5px 5px 0;
}

#rightImg
{
float:right;
width: 125px;
height: 93px;
padding: 0 0 5px 5px;
}

p {
	font-family: "tahoma", sans-serif;
	color: #000;
	font-size: 11px;
	line-height:18px;
	margin-left:8px;
}

.contentlink:link {
	font-family: "tahoma", sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0D80B7;
}
.contentlink:visited {
	font-family: "tahoma", sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0D80B7;
}
.contentlink:hover {
	font-family: "tahoma", sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1E407D;
	background: #fff;
	text-decoration:none;
}
.contentlink:active {
	font-family: "tahoma", sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0D80B7;
}

.navlink:link {
	font-family: "tahoma", sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #27696C;
	text-decoration:none;
}
.navlink:visited {
	font-family: "tahoma", sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #27696C;
	text-decoration:none;
}
.navlink:hover {
	font-family: "tahoma", sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1E407D;
	background: #fff;
	text-decoration:none;
}
.navlink:active {
	font-family: "tahoma", sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #27696C;
    text-decoration:none;
}

.creditslink:link {
	font-family: "tahoma", sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #27696C;
	text-decoration:none;
}
.creditslink:visited {
	font-family: "tahoma", sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #27696C;
	text-decoration:none;
}
.creditslink:hover {
	font-family: "tahoma", sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #1E407D;
	background: #fff;
	text-decoration:none;
}
.creditslink:active {
	font-family: "tahoma", sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #27696C;
    text-decoration:none;
}
img {border: 0px;}
