html, body
{
height: 100%;
min-height: 100%;
}
body {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 10pt;
}
#container {
	height: 100%;
	width:80%;
	margin: 0 auto;
}
#container ul {
	margin:0;
	padding:0;
}
#container li {
	display:inline;
	margin-right: 10px;
	font-weight: bold;
	color: #ff4a12;
}
#container ul.normal li {
	display: list-item;
	list-style-type: none;
	margin: 10px 30px;
	font-weight: normal;
	color: black;
}
#container a {
	font-weight: normal;
	color: #575757;
}
#searchBlock {
	width:80%;
	margin: 20% auto;
}
.blockMini {
	margin: 0 auto;
	padding-top:10px;
	width: 80%;
}
#searchInput {
	border:none;
	background: url(/img/searchBG.png) repeat-x top;
	height:30px;
	width:300px;
	padding:6px 10px 0;
	font-size:18px;
}
#searchInputMini {
	border:none;
	background: url(/img/searchBGmini.png) repeat-x top;
	height:23px;
	width:300px;
	padding:3px 5px 0 0;
	font-size:14px;
}
#results {
	width: 80%;
	min-height: 80%;
	margin: 0 auto;
	text-align: left;
	font-size:13px;
	padding:20px;
}
#results a {
	text-decoration: underline;
	color: #ff4a12;
	font-size:16px;

}
#results a:hover{text-decoration:none;}
#results a.bLink {
	color: #538ebc;
}
#results span {
	color: #538ebc;
}
#leftBlock {
	margin-right:240px;
}
#wiki {
     width: 203px;
     border-bottom: 1px solid #c6b69a;
     background: url(/img/wiki/wikiBG.png);
     float: right;
}
#wiki DIV.content {
     padding: 40px 20px 10px;
     width: 163px;
     background: url(/img/wiki/wikiTop.png) no-repeat top;
     text-align: justify;
}
#wiki2 {
	padding: 0 0 20px 20px;
	width: 180px;
	border-left: 1px solid #5e5e5e;
	float: right;
}

.divLine {
	width:100%;
	height:2px;
	background: url(/img/resultDivLine.png) repeat-x;
}
#list {
	padding: 15px 0;
text-align:center;
}
#list a {
	color: #538ebc;
}
p {
	margin: 15px 0;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#wikiBlock{font-size:13px;}
#wikiBlock h2{font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:25px; font-weight:bold;}
#wikiBlock h3{font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
#wikiBlock h2 span.mw-headline{font-size:21px; color:#ff4a12; font-weight:bold; border-bottom: solid 1px #e1e1e1; padding-bottom:5px; width:100%; display:block; margin-top:50px; clear:both;}
#wikiBlock h3 span.mw-headline{font-size:17px; color:#ff4a12; font-weight:normal; width:100%; display:block; margin-top:25px;}
#wikiBlock a:link, #wikiBlock a:active, #wikiBlock a:visited{color:#1d7bdd; text-decoration:none;}
#wikiBlock a:hover{color:#1d7bdd; text-decoration:underline;}
#wikiBlock ul li{color:#000000; font-weight:normal;}

#wikiBlock div.thumb{display:block; background:#ffffff; float:left; margin-right:15px; margin-bottom:15px; padding:10px; border: solid 1px #e1e1e1;}
#wikiBlock div.thumb div.thumbcaption{margin-top:10px;}

.wikibl{width:140px; padding:7px; text-align: center; margin:0 auto; margin-top:10px; background:#c7bfb1;}
.wikibl img{border:0;}
div.wiki_title{color:#404040; font-size:21px; font-family: Georgia, Arial, Helvetica, sans-serif; margin-bottom:5px;}
em{font-weight:bold;font-style:normal;}