/* typeface */
body {
	font-size: 12px;
	font-family: Georgia, "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	line-height: 22px;
	margin-bottom: 40px;
}

a {
	text-decoration: none; font-weight: normal;

	font-family: Georgia, "Lucida Grande",Tahoma,"Bitstream Vera Sans",Arial,sans-serif;
	font-weight: normal;
	line-height: 34px;
	font-size: 14px;

}

p {
	padding: 10px 0px;
}

#menu li, #menu ul {
	list-style: none;
}

#menu ul { background: url(menubar.png) no-repeat}
#menu li { height: 32px; overflow: visible; text-align: center }
.menu-selected { background: url(menusel.png); }
.menu-selected a { color: #FFF; }
.menu-item { display: none; }

#menu li:hover .menu-item { /*background-color: #333;*/ display: inline;}

#menu a {
	color: #FFF;
	text-shadow: #291A07 1px 1px 1px;
	font-weight: normal;
}

a {
	color: #705080;
	font-weight: 600;
}

#menu a:hover {
	color: #63B577;
	text-shadow: #14222C 1px 1px 1px;
}

a:hover {
	color: #63B577;
}

h2 {
	margin: 0px;
	font-size: 250%;
	font-weight: normal;
	line-height: 1.35;
}

/* color */
body {
	background: #1e1000/* url('bg2.png')*/;
	color: #3e301e;
}

div#content {
	padding-top: 10px;
	/*background-color: #AF9A7D*/
	background-color: #FFF;
}

div#menu {
	background-color: #1C1300;
}

div#footer {
	background-color: #1C1300;
}

div#header {
	background: url(head.png) repeat-x;
	height: 100px;
	text-align: center
}

h1 {
	font-size: 360%;
	font-weight: normal;
	color: #FFF;
	margin-top: 40px;
}

h2 {
	color: #625038
}

#content p:first-letter {
	font-size : 250%;
	font-weight: 100;
	float : left;
}

/*.container_12 { background: #fff url(12_col.gif) repeat-y; }*/

.back { display: inline; overflow: visible }