body {
margin-left: auto;
margin-right: auto;
width: 1000px;
background-color: #000000;
}

a {
text-decoration: none;
color: crimson;
font-weight: bold;
}

a:hover {
text-decoration: underline;
}

#header {
margin-top: 3px;
margin-bottom: 3px;
}

#content_left_side {
width: 220px;
float: left;
}

#content_left {
background-color: white;
border-radius: 15px;
text-align: center;
font-family: Fira Sans;
font-size: 14px;
margin-bottom: 3px;
padding-top: 7px;
padding-bottom: 7px;
}

#content_right_side{
width: 773px;
background-color: white;
border-radius: 15px;
text-align: center;
margin-left: 7px;
float: left;
}

#content_right{
padding-left:35px;
padding-right: 35px;
text-align: justify;
font-family: Fira Sans;
line-height: 1.7;
}

#footer {
clear: both;
padding-top: 7px;
margin-left: 15px;
margin-right: 15px;
margin-bottom: 15px;
color: grey;
font-size: 11px;
font-family: tahoma;
text-align: right;
}

.color-header{
color: crimson;
}

.photogallery{
text-align: center;
padding-top: 100px;
padding-bottom: 100px;
}