*{
	margin: 0;
	padding: 0;

}
html {
	background: url(background.png) repeat-y center top #0078E2;
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma;
	font-size: 10px;
	color: #808080;
	background: url(shadow.png) no-repeat center top;
	padding-bottom: 50px;
}
.slider {
	position: absolute;
	width: 0px;
	height: 0px;
	background: #D9EBFB; /* #f0f0f0; */
	margin-top: -4px;
}
textarea {
	border: 1px solid #c0c0c0;
	font-family: Verdana, Tahoma;
	font-size: 11px;
}
input {
	border: 1px solid #c0c0c0;
	font-family: Verdana, Tahoma;
	font-size: 11px;
}
.logo {
	font-size: 10px;
	color: #000000;
	height: 20px;
}
.menu {
	position: absolute;
	height: 20px;
	width: auto;
	z-index: 10;
	color: #c0c0c0;
}
.logo a {
	color: #000000;
	border: none;
}
.logo a:hover {
	color: #000000;
	border: none;
}
.block {
	color: #404040;
	margin: 15px 0px 0px 0px;
	background: #ffffff;
	padding: 1px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.content {
	background: url(block.png) repeat-x left bottom #ededed;
	padding: 5px 15px 20px 15px;
}
.entry, .adentry {
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding-top: 20px;
	padding-left: 10px;
}
.adentry {
	padding-left: 0px;
}
.entry img, .adentry img {
	border: 1px solid #ccc;
}
.content p {
	text-indent: 20px;
	text-align: justify;
}
.content p.noident {
	text-indent: 0px;
}
.content h2 {
	font-size: 12px;
	margin: 10px 0px;
	font-weight: bolder;
}
.body {
	width: 500px;
	margin: 0px auto;
}
.joke{
	border: 1px solid #8080ff;
	text-align: left;
	padding: 10px;
	margin: 40px;
	background-color: #f8f8ff;
}
h2 {
	font-size: 30px;
	font-weight: normal;
}
ul {
	list-style-type: none;
	padding-top: 35px;
}
li {
	padding: 6px;
	text-align: left;
}
a{
	color: #3E6297;
    text-decoration: none;
    border-bottom: 1px solid #EEEEEE;
}
a:hover {
	border-bottom: 1px solid #C3C3C3;
}
a.clear {
	text-decoration: none;
    border: none;
}
a.clear:hover {
	text-decoration: none;
    border: none;
}
.mailto {
	width: 105px;
	height: 14px;
	float: right;
	margin-top: 10px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='mail.png');
}
.mailto[class] {
	background: url('mail.png') no-repeat;
}
.info-right {
	text-align: justify;
	padding-left: 10px;
}
.info-left {
	text-align: justify;
	padding-right: 10px;
}
.info-right h2, .info-left h2 {
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: none;
	font-size: 10px;
	font-weight: bolder;
}
.ac_results {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
	min-width:100px;
}
.ac_results li {
	padding: 2px 5px;
	white-space: nowrap;
	color: #101010;
	text-align: left;
}
.ac_over {
	cursor: pointer;
	background-color: #D9EBFB;
}
.ac_match {
	text-decoration: underline;
	color: black;
}