@charset "utf-8";
/* CSS Document */
body {
	font-size: 14px;
	font-family: Microsoft Sans Serif;
	text-align: center;
	background-color: #fff;
	color: #000000;
	margin:0;
}
body>img{width:1px;height:1px;position:absolute;top:0;left:0;}
a { color: #000000; text-decoration:none; }
a:hover {
	color: #F00
}
.base {
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	width: 1000px;
	text-align: center;
	margin:0 auto;
}

/* Logo */
.s1 {
	position: relative;
	width:90%;
	height: 110px;
	background-image: url('l01.gif');
	background-repeat: no-repeat;
	background-position: center;
	overflow:hidden;
}

h1 {
	font-size: 78px;
	font-family: Arial Black;
	color: #800000;
	line-height: 80%;
	margin:9px 0 0 0;
	letter-spacing:3px;
	word-spacing:130px;
}

h2,h3 {
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin: 6px 0 0 0;
	display:block;
}
h2{float:left;margin-left:65px;}
h3{float:right;margin-right:65px;}

/* Top Referrers */
.st {
	width: 99%;
	margin-bottom: 15px;
	display:table;
}
.st>div {
	display:table-cell;
	font-family: Haettenschweiler;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
}
.st a {
	color: #F30
}
.st a:hover{color:black;}

/* Thumb Banners */
.base>p,
.d>p,
.e>p,
.D .caption {
	color:#FFF;
	text-align:left;
	font-size: 10px;
	background-color:#600;
	font-weight:bold;
	padding: 0 0 1px 2px;
	margin: 0 0 3px;
	display:block;
}
.D .caption {
	display:table-caption;
}
.D img {
	display: block;
	background-color: transparent;
	border: 1px solid #ccc;
	margin: auto;
	top:0;
}
.D img, .D p { width:180px; height:180px;}
.D p { height:auto;}

/* hover images */
.D a:hover img
 {
	border: 1px solid #000;

}

.D>div:hover {border:0;}

.D {
	margin: 5px auto 10px;
	width:100%;
	display:table;
}
.D>div {
	text-align: center;
	display:table-cell;
	vertical-align:top;
}
.D>div>div { 
background-color:#000; 
position:relative; 
margin: auto 
}
.D>div+div+div { padding-left: 0 }

.D p, .D img {
	position: absolute;
	margin:0;
}

.D p {
	display:block;
	text-align:center;
	font-family: Verdana;
	font-size:13px;
	font-weight: bold;
	height: 18px !important;
	top: 1px;
	left: 1px;
	margin:auto;
	white-space:nowrap;
	overflow:hidden;
	background-color:#000;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.D a:hover p {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
-moz-opacity: 0.9;
-khtml-opacity: 0.9;
opacity: 0.9;	
}

.D a { color: #FFF; text-decoration:none }
.D a:hover {
	color: #FFF
}
/* div with image+borders */
.D>div>div
 {
	width: 182px;
	height: 182px;
	text-align:center;
}

/* Main links */
.d>ul {
	margin: 5px 0;
	text-align: left;
	padding:0;
}
.d>ul>li {
	font-size:16px;
	font-weight:normal;
	margin: 0px 0px 3px 0px;
	padding: 0 2px;
	display: block;
	background-color: #E4E4E4;
}
.d>ul>li:hover{
	background-color: #E7C0C0;
}
.d>ul>li span {
	font-weight:normal;
	font-size:12px;
	color: #000;
	display: block;
}
.d>ul>li a {
	color:#600;
	font-weight: bold;
	text-decoration: none;
}
.d>ul>li a:hover { }

/* Sidebar Links */
.e>p+div>a{
	display:block;
	background-color:#FFF;
	margin-bottom:3px;
	font-size:24px;
	font-weight:bold;
	color: #666;
	padding:3px 1px;
	border: 1px solid #CCC;
}
.e>p+div>a:hover{
	background-color:#E4D6D6;
	color:#000;
}
.e>iframe{width:240px;}


/* Structure */
.c { position: relative; width: 100%; clear:both; }
.d {
	width: 674px;
	float:left
}
.e {
	width: 304px;
	float:right;
	padding-right:3px;
	padding-top:0px
}

/* Footer */
.base>p{margin-top:15px;}
.base>table{width:100%;margin-bottom:25px;}


.base>p:last-child{
	font-size: 10px;
	background-color: #FFF;
	text-align: center;
	color: #C00;
	margin:50px 0;
}
.base>p:last-child>a{display:block;margin:10px 0 0;}

/* tops */
.ti{margin: 30px 0;}
.ti img {
	width: 120px;
	height: 80px;
	border: 0;
	margin: 15px 5px;
}
