body {
	margin:0px;
	padding:0px;
	background:#F1F0F0 url(../img/bg.png);
	overflow:hidden;
	background-position:0 0;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
	position:relative;
	font:normal 13px Open Sans;
	overflow-y:auto;
}
p {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
img {
	border:none;
}
#sidebar {
	width:220px;
	height:100%;
	padding:0 30px;
	position:fixed;
	z-index:9;
	background:#1d1d1d url(../img/sidebar.png);
	margin-top:0px;
	color:#FBFBFB;
	box-shadow:inset -15px 0px 38px -16px #000;
}
header {
	display:block;
}
#logo {
	height:70px;
	margin-top:20px;
}
nav {
	line-height:20px;
	margin-top:20px;
	font-weight:800;
	font-size:14px;
	color:#fff;
}
nav a, nav a:link, nav a:visited, nav a:active {
	color:#fff;
	text-shadow:0 -1px 0 #000;
	text-decoration:none;
	display:block;
	background-color:transparent;
	margin-bottom:5px;
	padding:5px 10px;
	margin-left:-10px;
	border-radius:5px;
}
nav a:hover {
	color:#fff;
	background:transparent url(../img/menu.png);
}
nav ul {
	list-style:none;
	list-style-image:none;
	margin:0;
	padding:0;
}
#politi {
	margin-bottom:105px;
}
#copyright {
	margin-bottom:25px;
	border-top:1px dashed #666;
}
#copyright, #politi {
	position:absolute;
	bottom:0;
	font-size:11px;
	color:#666;
	padding-top:14px;
	width:220px;
}
#wrapper {
	float:left;
	min-height:100%;
	width:100%;
	position:absolute;
	z-index:8;
	overflow:hidden;
}
#top {
	background:transparent url(../img/top.png);
	width:100%;
	color:#CCC;
	padding:21px 30px;
	left:0;
	position:absolute;
	z-index:7;
	overflow:hidden;
	margin-left: 280px;
	top:0;
	padding-left:40px;
}
#content {
	width:auto !important;
	background:white;
	min-width:600px;
	max-width:750px;
	overflow:hidden;
	position:relative;
	box-shadow:0 0 15px 0px #000;
	border:1px solid #1d1d1d;
}
#content-padding {
	padding: 110px 50px 50px 50px;
	margin-left: 280px;
}
#slogan {
	margin-top:10px;
	font-style:italic;
	font-size:12px;
	margin-bottom:40px;
}
#title {
	background:#1D1D1D url(../img/sidebar.png);
	color:#FFF;
	font-weight:200;
	font-size:32px;
	padding:20px;
	text-shadow:0 -1px 0 #000;
	border-bottom:1px solid #000;
}
article {
	padding:10px 20px 0px 20px;
	color:#1d1d1d;
}
article img {
	margin-left:-20px;
	width:770px;
	margin-top:13px;
	margin-bottom:-4px;
}
#box {
	float:left;
	color:1d1d1d;
	display:inline;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
}
#box h2 {
	border-bottom:1px dashed #999;
	margin-bottom:5px;
	padding-bottom:5px;
	font-weight:200;
	font-size:22px;
}
.firstbox {
	margin-left:0px !important;
}
.lastbox {
	margin-right:0px !important;
}
#clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
#box a {
	padding:5px 10px 5px 10px;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	background:#1d1d1d url(../img/sidebar.png);
	border-radius:2px;
	box-shadow:0 1px 2px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .5);
	cursor:pointer;
	text-decoration:none;
	margin-top:30px;
}
#box a:hover {
	color:#CCC;
}
#top a {
	font-weight:700;
	text-decoration:none;
	color:#CCC;
}
#top a:hover {
	text-decoration:underline;
}
#lang {
	margin-top:5px;
}
a, a:link, a:visited, a:active {
	color:#000;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#button {
	padding:5px 10px 5px 10px;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	background:#1d1d1d url(../img/sidebar.png);
	border-radius:2px;
	border:none;
	box-shadow:0 1px 2px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .5);
	cursor:pointer;
	text-decoration:none;
}
#button:hover {
	color:#CCC;
}
#select {
	background:#EEE;
	border:1px solid #CCC;
	padding:5px;
	color:#1D1D1D;
}
#txt_form {
	background:#EEE;
	border:1px solid #CCC;
	padding:5px;
	color:#1D1D1D;
	width:250px;
	margin-left:2px;
}