HTML {
	/* width: 800px;  */
}

BODY {
	background: rgb(246,246,255);
    font-family: sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 12pt; 
    color: navy;
    margin: 10pt;
	text-align: left;
}

P {
/* 	width: 500px; */
}

LI {
	width: 500px;
	padding: 0.15em; 
	text-align: left;
}

.padded_list {
    padding: 5pt;
}

TD {
    /* padding: 10pt; */
}

#left {
	float: left;
    width: 530px;
	/* border: solid blue; */
	margin-right: 10px;
}

#right {
	float: right;
    /* border: solid red; */
}

#container {
	width: 850px;
	margin: auto;
	height: auto;
    /* border: solid green;  */
}

#header {
	width: auto;
	/* border: solid yellow; */
}

#footer {
	width: auto;
	text-align: center;
	/* border: solid yellow; */
}

/*
.right_picture {
    position: absolute;
    top: 10pt;
    right: 10pt;
}
*/
    
.full_descr {
	font-family: sans-serif;
	color: navy;
	margin-left: 10pt;
	width: 500pt;
}

h1 {
	font-family: sans-serif;
	font-weight: 700;
	/* font-size: 32pt; */
	position: relative;
	/* left: 100pt; */
/*	text-align: center;*/
	color: navy;
}

h2 {
	font-family: sans-serif;
	font-weight: 700;
	/* font-size: 26pt; */
	position: relative;
	/* left: 200pt; */
/*	text-align: center;*/
	color: navy;
}

.job {
	text-decoration: underline;
}
