body {
	font: 62.5% Arial, Helvetica, sans-serif;
	color:#999;
	background-image: url(../img/tlo.jpg);
}
	
html, body, #wrapper {height:100%;width:100%;}
body > #wrapper {height:auto; min-height:100%;}

* {	
	margin: 0;
	padding: 0;
}

img {border:0;}
	
a {outline: none;}

#header {
	width: 690px;
	height: 50px;
	margin-left: 165px;
	padding-bottom: 25px;

}

#header img {float:left;}

#header ul {
	float:left;
	padding-top: 38px;
	list-style:none;
}

#header ul li {
	float: left;
	margin-right: 5px;
}

#header ul li a{
	color:#000;
	font-size: 1.1em;
	font-weight: bold;
	margin-right: 5px;
	text-decoration: none;
}

#header ul li a:hover {color: #F00;}

#header ul li a.selected {color: #F00; text-decoration: line-through;}

#wrapper {overflow:hidden;}

#content {
	height:440px;
	width:100%;
	overflow:auto;
	padding-bottom:1.8em;
}

#content_ {
	height: 100%;
	width: 660px;
	overflow: auto;
	padding-bottom: 1.8em;
	margin-left: 165px;
}

#content_ a {
	text-decoration: underline;
	color: #999;
}

#content_ a:hover {
	text-decoration: underline;
	color: red;
}

#content_ p {
	padding-bottom: 5px;
	text-align: justify;
	font-weight: bold;
}

#content img {
	margin-right: 1px;
}

#content p {
	text-align:right;
	white-space:nowrap;
	font-weight: bold;
	padding-top: 2px;
}

.clear {clear:both;}

#footer {
	width: 300px;
	height: 20px;
	padding-left: 165px;
	text-align: left;
	color:#999;
	font-weight: bold;
	font-size: 1.1em;
}

.pl {color: #000; margin: 0 0 50px 0; display: inline-block;}
.photo {margin: 0 0 20px 0; display: inline-block;}
.photo img {border: 1px solid #000;}