﻿


body
{
    margin: 0px;
}

* {
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif !important;
	
	font-size: 16px;
	}
	h1
	{
	margin-top: 0px !important;
	margin-bottom: 10px !important;
		font-size: 25px !important;
		color: rgb(35, 34, 31) !important;
	}
	h2
	{
	color: rgb(35, 34, 31) !important;
	}
	h3
	{
	color: rgb(35, 34, 31) !important;
	}
    
    .wrapper
    {
        padding-top: 3px;
        
        background-size: 100%;
        background-repeat: no-repeat;
        
    }

    .header
    {
        width: 100%;
        margin: 0px;
        
    }

    .logo
    {
        width: 941px;
        margin:auto;
        position:relative;
        z-index:100;

        
        background-repeat: no-repeat;
    }
    
    .content
    {
        padding: 20px;
        padding-top: 20px;
        max-width: 901px;
        min-width:700px;
        border: 0px;
        background-image: none;
        
        background-color: white;
        margin-left: auto;
        margin-right: auto;
        
    }

.footer
{
    height: 40px;
    
    color: white;
    font-size: 14px;
}
    .footer a
    {
        color: white;
        text-decoration: none;
        font-weight:bold;
    }
    .footer a:hover
    {
        text-decoration:underline;
    }

    #footerBox
    {
        max-width: 1140px;
        min-width:700px;
        border: 0px;
        padding-top: 8px;
        margin-left: auto;
        margin-right: auto;
        
    }
