/*
<style>
/* */ 
body
	{
	background: #478243 url(images/background_body.jpg) repeat-x;
	/*font-family: Tahoma, Arial, Helvetica, sans-serif; */
	font-family: times new roman;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	height: 100%;
	}

/* * * * * * * * * * * 
 * Containers
 * divs one inside the other - centers page
 * * * * * * * * * * */
#containerIE
	{
	text-align:center;
	height: 100%;
	}	
#container
	{
	text-align: left;
	width: 1000px;
	margin: 0px auto;
	height: 100%;
	background:url(images/logo_lesy.jpg) no-repeat;
	}
	
#logo
	{
	overflow: hidden;
	width: 1000px;
	height: 51px;
	background: url(images/background_logo.gif) no-repeat;
	}
#logo .logotext
	{
	margin-left: 53px;
	font-size: 14px;
	margin-top: 18px;
	color: white;
	}

#logo .logotext a
	{
	color: white;
	font-weight: bold;
	text-decoration: none;
	}

#containerInner
	{
	margin-left: 50px;
	width: 900px;
	background-repeat: repeat-y;
	overflow-x: hidden;
	}
	
#menu
	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 149px;
	float:left;
	margin-left: 1px;
	display: inline;
	}
#menu a
	{
	text-decoration: none;
	}
#menu a:hover
	{
	/*text-decoration: underline;*/
	}

.button_brown
	{
	width: 149px;
	height: 28px;
	background: url(images/menu_brown.jpg);
	color: white;
	line-height: 27px;
	text-align: center;
	}
.button_brown a
	{
	color: white;
	}

.button_green
	{
	width: 149px;
	height: 28px;
	background: url(images/menu_green.jpg);
	color: white;
	line-height: 27px;
	text-align: center;
	}
.button_green a
	{
	color: white;
	}

.button_gray
	{
	width: 149px;
	height: 28px;
	background: url(images/menu_gray.jpg);	
	color: #3B7637;
	line-height: 27px;
	text-align: center;
	}
.button_gray a
	{
	color: #3B7637;
	}
.button_white
	{
	width: 149px;
	height: 28px;
	background: url(images/menu_white.jpg);	
	color: #3B7637;
	line-height: 27px;
	text-align: center;
	}


.button_white a
	{
	color: #3B7637;
	}

#content
	{
	float:left;
	width: 749px;
	padding: 0px 0px 0px 0px;
	color: #4B4723;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
#content .pageTitleLight
	{
	font-family: times new roman;
	font-size: 19px;
	font-weight: normal;
	color: #BBA156;
	margin-bottom: 5px;
	}

#content .pageTitle
	{
	font-family: times new roman;
	font-size: 19px;
	font-weight: normal;
	color: #6A6432;
	margin-bottom: 5px;
	}

#content td
	{
	font-size: 10px;
	}
#content th
	{
	font-size: 10px;
	color: #75632A;
	font-weight: bold;
	}
#content b, #content strong
	{
	color: #75632A;
	}
#content a
	{
	color: #75632A;
	text-decoration: none;
	}
#content a:hover
	{
	text-decoration: underline;
	}
#content a img
	{
	border: 0px;
	}

#contentInner
	{
	margin-top: 10px;
	margin-left: 20px;
	}
