﻿        body
        {
            color: #565656;
            font-family: Helvetica, 'MS Sans Serif', Verdana, Arial, Sans-Serif;
            font-size: 10pt;
        }
        a 
        {
            text-decoration: none;
            color: #565656;
        }
        
        #pagewrapper 
        {
            text-align: center;
            display: block;
            
   
        }
        #content 
        {
            text-align: left;
            width: 750px;
            margin: 0px auto 0px auto;
            padding: 8px;
            border: solid 1px #aeaeae;
            
   
        }
        #image
        {
            width: 750px;
            height: 400px;
            background-image: url('../images/header0.jpg');
            background-repeat: no-repeat;
        }
        #aboutus 
        {
            background-image: url('../images/tan-background.gif');
            background-repeat: repeat-x;
            height: 54px;
            width: 750px;
            cursor: hand;
            cursor: pointer;
            
        }
        #aboutus img, #ourbrands img, #contactus img
        {
            position: relative;
            top: 15px;  
            left: 15px;
        }
        #ourbrands 
        {
            background-image: url('../images/green-background.gif');
            background-repeat: repeat-x;
            height: 54px;
            width: 750px;
            cursor: hand;
            cursor: pointer;
        }
        #contactus 
        {
            background-image: url('../images/brown-background.gif');
            background-repeat: repeat-x;
            height: 54px;
            width: 750px;
            cursor: hand;
            cursor: pointer;
        }
        #logo 
        {   
            position: relative;
            left: 35px;
            top: 35px;
        }
        #leader 
        {
            float: right;
            /** was a png, text for now
            position: relative;
            top: 50px;
            left: 175px;**/
            color: White;
            font-family: Helvetica, 'MS Sans Serif', Verdana, Arial, Sans-Serif;
            font-size: 14pt;
            text-align: right;
            margin-top: 50px;
            margin-right: 50px;
            font-style: italic;
        }
        #footer 
        {
            width: 750px;
            height: 20px;
            background-color: #e2e2e2;
            margin-top:3px;
            font-family: Verdana, Arial, Sans-Serif;
            font-size: 7pt;
            
        }
        #privacy
        {
            float: left;
            margin-top: 3px;
            margin-left: 5px;
        }
        #copyright 
        {
            float: right;
            margin-top: 3px;
            margin-right: 5px;
        }
        
	img, div { behavior: url('../iepngfix/iepngfix.htc') }
	img, div, a, input { behavior: url('../iepngfix/iepngfix.htc') }

        