/* COLOR KEY */
/*#9c2634; /*Merlot*/
/*#ffd21d; /*Saffron*/
/*#4540ac; /*HH-DL Blue*/
/*#50B2B1; /*Rock Candy Blue*/

body {
	background-color: #9c2634; /*Merlot*/
	background-image: url("/img/bg/buddhabg.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10pt;
	width; 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#container {
	text-align: left;
	width: 880px;
	border: none;
	padding: 0;
	margin: 0px auto;
}
#full {
	background-color: #ffd21d;
	background-image: url("/img/bg/full.gif");
	background-repeat: repeat-y;
	background-position: center center;
	line-height: 1em;
	border: 4px solid #4540ac; /*Rock Candy Blue*/
	clear: both;
	padding: 1px 11px;
	width: 850px;
	margin: 20px 0px;
}
#wide {
	background-color: #ffd21d;
	line-height: 1em;
	border: 4px solid #4540ac; /*Rock Candy Blue*/
	clear: both;
	padding: 1px 11px;
	width: 850px;
	margin: 20px 0px;
}
nav {
	background-color: #ffd21d;
	background-image: url("/img/bg/menu.gif");
	background-repeat: repeat-y;
	text-align: center;
	font-weight: bold;
	border: 4px solid #4540ac; /*Rock Candy Blue*/
	padding: 11px;
	width: 200px;
	float: left;
	margin: 0px 20px 20px 0px;
}
nav h1 {
	font-size: 2em;
	font-weight: 900;
	margin: .5em;
	line-height: 1.5em;
}

#content {
	background-color: #ffd21d;
	border: 4px solid #4540ac; /*HH-DL Blue*/
	text-align: left;
	padding: 11px;
	width: 600px;
	float: left;
	margin: 0px 0px 20px 0px;
}
a {
	text-decoration: none;
	color: #dd0000;
}
a:hover {
	text-decoration: none;
	color: #dd0000;
}
a:visited {
	text-decoration: none;
	color: #4540ac; /*HH-DL Blue*/
}
#menu a {
	font-weight: bold;
	font-size: 1.2em;
}
h1 {
	font-weight: bold;
	font-size: 3em;
	text-align: center;
	margin: 0;
}
h1.subtitle {
	font-weight: bold;
	font-size: 2em;
	text-align: center;
	margin: 0;
}
h2 {
	font-weight: bold;
	font-size: 2.5em;
	text-align: center;
	margin: 1em 0;
}
h3 {
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.1em;
	text-align: center;
	margin: 1em 0;
}
h4 {
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
	margin: 1em 0 0 0;
}
p {
	clear: both;
	font-weight: normal;
	font-size: 1em;
	text-align: left;
	margin-bottom: 1em;
}
#menu p {
	align: center;
}
ol, ul {
	font-weight: normal;
	font-size: .9em;
	margin: 0 0 1em 0;
}
.center {
	text-align: center;
}
.indent {
	text-align: justify;
	text-indent: 2em;
	margin-bottom: 1em;
}
.tight {
	text-align: left;
	text-indent: 0;
	margin-bottom: 0;
}
.dim {
	color: #333;
	font-weight: normal;
	font-size: .9em;
	text-align: center;
	margin: 0;
}
.desc {
	text-align: center;
	margin: 0em auto 1em auto;
	width: 640px;
}
.gap {
	margin: 10em 0em;
}
.caption {
	clear: both;
	margin-bottom: 1em;
	font-size: .7em;
}
.hi {
	font-weight: bold;
}
.bubble {
	width: 300px;
}
#float {
	float: left;
	margin-right: 1em;
}
#clear
	clear: both;
}

