body
{
	font-family: arial, helvetica, sans-serif;
	/*background: white url("/images/tlo5.jpg");
	background-repeat: repeat-x, repeat-y;*/ 
	/*background-position: top;*/
	background-color: #FABF8F;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	min-width: 770px;
	max-width: 986px;
}
img
{
	border: none;
	padding: 0;
}
a
{
	color: #000000;
	text-decoration: underline;
	border: none;
}
a:hover
{
	color: #000000;
	text-decoration: none;
} 
h1
{
	color: #000000;
	font-size: 24px;
	text-align: center;
	margin-top: 10px;
}
h2
{
	margin: 10px;
	color: #000000;
	font-size: 17px;
}

ul.links
{
	clear: both;
	padding: 4px 0 4px 0;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	word-spacing: 0;
	margin: 0 0 0 0;
}

ul.links li
{
	display: inline;
	padding: 7px;
}

ul.links a
{
	text-decoration: none;
}
ul.links a:hover
{
	text-decoration: underline;
}

#article h2
{
	text-align: center;
	color: #5E3AFF;
	/* background-color: #F8F8F8; */
	/* background: transparent url("/images/strzyk.gif") no-repeat bottom left; */
	min-height: 27px;
	padding-top: 10px; 
}

#iouter
{
	margin-left: auto;
	margin-right: auto;
	width: 776px;
}

#ileft
{
	float: left;
}

#imid
{
	float: left;
}

#iright
{
	float: right;
	position: relative;
	
}

#outer
{
	margin-left: auto;
	margin-right: auto;
	width: 966px;
}

#lleft
{
	float: left;
	width: 190px;
}

#rright
{
	float: right;
	width: 776px;
	position: relative;
	top: -10px;
}

#article
{
	font-size: 12px;
	/* background: white url("/images/tlo2.png"); */
	background-color: #E2BE9F; 
	padding-left: 15px;
	padding-right: 15px;
}

#margines
{
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 0 20px 0 20px;
}

#pager
{
	margin: 0 3px;
	font-weight: bold;
	background-color: #c0c0c0;
}

a#pager
{
	text-decoration: none;
	font-weight: normal;
	background-color: #f4f4f4;
}
a:hover#pager
{
	text-decoration: none;
	background-color: #a0a0a0;
}

.arrowgreen{
	width: 180px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(/images/arrowblue3.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #5E7830;
}

.arrowgreen li a:hover{
	color: #26370A;
	background-position: 100% -32px;
}

.arrowgreen li a.selected{
	color: #26370A;
	background-position: 100% -64px;
}


