
/* GENERAL Layout */
html {
	height: 100%;
	background-color: #a3906b;
	}
body {font-family: verdana, arial, sans-serif; color: #333; font-size: 14px;}
section {display: block;}

.wrapper{
	margin: 0 auto;
	padding-top: 70px;
	width: 740px;
}
header{line-height: 0;margin-bottom: 30px;}
header img{width: 100%;}

section.main{
	background-color: white;
	padding: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(100,75,23,1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(100,75,23,1);
	box-shadow: 0px 5px 15px 0px rgba(100,75,23,1);
}

section.main h1{font-size: 150%;font-weight: bold;margin-bottom: 15px;}
section.main h2{font-size: 115%;font-weight: bold;margin-bottom: -10px; margin-top: 25px; color:#644b17;}

section.main h4,
section.main p{
	margin: 15px 0;
}

section.main a{font-weight: bold; text-decoration: underline;}
.footer{padding: 14px 30px;}

.footer img{width: 60px;}

.nowrap{
	white-space: nowrap;
	display: inline-block;
}
@media all and (max-width:800px){
	.wrapper{width:90%;padding-top: 40px;}
}


@media all and (max-width:480px){
	.wrapper{padding-top: 20px;}
	body{font-size: 12px;}
	section.main h1{font-size: 125%;}
}