
/* GLOBAL */
html {
	font-size: 100%;
}
body {
	margin: 0px;
	background-color: #f1eeee;
}
aside{
	float:right;
}
li{
	list-style:none;
	display:inline-block;
}
#wrapper {
	margin-top:4%;
	background-color: #fbfbfb;
	background-image:url(../img/logobenartrecordsb.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	width: 100%;
	max-width:1200px;
	height: 100%;
	min-height:400px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	position:absolute; 
	top:2%;
	left:12%;
}
#content table td {
	font-family:roboto-medium;
	font-size:1.4em;
}
.right {
  text-align: right;
  margin-right: 1em;
}
/* Title - typo */
h1{
	font-family:'lubalingraph-demi';
	font-size:2.2em;
	text-transform:uppercase;
}
h2{
	font-family:'roboto-bold';
	font-size:1.4em;
	margin:0;
}
h2.blue{
	font-family:'lubalingraph-demi';
	font-size:1.4em;
}
h3{
	font-family:'roboto-bold';
	font-size:1.2em;
	margin:0;
}
.blue{
	color:#3DB9CC;
}
.prune{
	color:#535178;
}
.bold{
	font-family:'roboto-bold';
}


/* HEADER */
header {
	margin-left:27px;
	margin-right:30px;
	padding-top:28px;
	z-index:1000;
	position:relative;
	overflow:hidden;
}
header img{
	float:left;
	border:none;
	width:16%;
}

/* FOOTER */
footer{
	clear:both;
	margin-top:100px;
	margin-left:27px;
	margin-right:30px;
	border-top:1px solid #3DB9CC;
	position:relative;
	height: 50px;
	font-family:'roboto-medium';
	
}
