@charset "utf-8";
/* CSS Document */

* {

padding:0px;
margin:0px;
font-family: Georgia, "Times New Roman", Times, serif;
	
}

html{
    /* This image will be displayed fullscreen */
	background-color:black;
    background:url(img/background.jpg) no-repeat center center;

    /* Ensure the html element always takes up the full height of the browser window */
    min-height:100%;

    /* The Magic */
    background-size:cover;
	background-attachment:fixed;
}

body{
    /* Workaround for some mobile browsers */
    min-height:100%;
}


#content {

	width:600px;
	padding:25px;
	margin-left:auto;
	margin-right:auto;	
	
}

#header {
	
	margin-top:10px;
	margin-bottom:150px;	
	color:white;
	height:100px;
	
	
}

#portrait {

	float:left;
	width:200px;
	height:200px;
	
}

#headline {
	
	float:left;
	width:300px;
	height:auto;
	padding-top:25px;
	padding-left:25px;
	
}



#headline h1 {
	
	font-size:3em;
	font-weight:normal;
	margin-bottom:10px;
	
	
}

#headline h2 {
	
	font-size: 1.6em;
	font-weight:normal;
	
	font-style:italic;
	line-height:1.2em;
	
}



#header span {

	white-space: nowrap;
	
}


.textbox {


	padding:50px;
	background-color:white;
	color:black;
	line-height:1.5em;
	
}


.textbox iframe {
	
	margin-top:40px;
	margin-bottom:40px;
	
}

h3 {

	margin-bottom:20px;
	
}


ul{

	margin:25px;
	
}


#menu {
	
	height:44px;
	color:black;
	line-height:1.5em;
	padding-left:20px;


}

#menu a {
	

	font-size:14px;
	margin-right:5px;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	background-color:black;
	display:block;
	float:left;
	text-decoration:none;
	color:white;
	
}

#menu a:hover {
	
	text-decoration:underline;
	
}

#menu .activelink {

	background-color:white;
	color:black;
	
}

