body {
	background-color: White;
}

table, p, dd, dt, span, li {
	font-family: Georgia, "Trebuchet MS", serif, Arial, Verdana;
	font-size: 10pt;
	color: Black;
}

.main-area {
	width: 950px;
	text-align: left;
	padding: 10px;
	padding-top: 14px;
}

.content-area {
	margin-top: 5px;
	padding: 3px;
}

#intro-text {
	line-height: 140%;
/*	color: #111111; */
	font-size: 12pt;
}

#poem {
line-height: 244%;
color: #747474;
font-size: 12pt;
text-align: center;
font-style: oblique;
}

.c-block, .c-block-dev {
	width: 295px;
	float: left;
	/*border-left: 1px dashed #AAAAAA;*/
	padding: 0px;
	margin-top: 0px;
	margin-right: 8px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 5px;
}

.c-block:hover {
	background-color: #f6f6f6;
}

.c-block-dev:hover {
	background-color:  #E9F9FF; /*#c9E3FF; */
}

.c-block-dev {
	background-color: #DDEFFF;
	margin-right: 0px;
}

div.c-block dl dt, div.c-block-dev dl dt, div.c-block-dev p {
	padding: 5px;
}

.title {
	font-family: "Trebuchet MS", "Bitstream Vera Sans Mono", "Arial";
	font-weight: bold;
	color: #006ED7;
	font-size: 20px;
}
.tagline {
	font-weight: bold;
	color: #7B7B7B;
}

h1, h3, h4, h5 {
	color: #009933;
	font-family: "Trebuchet MS";
}

h1 {  font-size : 21px;}
h2 {	font-size : 17px;}
h3 {	font-size : 17px;}

h2 {
	font-family: "Trebuchet MS";
	padding: 10px;
	background-color: #383833;
	color: white;
	margin-top: 140px;
	margin-bottom: 0px;
	width: 200px;
}
h2.folk {
	font-family: "Trebuchet MS";
	padding: 10px;
	background-color: #a1a191;
	color: white;
	margin-top: 140px;
	margin-bottom: 0px;
	width: 200px;
}
h2.up {
	font-family: "Trebuchet MS";
	padding: 10px;
	background-color: #585863;
	color: white;
	margin-top: 0px;
	width: 200px;
}


div#expers {
	padding: 10px;
	background-color: #3f3f33;
}

div#expers div {
	width: 180px;
	margin: 10px 20px;
	float: left;
	height: 210px;
}

div#expers p a {
	color: #b1e1ff;
	font-weight: normal;
}
div#expers p {
	font-size: 11px;
	color: #f1f1f1;
	margin-top: 0px;
}





div#folk {
	padding: 20px 0;
	background-color: #ccc;
}

div#folk div {
	width: 180px;
	margin: 15px 10px;
	float: left;
	height: 160px;
	text-align: center;
}

div#folk div p {
	font-size: 11px;
	color: #333;
	margin: 5px;
}


div#folk p {
	color: #333;
	margin: 10px 40px;
}

div#folk li {
	margin-left: 40px;
	color: #333;
}





dt {
	font-weight: bold;
}

dd {
}

a {
	text-decoration: none;
}
a:link {
	color: #006ED7;
}
a:visited {
	color: #006ED7;
}
a:hover {
	text-decoration: underline;
	color: #770000;
/*	background-color: #D0F0FF; */
}

img.sample {
	border: solid 1px silver;
}
.box {
	float: left;
	width: 14em;
}


div.lang {
	font-size: 90%;
}
div.lang a {
	font-weight: normal;
}

a.act {
	background-color: #f1f1f1;
	padding: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-decoration: none;
}
