@charset "utf-8";
body {
	padding: 0px;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #1f1f1f;
	background-attachment: fixed;
	background-image: url(../images/photographs/home_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.navigation {
	text-align: right;
	width: auto;
	height: 90px;
	background-color: #1f1f1f;
}
#logo {
	position: absolute;
	text-align: left;
	height: 72px;
	width: 252px;
	margin-left: 15px;
	margin-top: 8px;
}
.buttons {
	text-align: right;
	margin: 0px;
	padding-top: 45px;
	width: auto;
}


.sidebar {
	background-color: #FFF;
	text-align: justify;
	float: right;
	height: 550px;
	width: 590px;
	margin-top: 140px;
	padding-right: 120px;
	padding-left: 130px;
	clear: both;
	-webkit-border-top-left-radius: 200px;
	-webkit-border-bottom-left-radius: 200px;
	-moz-border-radius-topleft: 200px;
	-moz-border-radius-bottomleft: 200px;
	border-top-left-radius: 200px;
	border-bottom-left-radius: 200px;
	opacity: 0.92;
	font-family: 'Varela Round', sans-serif;
	padding-top: 50px;
	font-size: 14px;
}
