@charset "UTF-8";
body  {
	font: 95%/1.3 Arial, Helvetica, sans-serif;
	background: #000 url(../images/bgPage.gif) repeat-x top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #fff;
}
#wrapper {
	margin: 0;
	width: 100%;
}
#container {
	width: 864px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	background: url(../images/bgBody.gif);
} 
#header {
	padding: 0 16px 0 256px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 125px;
	background: url(../images/logo.gif) no-repeat 16px 34px;
} 
#spacer {
	background: url(../images/spacer.gif) no-repeat center top;
	height: 10px;
}
a img {
	border: none;
	padding: 0;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	color: #CCC;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #69F;
	text-decoration: none;
	background: #000;
}
#mainContent a:link, #mainContent a:visited {
	color: #00F;
} 
#mainContent a:hover, #mainContent a:active, #mainContent a:focus {
	color: #69F;
	text-decoration: none;
	background: #000;
}
p {
	font-size: 90%;
	margin: 0;
	padding-bottom: 0.5em;
}
.chooseLang {
	margin-right: 16px;
	float: right;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 224px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 16px;
}
#mainContent {
	padding: 16px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 576px;
	float: right;
} 
#footer {
	padding: 16px 16px 0 272px;
	background: url(../images/bgFooter.gif);
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 8px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 75%;
	color: #DDD;
}
.right { float: right; }
.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;
}
.article {
	background: url(../images/bgArticle.gif);
	color: #000;
}
h1, h2 {
	font-weight: normal;
	letter-spacing: -0.04em;
	line-height: 0.9;
	padding-bottom: -1em;
}
h1 { font-size: 140%; }
h2 { font-size: 120%; }
h3 {
	font-size: 1.15em;
	line-height: 1.15em;
	padding-bottom: 0.2em;
	ont-weight: normal;
	font-weight: normal;
}
.first {
	margin-top: 0;
	background: url(none);
}
.last { margin-bottom: 0px; }
.podLeft {
	border-top: 1px solid #A7A792;
	padding: 7px 0 8px 0;
	width: 224px;
	margin-top: 96px;
}
.pod {
	border-top: 1px dashed #CCC;
	padding: 7px 0 8px 0;
	width: 576px;
}
.dropcap {
	color: #660204;
	display: block;
	float: left;
	font: 4.8em/0.765em Georgia, "Times New Roman", Times, serif;
	padding: 0.03em 0.02em 0 0;
}
.person {
	font-size: 1.15em;
	margin: 0;
	line-height: 1.15em;
	padding: 0 0 0.2em;
}
.job {
	font-style: italic;
	margin: 0;
	padding-bottom: 0.9em;
}
.author {
	font-size: 1.2em;
	font-style: italic;
	line-height: 0.8em;
}
.tel {
	font-size: 0.9em;
	margin: 0;
}
.mail {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}
.mail2 { }
#container .overhang {
	position: absolute;
	top: 35px;
	left: 808px;
	background-image: url(images/_blank.gif);
}
.inlineImg {
	border: 0;
	float: left;
	padding: 4px 8px 0 0;
}
.fals {
	color: #393939;
	padding: 0px;
}
.readmore {
	text-align: right;
	text-decoration: none;
	font-size: .8em;
}
