/**/@media screen {
html {
	background: url(../../back.gif);
}
body {
	margin: 8px;
	padding: 0;
}
#wrapper {
	width: 595px;
	margin: 0 auto;
}
#wrapper 
p {
	margin: 1.12em 0;
}
h1 {
	margin: 0 auto;
}
h2 {
	margin: 0;
	text-align: center;
	color: #7f0343;
	font: bold 40px verdana, arial, helvetica, sans-serif;
}
h2 
em {
	display: block;
	font: italic bold 20px arial, helvetica, sans-serif;
}
#nav {
	list-style: none;
	margin: 10px 0 0;
	padding: 5px;
	width: 170px;
	border: 2px solid #0080c0;
	overflow: hidden;
	float: right;
}
#nav 
li {
	float: left;
}
#nav 
a {
	display: block;
	width: 170px;
	height: 20px;
	text-align: center;
	font: bold 14px/20px arial, helvetica, sans-serif;
	text-decoration: none;
	color: #800040;
}
#nav 
a:hover {
	background: #800040;
	color: white;
}
#nav 
#active 
a {
	color: #7c7c7c;
}
#nav 
#active 
a:hover {
	color: #7c7c7c;
	background: transparent;
}
#bot {
	width: 500px;
	margin: 0 auto;
}
#bot 
h2 {
	font: bold 24px arial, helvetica, sans-serif;
	width: 262px;
	text-align: center;
	color: black;
}
#bot 
h2 
span {
	font-size: 18px;
	display: block;
}
#bot 
p {
	margin: 1.12em 0;
	color: #0080c0;
	font: 18px arial, helvetica, sans-serif;
	width: 262px;
	text-align: center;
}
#bot 
p 
strong {
	text-decoration: underline;
}
#bot 
p 
em {
	font-style: normal;
	font-weight: bold;
}
blockquote {
	clear: both;
}
blockquote 
p {
	font: 14px/30px arial, helvetica, sans-serif;
}
blockquote 
p 
em {
	font-style: normal;
}
blockquote 
img.right {
	float: right;
	margin: 0 0 10px 10px;
	border: 4px solid #0080c0;
}
blockquote 
img.left {
	float: left;
	margin: 0 10px 10px 0;
	border: 4px solid #0080c0;
}
.shadow {
  	-moz-box-shadow: 3px 3px 10px #000;
  	-webkit-box-shadow:3px 3px 10px #000;
}
img.border {
	border: 1px solid black;	
}
a img	{
	border-style: none;
}
/**/}