@charset "windows-1251";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fecd68;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.main #container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fecd68; /* this overrides the text-align: center on the body element. */
} 
.main #header {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 5px;
} 
.main #header a {
	font-size: 18px;
	color: #6D1200;
	text-decoration: none;


}
.main #header a:hover {
	color: #6D1200;
	text-decoration: underline;
}
.main #header a:visited {

}
.main #mainContentContainer {
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	background-color: #fecd68;
	min-height: 700px;

}



.main #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.main #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.main #mainContent {
	margin-right: auto;
	margin-left: auto;

} 
.main #contentWrap {
	font-family: "Times New Roman", Times, serif;
	padding: 10px;
	font-size: 18px;
	color: #6D1200;
	text-align: justify;

}
.main #contentWrap h1 {
	font-family: "Times New Roman", Times, serif;
	padding: 15px;
	font-size: 24px;
	color: #6D1200;
}
.main #contentWrap .bio {
	background-repeat: no-repeat;
	background-image: url(../img/bgb1.jpg);
}



.main #footer {
	background:#fecd68;
	font-size: 12px;
	color: #6D1200;
	padding: 3px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.main #contentWrap .date {
	font-size: 18px;
	padding-bottom: 5px;
	font-weight: bold;
	padding-top: 6px;

}
.main #contentWrap .sd {
	font-size: 18px;
	font-weight: normal;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6D1200;
	padding-bottom: 3px;
	vertical-align: top;
}
.main #contentWrap .lnk {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	top: -20px;
	position: relative;

}
.main #contentWrap .lnk a {
	text-decoration: underline;
	color: #6D1200;

}
.main #contentWrap .lnk a:hover {
	text-decoration: underline;
	color: #00CC00;
}
.main #contentWrap .lnk a:visited {
	text-decoration: underline;
}
.main #contentWrap .dload {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6D1200;
	padding-bottom: 5px;
}
.main #contentWrap .dload a {
	text-decoration: underline;
	color: #6D1200;
}
.main #contentWrap .dload a:hover {
	text-decoration: underline;
	color: #00CC00;
}
.main #contentWrap .dload a:visited {
	text-decoration: underline;
}
.main #contentWrap .dl {
	font-size: 18px;
	font-weight: normal;
	padding-left: 15px;
	padding-bottom: 3px;
}
.main #header #langsel  {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	color: #6D1200;

}
.main #header #langsel a {
	font-size: 10px;
	color: #6D1200;
}
.main    #contentWrap    .sd    td   {
	padding: 3px;
	vertical-align: top;

}
.main #header #langsel a:visited {
	color: #6D1200;
}
.main #header #langsel a:hover {
	color: #00CC00;
}
