body {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    color: black;

    margin: 20px;
    padding: 5px;
}

#wrap {
	width: 100%;
	margin: 0 auto;
	
}

#background {
	width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -1;
}

.stretch {
    width:100%;
    height:100%;
}

#person {
	margin: 0 auto;
	width: 650px;
	height: 275px;
}
#personDescription {
	background-color: black;
	width: 426px;
	padding: 10px; 
	float: left; 
	text-align: justify;
	color: white;
	border: 1px solid black;
	font-size: 16px;
}
#personImage {
	width: 200px;
	float: right; 
	border: 1px solid black;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

#block {
	margin: 0 auto;
	width: 804px;
	height: 275px;
}
#blockLeft {
	width: 400px;
	height: 268px;
	float: left; 
	color: white;
	border: 1px solid black;
	font-size: 16px;
}
#blockRight {
	width: 400px;
	height: 190px;
	float: right; 
	border: 1px solid black;
	text-align: center;
	margin-top: 39px;
}



p {
    line-height: 20px;
}

.main_sponsor {
	width: 500px;
	text-align: center;
	float: center;
	font-size: 16px;
	background-color: black;
	color: white;
	margin: 0 auto;
}

.documentation {
    text-align: center;
	font-size: 24px;
	text-decoration: underline;
	padding: 6px;
}

h1 {
    color: white; 
    background-color: #000000; 
    font-size: 36px;;
    margin: 0;
    margin-bottom: 0px;
    padding: 4px;
    text-align: center;
    letter-spacing: 0.25em;
	border-radius:15px; /* rounded corners! */

}

h2 {
    color: white;
    background-color: #969898; /* #090 */
    font-size: 1.5em;
    margin: 0;
	margin-bottom: 7px;
    padding: 2px;
	text-align: center;
    padding-left: 14px;
	border-radius:10px; /* rounded corners! */
}

h3 {
    color: #000000;
    font-size: 2.25em;
	padding: 2px;
	text-align: center;
    padding-left: 14px;
	font-weight:bold;
	
}

h4 {
    color: #000000;
    font-size: 28px;
	padding: 2px;
	text-align: center;
    padding-left: 14px;
	font-weight:bold;
	
}

h5 {
    color: #000000;
    font-size: 1.75em;
    font-weight: normal;
	text-align: center;
    margin: 0;
	margin-bottom: 3px;
    float: center;
	padding: 2px;
	
}

img {
    border-style: solid;
    border-width: 2px;
    border-color: #000000;
	
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.block {
	width: auto;
    height : auto;
    max-height: 100%;
    max-width: 100%;
    border-width: 0px;
}

.gallery {
	width: 500px;
	height: auto;
	margin-bottom: 5px;
}

.homepage {
	width: 400px;
	height: auto;
	float: center;
	margin-bottom: 2px;
}


a {
    text-decoration: none;
    color: black;
	padding-left: 7px;
	padding-right: 7px;
}

strong {
    font-style: italic;
    text-transform: uppercase;
}

li {
    color: #900;
    font-style: italic;
}

table {
    /*background-color: #ccc;*/
    border: 2px solid black;
    text-align: justify;
    width: 100px;
}

td {
    border: 1px solid black;
    padding: 15px;
    height: 50px;
}

th {
    height: 50px;
}
