body {
	margin: 0;
	padding: 0;
	font-family: Helvetica;
	background: url(/img/economy.jpg) no-repeat center top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
}

a {
	text-decoration: none;
}

h1 {
	margin-top: 0;
}

p {
	margin-top: 0;
	line-height: 1.6em;
	color: #fff;
}

#headbar {
	margin: auto;
	overflow: hidden;
	height: 75px;
	background: #fff;
}

#headbar-inner {
	width: 1200px;
	margin: auto;
	height: 80px;
}

.logotype {
	float: left;
	height: 80px;
	width: 320px;
}

.logotype h1 {
	margin-top: 20px;
}

.logotype h1 a {
	font-size: 31px;
	font-weight: 400;
	text-transform: uppercase;
	color: #69C;
}

.logotype h1 a:hover {
}

.menu {
	float: right;
	width: 850px;
	height: 80px;
	text-align: right;
}

.menu ul {
	padding-left: 0px;
	list-style: none;
	margin-top: 29px;
}

.menu ul li {
	display: inline;
	margin: 0 0 0 25px;
}

.menu ul li a {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.menu ul li a:hover {
	color: #69C;
	padding-bottom: 3px;
	border-bottom: 3px solid #ededed;
}

#mainbox {
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
	margin-top: 39px;
	margin-bottom: 30px;
}

.contentbar {
	width: 780px;
	float: left;
	background: rgba(0,0,0,.70);
	padding: 20px;
	color: #fff;
}

.sidebar {
	width: 255px;
	float: right;
	padding: 15px;
	background: #69C;
}

.sidebar ul {
	list-style: none;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
}

.sidebar ul li {
	display: block;
	padding: 17px 0;
}

.sidebar ul li a {
	color: #fff;
		-webkit-transition: padding-left .35s;
		-moz-transition: padding-left .35s;
		-o-transition: padding-left .35s;
}

.sidebar ul li a:hover {
	padding-left: 13px;
		-webkit-transition: padding-left .35s;
		-moz-transition: padding-left .35s;
		-o-transition: padding-left .35s;
}

