h1, h2 {
  font-family: "Georgia", serif;
  font-weight: 100;
  text-align: block;
}

body {
  color:#333;
  font-family: "Georgia", serif;
  font-size:12px;
}

#mccontent, #main {
	margin:0 auto;
	width:1000px;
	text-align: justify;
	line-height: 200%;
}

#main {
	padding-top: 15px;
}

#navigation{
	margin:0 auto;
	width:100%;
	height:40px;
	background-color: #333;
}

#header {
	margin:0 auto;
	text-align:center;
	padding-bottom: 0px;
	/*background-color: #1C14D2;*/
	background-image: url(img/128-86.jpg);
}

/*=== boxes ===*/

.box {
	margin-left: 15 px;
	float: right;
	width: 10 px;
	background-color:#efefef;
	border:1px solid #ff0000;
	padding: 5px;
	border-radius: 5px;
}
.nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.nav li {
	float: left;
	width: 130px;
	position: relative;
}

.nav li a {
	background: #333;
	color: #fff;
	display: block;
	padding: 7px 8px;
	text-decoration: none;
	border-top: 1px solid #069;
}

.nav li a:hover {
	color: #069;
}

/*=== submenu ===*/
.nav ul {
	display: none;
	position: absolute;
	margin-left: 0px;
	list-style: none;
	padding: 0px;
}

.nav ul li {
	width: 160px;
	float: left;
}

.nav ul a {
	display: block;
	height: 15px;
	padding: 7px 8px;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #222;
}

.nav ul li a:hover {
	color: #069;
}

.socmed {
	float:right;
}

/*=== subsubmenu ===*/

/*=== pictures ===*/
.leftpic {
	float:left;
	padding-right:40px;
}

/*=== items ===*/

.item {
 /* border: 2px solid;
  border-radius: 5px;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 2px; */
  	margin-left: 15 px;
	/*float: left;*/
	background-color:#efefef;
	border:1px solid #ff0000;
	padding: 5px;
	border-radius: 5px;
}
	



main.laber {
  padding-right: 100px;
  padding-left: 200px;
  width:auto;
  height:100%;
  float: left;
}
