/*** MAIN ***/


     body {
        margin:10px 0px; 
        text-align:center;
        background: rgb(255,255,255);

        
     }
     
    #main_container
        {
        width: 800px;
        height: 586px;
        margin: 0px 50px;
        text-align: left;
        border: none;
        color: rgb(139, 69, 19);
        font-family: bookman, myriad pro, verdana;
        font-weight: regular;
        font-size: 10pt;

      }

  		#main_container a, #main_container a:hover, #main_container a:active
				{
				margin: 0px;

				text-decoration: none;
				
				cursor: pointer;
				border: none;
				}

      
      /*** top navigation ***/

      
      #logo
        {
        position: fixed;
        top: 0px;
        left: 40px;
        width: 64px;
        margin-top: 5px;
        margin-left: 28px;
		background: white;
		z-index: 1;
        }
      
      #logo a
        {
        border: none;
        }
      
      #logo img
        {
        border: none;
        }
        
      #nav{
        position: fixed;
        background: white;
        top: 0px;        
        text-align: right;
        width: 521px;
        margin-left: 142px;
				padding-top: 27px;
				padding-bottom:  8px;
				z-index: 2;
      }
      
      #nav a {
        padding: 0px 4px;
      }
      
      #nav img {
        border:none;
        }

			#form_nwsltr
				{
        position: fixed;
        top: 50px;
        width: 482px;
        left: 231px;
        padding-bottom: 13px;
				text-align: right;
        font-family: bookman, myriad pro, verdana;
        font-weight: regular;
        font-size: 9pt;
				background: white;
        z-index: 3;
				}
				
			#form_nwsltr img
				{
				margin-top:10px;
				vertical-align: bottom;
				}
				
			/***End Top Navigation***/
			
			/***MAIN***/      


      #left_container_text 
      	{
        width: 355px;
				margin-top: 118px;
        margin-left: 20px;
        padding-right: 10px;
        padding-bottom: 10px;
        text-align: justify;
        border: none;
        color: rgb(139, 69, 19);
        font-family: bookman, myriad pro, verdana;
        font-weight: regular;
        font-size: 10pt;
        
				}
      
            
	 #left_container_text a, #left_container_text a:hover, #left_container_text a:active
			{
			margin: 0px;

			text-decoration: none;
			
			cursor: pointer;
			border: none;
			}

      #left_container_text a
        {
       color: rgb(82, 67, 34);
       /***color: rgb(160, 102, 51);***/
       text-decoration: underline
        }
    

	  #left_container_text a:visited
		{
		color: rgb(120, 35, 5);
		}  
		
	  #left_container_text a:hover
		{
		color: rgb(130, 45, 15);
		
		
		background: transparent;
		}

      #coming_soon
        {
        position: absolute;
        color: rgb(120, 60, 85);
        font-family:"myriad std, letter gothic std, verdana";
        top: 420px;
        left: 10px;       
        width: 80px;
        height: 80px;
        }
        
      #mail_you
        {
        position: absolute;
        top: 200px;
        left: 320px;       
        width: 80px;
        height: 80px;
        }
        
      #news_feed
        {
        position: absolute;
        color: rgb(82, 67, 34);
        font-family:"myriad std, letter gothic std, verdana";
        top: 60px;
        left: 35px;    
        }
        
      #news_feed p
        {
        position: absolute;
        color: rgb(82, 67, 34);
        font-family:"myriad std, letter gothic std, verdana";
        top: 50px;
        left: 35px;       
        width: 450px;
        height: 100px;
        }  
        
      #news_feed a, #news_feed a:hover, #news_feed a:active
		{
		text-decoration: none;
		cursor: pointer;
		border: none;
		}

      #news_feed a
        {
       color: rgb(82, 67, 34);
       text-decoration: underline
        }
    

	  #news_feed a:visited
		{
		color: rgb(120, 35, 5);
		}  
			
	  #news_feed a:hover
		{
		color: rgb(130, 45, 15);
		background: transparent;
		}
		
	  #news_feed img 
		{
		border: none;
		}
		
      #news_feed p.span

        
      a {
        border: none;
        
        }
        
      ul {
				margin-left: auto;
				padding-left: 30px;
				}
				
	 #left_container_text ul li {
			
			list-style-type: disc;
			/*** list-style-image: url("../graphics/bullet_star.gif");***/
			padding: 8px 1px;
			}
			
    
      ul li strong {
      	font-weight: bold;
      	}
      
        #right_container_text {
        width:475;
        top: 700px;
        margin-left: 520px;
        position: absolute;
        
      }
      
      #right_container_image img {
        width: 275;
        top: 150px;
        margin-left: 400px;
        position: fixed;
        border: none;
       
        
        }
        
      #right_container_image a {
        border: none;
        
        }
       
       #bottom_text
         {
         position: absolute;
       color: rgb(82, 67, 34);
       font-family:"myriad std, letter gothic std, verdana";
       top: 625px;
       left: 400px;
       }
       #bottom_text a, #bottom_text a:hover, #bottom_text a:active
               {
               text-decoration: none;
               cursor: pointer;
               border: none;
               }

     #bottom_text a
       {
      color: rgb(82, 67, 34);
      text-decoration: underline
       }
   

         #bottom_text a:visited
               {
               color: rgb(120, 35, 5);
               }  
                       
         #bottom_text a:hover
               {
               color: rgb(130, 45, 15);
               background: transparent;
               }
        
      div.footer
        {
        vertical-align: bottom;
        margin-left: 28%;
        margin-right: 29%;
				font-size: 8pt;
        }

			/***End MAIN***/