body
	{
			margin: 0;
			padding-top: 5px;
			padding-bottom: 5px;
			padding-left: 10px;
			background-color: silver;
			font-family: arial, helvetica, sans-serif;
			font-size: 12pt;
	}
	

.bold
	{
			font-weight: bold;
	}
	
#wrapper
	{
			position: relative;
			width: 798px;
			height: 595px;
			margin-top: 5px;
			margin-left: auto;
			margin-right: auto;
			background-image: url(assets/backround.jpg);
			border: medium gray solid;
	}
	
#header
	{
			position: relative;
			width: 785px;
			height: 175px;
			margin-top: 10px;
			z-index: 1;
			left: 5px;
			top: 0px;
			float: left;
	}
		
#banner1
	{
			position: relative;
			width: 500px;
			height: 130px;
			z-index: 1;
			float: left;
			left: 0px;
			top: 0px;
			margin-left: 10px;
			border: 0;
	}

#navbar ul
	{
			
			height: 24px;
			font: 16px papyrus, arial;
			float: left;
			padding-left: 0px;
			margin-top: 4px;
			margin-left: 10px;
			position: relative;
			top: 0px;
	}

#navbar ul li
	{
			list-style: none;
			display: inline;
			float: left;
			margin-right: 4px;
	}

#navbar ul li a
	{
			width: 80px;
			height: 24px;
			padding: 0;
			text-decoration: none;
			text-align: center;
			float: left;
			color: gray;
			background-image: url(assets/buttonb.gif);
			background-repeat: no-repeat;
			border: 0px;
	}

#navbar ul li a:hover
	{
			background-image: url(assets/buttonc.gif);
			border-style: outset;				
	}

html>body #navbar ul li a:active
	{ /* Apply mousedown effect only to NON IE browsers */
			border-style: inset;
	}

#banner2
	{
			position: relative;
			width: 260px;
			height: 160px;
			z-index: 2;
			float: right;
			left: 0px;
			top: 0px;
			margin-right: 10px;
	}
	
#home1
          {                   
                              position: relative;
                              width: 500px;
                              height: auto;
                              float: left;
                              margin-left: 10px;
                              
          }
          
#home2    {
                              position: relative;
                              width: auto;
                              height: 390px;
                              margin-left: 10px;
          }

#left
          {
                              float: left;
                              width: 240px;
                              margin-top: 3px;
                              text-align: left;
                              font-size: 8pt;
          }
          
#right
          {
                              float: right;
                              width: 260px;
                              margin-top: 3px;
                              text-align: right;
                              font-size: 8pt;
          }

#webstat
          {
                              position: absolute;
                              left: 0px;
                              top: 350px;
                              width: 88px;
                              height: 31px;
                              text-align: left;
          }
          
#email
          {
                              position: absolute;
                              font-size: 18px;
                              text-align: center;
                              left: 100px;
                              top: 350px;
                              width: auto;
                              height: auto;
                              border-color: gray;
                              border-width: 4px;
                              border-style: ridge;
                              padding: 5px 10px 5px 10px;
                              
          }
                    
.main
          {
                              position: relative;
                              width: 500px;
                              height: 390px;
                              float: left;
                              margin-left: 15px;
                              background-image: url(assets/main.png);
                              background-repeat: no-repeat;
                              text-align: justify;
          }
          
.main p
          {
                              position: relative;
                              width: 480px;
                              margin-top: 15px;
                              margin-left: 10px;
          }
          
.side
          {
                              position: relative;
                              float: right;
                              width: 260px;
                              height: 390px;
                              margin-right: 10px;
                              background-image: url(assets/side.png);
                              background-repeat: no-repeat;
                              text-align: justify;
          }
          
.side p
          {
                              position: relative;
                              width: 240px;
                              margin-top: 15px;
                              margin-left: 10px;
          }

#tiltviewer
          {
                              position: absolute;
                              left: 10px;
                              top: 185px;
                              width: 500px;
                              height: 390px;
                              border: thick #eae4ef solid;
          }
         
#flashcontent
          {
                              height: 100%;
          }
          
#qualitytext
          {
                              position: relative;
                              width: 185px;
                              margin-top: 0px;
                              margin-left: 3px;
                              font-size: 10.5pt;
                              text-align: justify;
          }
          
#lineheight
          {
                              line-height: 1.4em;
          }
          
.form
          {
                              position: absolute;
                              right: 2px;
                              font-size: 8pt;
                              
          }
          
#links
          {
                              position: relative;
                              width: 405px;
                              margin-top: 45px;
                              margin-left: 48px;
          }

#bulletlist
          {
                              margin-left: 90px;
                              list-style-image: url(assets/bullet.gif);
                              line-height: 1.5em;
                              
          }