body {
	font-family: Times;
	color: #2d2215;
	background: #f9f9f9;
	margin: 0;
	padding: 0;
	background: url(/assets/images/bg_tile.jpg) top left repeat;
	text-align: left;
	line-height:1.2;
}

h1, h2, h3, h4, h5, h6 {
	color: #271A0A;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#wrapper h1, h2, h3, h4, h5, h6 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#wrapper h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	display: none;
}

h2.news {
	display: block;
	width: 104px;
	height:28px;
	background: url(/i/news.gif) top left no-repeat;
}

a:link {
	color: #000;
}

a:visited {
	color: #2d2215;
}

a:hover, a:active {
	color: #2d2215;
}

a.selected:link, a.selected:visited {
	color: #222;
}

em {
	font-style: normal;
	color: #686c70;
}

p {
	font-size: 1.2em;
}

hr {
	background:#2B1A10;
	color:#2B1A10;
	height: 1px;
}

.letter {
	font-size: 280%;
	float: left;
	font-weight: bold;
	padding-right: 0.1em;
	line-height: 0.9;
	margin-bottom: -0.2em;
	//margin-bottom:-0.3em;
}

p img {
	margin-bottom: 0.2em;
	margin-top: 0.5em;
	margin-right: 1em;
}

a.textlink  {
	color:#2d2215;
	text-decoration: none;
}
a.textlink:hover  {
	color:#2d2215;
	text-decoration: underline;
}

#myGallery {		margin: 20px auto;	}

.null	{
	margin: 0;
	padding: 0;
}
