﻿body
{
  background:url(./img/bg.jpg);	
  padding:0;
  margin:0;
}

#container
{
  background:url(./img/container-bg.png);
  width:999px;
  margin:0 auto;
  overflow:auto;
  padding:0;
}
  #header
  {
	background:url(./img/footer-bg.png) top no-repeat;
	clear:both;
	width:999px;
	border-top:2px solid #CCAEAC;
	overflow:hidden;
  }
    #header #menu1
    {
	  background:url(./img/container-bg.png);
	  margin:4px 8px;
	  text-align:center;
	  padding-bottom:1px;
	}
	  #header #menu1 a
	  {
		color:#000;
		text-decoration:none;
		font-family:tahoma;
		font-size:9pt;
		font-weight:bold;
	  }
	  #header #menu1 a:hover { text-decoration:underline; }
	  #header #menu1 img { margin:1px 4px; }
    #header img { margin:2px 8px; }
    
    #header #menu2
    {
	  background:url(./img/menu2-top.jpg) left top no-repeat;
	  margin:4px 8px 0 8px;
	  padding:10px 10px 7px 10px;
	  text-align:center;
	  font-family:arial;
	  font-size:11pt;
	  color:#A65A01;
	}
	  #header #menu2 a 
	  {
		text-decoration:none;
		font-size:10pt;
		margin:0 6px;
		color:#A65A01;
		font-weight:bold;
	  }
	  #header #menu2 a:hover { text-decoration:underline; }
	#header #menu2-bottom
	{
	  background:url(./img/menu2-bottom.jpg) right bottom no-repeat;
	  height:4px;
	  margin:0 8px 4px 0;
	}
	
  
  #middle {}
    #left 
	{
	  clear:both;
	  width:238px;
	  float:left;
	  margin:1px 0 8px 7px;
	  color:#A65A01;
	}
      .ltop 
	  {
		background:url(./img/left-top.jpg) top no-repeat;
		margin-top:7px;
		padding:10px 20px 10px 20px;
	  }
	    .ltop p
	    {
		  padding:6px 10px 0 25px;
		  margin:0;
		  background:url(./img/header.png) no-repeat;
		  height:25px;
		  font-size:11pt;
		  font-weight:bold;
		  font-family:tahoma;
		  border-bottom:1px dashed #A65A01;
		}
      .lcontent
	  {
		background:url(./img/left-bg.jpg) repeat-y;
		padding: 0px 20px 10px 20px;
	  }
	    .lcontent ul { margin:0; padding:0 0 0 10px; }
	    .lcontent li 
		{
		  list-style:none;
		  background:url(./img/li.png) 0px 3px no-repeat;
		  padding-left:15px;
		  margin:0;
		}
	    .lcontent li a 
		{
		  text-decoration:none;
		  color:#583520;
		  font-family:arial;
		  font-size:11pt;
		}
      .lbottom
      {
		background:url(./img/left-bottom.jpg) no-repeat;
		height:4px;
	  }
	  
	#content 
	{
	  background:url(./img/container-bg.png);
	  width:718px;
	  float:right;
	  padding:10px;
	  margin:8px;
	  font-family:arial;
	  font-size:10pt;
	  line-height:130%;
	  text-align:justify;
	}
	  #content h1
	  {
		background:url(./img/header.png) no-repeat;
		font-family:tahoma;
		border-bottom:1px dashed #A65A01;
		color:#A65A01;
		font-size:14pt;
		font-family:tahoma;
		font-weight:normal;
		padding:4px 10px 3px 25px;
		margin:0 0 10px 0;
	  }
	  #content table
	  {
		width:100%;
		padding:0;
		margin:0;
		border-collapse:separate;
	  }
	  #content td 
	  { 
	  	background-color:#FFF;
		color:#612D0D; 
	  	font-size:10pt;
	  	font-family:arial;
	  	padding:1px 3px;
	  }
	  #content td img { border:0; }
	  #content div
	  {
		padding:0 3px 3px 3px;
	  }
	  #content ul,#content ol { padding:0; margin:0; }
	  #content li
	  {
		list-style:none;
		background:url(./img/li.png) 0px 0px no-repeat;
		padding:0;
		padding-left:15px;
		margin:0;
	  }
	  #content a { text-decoration:none; color:#613709; font-weight:bold; }
	  #content a:hover { text-decoration:underline; }
	  #content .pic img { margin:0 5px 2px 0; width:230px; }
	  #content .pic img:hover { border-color:#A65A01; }
	
  #footer 
  {
	background:url(./img/footer-bg.png) top no-repeat;
	clear:both;
	height:10px;
	padding:15px 0;
	border-bottom:2px solid #CCAEAC;
	text-align:center;
	color:#000;
	font-family:tahoma;
	font-size:9pt;
  }
    #footer a { text-decoration:none; font-weight:bold; color:#000; }
    #footer a:hover { text-decoration:underline; }
  
  
textarea,input
{
  border:1px solid #612D0D;
}
input.button1
{
  background-color:#C76A01;
  font-size:9pt;
  color:#FFF;
  font-weight:bold;
}
.textarea-headline { height:26px; margin:5px 0 5px 0; }
.textarea-headline input { border:0; padding:0; margin:0; float:left; }

img.nagyit { cursor:url(img/nagyit.gif),auto }
