html, body {
	height: 100%;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #5f6475;
	margin: 0;
	background: url(/img/bg-body.png) repeat-y #fff;
}
h1 {
	font-size: 18pt;
	color: #ed5b5c;
}
h2 {
	font-size: 16pt;
	color: #ed5b5c;
}
h3 {
	font-size: 14pt;
	color: #ed5b5c;
}
h4 {
	font-size: 14pt;
	color: #ed5b5c;
}
a {
	color: #ed5b5c;
}
a.content {
	color: #5f6475;
	text-decoration: none;
	border-bottom: 1px dotted #bfc1c7;
}
ul {
	padding-left: 10px;
	margin-left: 5px;
}
img {
	border: 0;
}
form {
	margin: 0;
}
#adv-top {
	background: #fff;
}
#counters {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
}
#clear {
	clear: both;
}
#header, #picture-outer, #breadcrumbs, #main, #footer {
	min-width: 760px;
}

#header {
	height: 100px;
	background: url(/img/bg-top.png) repeat-x #fbf6de;
	position: relative;
}
#logo-outer {
	float: left;
	width: 261px;
	height: 100px;
}
h3#logo {
	width: 261px;
	height: 100px;
}
h3#logo span {
	width: 261px;
	height: 100px;
	background: url(/img/logo.png) no-repeat;

}
#search-outer {
	position: absolute;
	top: 10px;
	right: 0;
}
#search-outer * {
	float: right;
	margin-right: 10px;
}
#search-word {
	background: #f9f1cd;
	border: 2px solid #fff;
}
ul#toc {
	float: right;
    list-style: none;
    margin: 0;
    margin: 60px 14px 0 0;
}
ul#toc li {
    float: left;
    margin: 0;
    padding-left: 5px;
}

ul#toc a {
    background: url(/img/tab.png) no-repeat;
    color: #fff;
    font-weight: bold;
    display: block;
    float: left;
    width: 102px;
    height: 30px;
    text-decoration: none;
    text-align: center;
    padding-top: 10px;
}
#sep {
	height: 7px;
	background: #ed5b5c;
	font-size: 1px;
}
#picture-outer {
	padding: 20px 30px 20px 30px;
	background: url(/img/bg-picture.png) repeat-x #88836f;
}
#picture-text {
	float: left;
	width: 350px;
	color: #f8edbd;
}
#picture-text p {
	margin: 5px 0 0 0;
}
#picture {
	float: right;
	width: 400px;
	height: 160px;
	background: #fff;
}
#breadcrumbs {
	border-bottom: 1px solid #88836f;
	padding: 5px 10px;
	background: #fff;
}
#sidebar {
	width: 240px;
}
/*#content {
	margin-left: 270px;
}*/
#footer {
	height: 40px;
	text-align: center;
	background: url(/img/bg-picture.png) repeat-x #88836f;
	padding-top: 8px;
}
#footer * {
	color: #fff;
}
#footer, #clear {
	height: 40px;
}
#related {
	margin-top: 10px;
	border-top: 1px dashed #88836f;
}
#intresting {
	margin-top: 10px;
}
h3.image, h3.image a, h3.image a:visited {
	color: #ed5b5c;
	margin: 0;
	padding: 0;
	/* Mac IE5 hack */
	/* \*/
  	overflow: hidden;
}
h3.image span {
	display: block;
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	z-index: 1;
}
div.pad {
	padding: 10px;
}
.side ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.side a {
	/*font-weight: bold;*/
	font-size: 9pt;
}

