@charset "UTF-8";
/* CSS Document */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body{
	word-wrap:break-word;
}
#wrap{
	width:100%;
	background-image:url(../images/background.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin:0 auto;
}

/*Layout*/
header{
	width:100%;
	margin:0 0 5px 0;
}

header #hgroup{
	/*padding:20px 20px 20px 0;*/
	/*background:url(../images/header.jpg) no-repeat;
	background-size:cover;*/
	padding:10px 10px 10px 10px;
	background-size:cover;
	width:100%;
	margin:0 auto;
	min-height: 65px;
}
header #hgroup img{
	width:100%;
	height:auto;
}
header h1,
header h2{
	padding:0;
	padding:0 10px 0px 0px;
}
header h2{
	font-size:18px;
}

article{
	width:100%;
	margin:0 auto;	
	overflow: hidden;
	padding: 5px 10px 0px;
}
#main{
	width:100%;
	border:none;
	margin:0;
	padding:10px 10px;
	float:none;
	clear:both;
}

#side-left,
#side-right{
	width:100%;
	float:none;
	margin: 10px 0;
}

footer{}
footer div.left,
footer div.center,
footer div.right{
	margin:10px 0 10px 0;
	width:97%;
	text-align:left;

}
