body {
    font-family: Verdana;
    font-size:16px;
    background-color: white;
	color: #6a6a6a;
	margin: 0 auto;
}

h1 {
	font-family: 'Courier New', 'Courier';
	font-size: 24px;
	color: black;
	border-left: 3px red solid;
	padding-left: 10px;
}

h2 {
	font-size: 20px;
	margin: 0;
}

li {
	list-style: none;
	font-family: 'Courier New', 'Courier';
}

li:before {
	content: "";
	color: red;
	border: 1px red solid;
	background-color: red;
	border-radius: 50%;
	margin-right: 1em;
	height: 0.25em;
	width: 0.25em;
	display: inline-block;	
}

li.sub {
	font-size: 14px;
}

li.sub:before {
	margin-left: 2em;
	height: 0.15em;
	width: 0.15em;
	font-size: 14px;
}

#header-div
{
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	height: 90px;
	background-color: white;
	width: 100%;
	border-bottom: 1px red solid;
}

#header-logo 
{
	margin: 10px;
	margin-right: 50px;
	float: right;
}

#header-contact
{
	margin-top: 30px;
	margin-left: 30px;
	float: left;
	font-family: 'courier new', 'courier';
	color: black;
}

#img-div
{
	margin-top: 90px;
	height: 300px;
	background-image: url('office.jpg');
	background-size: cover;
	background-position: center;
}

#alma-img
{
	background-image: url('alma.jpg');
	background-position: center;
	background-repeat: no-repeat;
	height: 150px;
	width: 150px;
	border: none;
	float: right;
	margin-top: 220px;
	margin-right: 50px;
	border-radius: 50%;
	border: 3px red solid;
}

#content-div
{
	margin: 30px;
	margin-top: 70px;
}


#contact
{
	font-family: 'courier new', 'courier';
	text-align: top;
	vertical-align: top;
}

#contact-data
{
	display: inline-block;
}