html {
	background:#FEEBF5 url(images/left.jpg) no-repeat top left fixed;
	color:#606060;
}
body {
	background:url(images/bottom.jpg) repeat-x bottom left fixed;
	color:#404040;
	position:relative;
	z-index:500;
}
h1,h2,h3,h4,h5,h6 {
	color:#736A66;
}
h1 span {
	color:#585359;
}

.content__centered{
	text-align: center;
}

.content__fancy{
	font: italic normal 150% serif;
}
acronym, abbr {
	border-bottom:1px dashed #333;
}
blockquote {
	border-left:1px solid #D0CFF7;
}
pre {
	background:#FCF3F8;
	color:#606060;
	border:1px solid #D1BDCC;
}
fieldset {
	background:#FEE6F3;
	border:1px dashed #E7A7CE;
}
legend {
	background:#fff;
	color:#606060;
	border:1px inset #FED7ED;
}
input, textarea {
	background:#FEF0F7;
	color:#404040;
	border:1px solid #ccc;
}
input:focus,input.focus,textarea:focus,textarea.focus {
	background:#fff;
	color:#606060;
	border:1px solid #FF99D7;
}
ins {
	text-decoration:none;
}
table,th,td {
	border:1px solid #D1BDCC;
}
th {
	background:#FED7ED;
	color:#333;
}
tr {
	background:#fff;
	color:#606060;
}
tr.alt {
	background:#FCF3F8;
}
a {
	 color:#A20163;
}
a:visited {
	 color:#875770;
}
a:active,a:focus {
	background-color:#FF99D7;
	color:#333
}
a img {
	border:1px solid #FEEBF5;
}
a:hover img,a:active img,a:focus img {
	border-color:#FF99D7;
}
