<!--



#head-left{
        left:0px;
        top:0px;
        padding-top:0px;
        padding-bottom:10px;
        font-size:200%;
        font-family:"comic sans ms", "arial";
        color:yellow;
        font-style:italic;
        }

#head-right{
				
				margin-bottom:10px;
				margin-right:5px;
				width:320px;
        font-family:"verdana", "arial";
        font-size:11px;
        color:#004d3d;
        border-width:1px;
        border-color:#004d3d;
        border-style: ridge;
        padding:5px;
        text-align:left;
        }      
        
#head-center{
    	  margin-top:30px;
        padding-top:0px;
        padding-bottom:10px;
        font-family:"arial", "tahoma";
        font-size:150%;
        color:#004d3d;
} 
        
#navbar {
        position: absolute;
        left:15px;
        top:347px;
        width:180px;
        background:#FEFBD0;
        font-family:"tahoma", "arial";
        padding:0px;
        font-size:14px;
        text-align:center;
        }

#content {
				position: absolute;
        left:215px;
        top:350px;
        width:550px;
        line-height: 200%;
        font-family:"tahoma", "arial";
        font-size:11px;
        color:#004d3d;
        font-weight:bold;
        }

#footer	{
				position: absolute;
				left:0px;
				top: 1200px;
				width:100%;
				border-top: 1px dashed;
				border-top-color: #004d3d;
        font-family:"arial", "tahoma";
        font-size:11px;
        color:#004d3d;
}

#separator	{
				position: absolute;
				left:0px;
				top:270px;
				width:100%;
				height:40px;
				background-color:#004D3D;
				padding-top:6px;
        font-family:"Tahoma", "Verdana", "Arial";
        font-size:20px;
        color:#FEFBD0;
}

a.navbut, a:visited.navbut{
				display:block;
        text-align: center;
        text-decoration:none;
        color: #fff;
        border-style: ridge;
        border-width: 2px;
        border-color: #ccc #666868 #666868 #ccc;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top: 4px;
        margin-bottom:4px;
        background: #004D3D;
        font-weight: bold;
        }



a:hover.navbut{
        display:block;
        text-align: center;
        text-decoration:none;
        color: #004D3D;
        border-style: ridge;
        border-width: 2px;
        border-color: #666868 #ccc #ccc #666868;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top: 4px;
        margin-bottom:4px;
        background: #FDFCE6;
        font-weight: bold;
}

.product{
  border: 1px solid black;
  color: #000000;
  background-color: transparent;
}

a.g:link		{
						text-decoration:none;
						font-family:tahoma; 
						font-size:12px; 
						color:#004D3D
}

a.g:visited	{
						text-decoration:none;
						font-family:tahoma; 
						font-size:12px; 
						color:#004D3D
}

a.g:active	{
						text-decoration:none;
						font-family:tahoma;
						font-size:12px;
						color:#004D3D
}

a.g:hover		{
						text-decoration:none;
						font-family:tahoma; 
						font-size:12px; 
						color:#000000
}

body 	{
			scrollbar-face-color: #FEFBD0; 
			scrollbar-highlight-color: #FEFBD0; 
			scrollbar-shadow-color: #FEFBD0; 
			scrollbar-3dlight-color: #004D3D; 
			scrollbar-arrow-color: #004D3D; 
			scrollbar-track-color: #FEFBD0; 
			scrollbar-darkshadow-color: #004D3D;
			margin-top: 0px;
 		  margin-right: 0px;
			margin-bottom: 0px;
			margin-left: 0px

}
-->