		body {
			font: 16px 'Lato', Arial, sans-serif;
			font-weight:300;
			background:#444;
			color:white;
			}

		b {font-family: 'Lato', Arial, sans-serif;font-weight:700;}
		
		h1 {
			font: 70px 'Lato', Arial, sans-serif;
			font-weight:300;
			margin-top: 50px;
			}
		
		#container {
			width: 800px;
			margin-left: auto;
			margin-right: auto;
		}
		
		#header {
			width: 800px;
			height: 110px;
		}
		
		#menu1 {width: 800px; height: 24px;}
		#menu2 {
			width: 800px;
			height: 25px;
			margin-bottom:30px;
			padding-top:2px;}
		
		#content {width:800px;
					font-size:14px;
					line-height:18px;}
		

		a {
			text-decoration: none;
			color: white;
			background: #111;
			padding-left: 5px;
			padding-right: 5px;
			padding-bottom: 4px;
			margin-right: 4px;}

		a:hover {
			background:#444;
			}

		a.selected {
			color:white;
			background:#444;
			}

		#content a {
			text-decoration:none;
			padding: 0px;
			margin:0px;
			background:none;
			font-weight:bold;
			color:white;}
		
		#content a:hover {

			color:black;}

		iframe {float:right;
		margin-left:15px;}

		img {float:right;
		margin-left:15px;}
		
		p {text-align:justify;}
		
		#audioplayer_1 {
			float: right;
			margin-left: 15px;
			margin-top:4px;}
