/* CSS Document */
body{
	font-size:18px;
	line-height:26px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5a2727;
}
.header{
	background:url(../images/header-bg.png) no-repeat center top;
	height:204px;
	background-size:100%;
}
.heightletsbox{
	background:#fff5f2;
	border:1px solid #cc9999;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}
.boxbg{
	background:url(../images/box-bg.png) repeat;
}
.boxbg h3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

@media only screen and (min-width:280px) and ( max-width:670px ) { 
.maincontent img{
	width:100%;
	height:auto;
}
.header img{
	width:100%;
	height:auto;
}
.boxbg img{
	width:100%;
	height:auto;
}
}