@import url("./styles/menue.css");
@import url("./styles/footer.css");
@import url("./styles/content-format.css");
@import url("./styles/responsive.css");

/**Format**/
body, header, div, ul, li, footer, h1, h2, h3, img, a {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #efddad;
	font-family: arial, sans-serif;
}
.wrapper {
	width: 1200px;
	margin: 0px auto;
}
.stopfloat {
	clear:both;
}
header {
	background-color: #FFCC00;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border-bottom-style: solid;
	border-color: #FF6600;
	color: #eeffdd;
	font-size: 40px;
	font-family: arial, sans-serif;
}
div.main {
	background-color: #FFCC66;
	height: auto;
	font-size: 20px;
	font-family: arial, sans-serif;
}
div.content {
	width: 900px;
	min-height: 450px;
	float:left;
}
div.sidebar {
	/*min-height: 450px;*/
	width: 300px;
	float:left;
	padding-top: 36px;
	text-align: center;
}
.sidebar-title {
	font-size: 25px;
	color: #c10000;
	text-align: center;
	font-weight: bold;
	padding: 7px 0px 10px 0px;
}
img.impulsLogo {
	border: 8px solid #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
				0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 5px;
}