* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FFFFFF;
	margin-top : 20px;
	margin-left : 20px;
	margin-right : 20px;
	text-align: left;
}

#box {
	width: 100%;
	height: 100%;
	padding-bottom: 5px;
}

#content {
	float: left;
	width: 308px;
}

#image {
	width: 360px;
	margin-left: 22px;
	float: right;
}

h1 {
	margin-bottom: 30px;
}

h2 {
	margin-bottom: 15px;
}

.mb30 {
	margin-bottom: 30px;
}
.mb20 {
	margin-bottom: 20px;
}


/* clearfix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html.clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
