/*********************************** ALL CONFIG START ******************************************/
*{
    font-family:Arial, Verdana, Helvetica, sans-serif;
    font-size:1em;
    margin:0;
    padding:0;
}

html{ font-size:62.5%;}

body{
    background-color:#82838b;
	color:#3f3f3f;
    font-size:1em; /*global*/
}

a{color:#3f3f3f; text-decoration:none;}
 
img{
	border: none;
	margin:0;
	padding:0;
}

h1{font-size:2em; padding-bottom:1em;}

h2{font-size:1.8em; padding-bottom:1em;}

h3{font-size:1.6em; padding-bottom:1em;}

p{font-size:1.2em; padding-bottom:1em;}

#site{
	width:92em;
	margin:auto;	
}
#slogan{
	width:100%;
	font-size:2em;
	color:#646468;
	text-align:center;
	padding-top:5.1em;
	padding-bottom:0.1em;
}
/*********************************** ALL CONFIG END ********************************************/

/*********************************** HEADER START **********************************************/
#header{
	float:left;
	height:13.4em;
	width:100%;
	border:0.1em #ffffff solid;
}

#header img{height:13.4em; width:92em;font-size:1em;}


/*********************************** HEADER END ************************************************/

