body
   {
	margin: 0;
	padding: 0;
	font-size: 13px;
	background-color: #000000;
	background-image: url(../images/background.gif);
	background-attachment: fixed;
}
#wrapper
   {
	width: 820px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header
   {
	position: relative;
	height: 500px;
	width: 820px;
	background-image:url(../images/corporate.png);
}
#navis
  { position: absolute;
	top: 25px;
	xright: 214px;
	right: 23px;
	width: 515px;}
#content
   { width: 820px;
	 margin-right: auto;
	 margin-left: auto;
	 background-color: #FFFFFF;
	 height: 340px;}
#text
   { float:left;
	 width: 820px;
	 height: 340px;}
#bottom
   {
	float:left;
	width: 820px;
	height: 85px;
	background-image: url(../images/bottom.png);
	background-position: top;
	background-repeat: no-repeat;
}
     /* end of divs ----------------------*/
	  
	 /* start of assist ----------------------*/	
h1, p
   { font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;}
h1
  { color: #7aa612;
	font-size: 21px;
	font-weight: normal;
	line-height: 30px;
	margin-left: 45px;
	margin-top: 15px;}
p
  { text-align: justify;
	line-height: 20px;
	font-size: 14px;
	margin-left: 45px;
	margin-right: 45px;
	margin-top: -13px;}
	
.adress p
  {
	color:#FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding-top: 4px;
}	
	
#navis a
  { color:#003300;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;}
#navis a:hover
  { font-size: 12px;
	text-decoration: none;
	background-color: #006600;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	color: #FFFFFF;
}
#active
  { background-color: #99CC00;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;}
	/* end of assist ----------------------*/	
