body {
	color: #333333;
    font-size: 62.5%;
   	height: auto;
    padding-bottom: 20px;
    margin: 0;
    font-family:Arial,verdana, Geneva ;
    background: #fff;   
    
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }

p {
	color: #858d81;
	margin: 0;
	/*line-height: 20px;*/
	font-size: 1.2em;
}

h1{
	color: #858d81;
	margin: 0;	
	font-size: 1.5em;
	padding-bottom: 20px;
	font-weight: lighter;
	}

h2{
	color: #ccc;
    font-size: 2em;
    margin: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
}

h3{
	font-size: 1.5em;
	}

a{
	color: #858d81;
	/*text-decoration: none;*/
	}

a:hover {
	color: #858d81;
	text-decoration: none;
}


	
#logo {
	height:auto;
    padding-top: 50px;
    }