
#header {
	width: 1180px;
}
#page {
	display: flex;
	flex-direction: row;
	width: 1180px;
}
#leftside {
	flex: 1;
    text-align: left;
}
#rightside {
	flex: 2;
	}

body {
	margin: 50;
	padding: 0;
	text-align: left;
	background-color: white;
}
a {
color: yellow;
text-decoration: none;
font-style: bold;
}
h2 {
	font:20px Times, Helvetica;
	text-decoration:none;
	color: black;
}
h3 {
	font:18px Times, Helvetica;
	text-decoration:none;
	color: black;
}
p {
	font:18px Times, Helvetica;
	text-decoration:none;
	color: black;
	display: flex;
	flex-direction: row;
}
.footer {
color: black;
text-decoration: none;
font:14px Times, Helvetica;
font-style: bold;
}
#container
{
  display: block; 
  height:auto;
  position: relative; 
  width: 800px;
}
#note {
	font:14px Times, Helvetica;
}
#page {
	display: flex;
	flex-direction: row;
	width: 1180px;
}
.images_landscape {
    width: 620px;
    height: auto;
}
.images_portrait {
    height: 400px;
    width: auto;
}
h1 {
    font-size: 24px;
    color: black;
    text-align: left;
	margin-bottom: 50px;
}

* {
	font:18px Times, Helvetica;
	text-decoration:none;
	color: black;
}
