article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary{
    display: block;
    }
    
html, body{
	width: 100%;
	margin: 0;
	padding: 0;
	font: normal 16px/1.25 "Georgia", Times New Roman, Times, serif;
	text-align: left;
	background: #1a1a1a url(img/bgT.jpg) repeat fixed;
	color: #d2d2d2;
	letter-spacing: 0.1em;
	}

a, img{
	border: none;
}
header{	
	position: relative;
	top: 25px;
	width: 100%;/*990px*/
	height: 45px;
	display: block;
	margin: 0;
	padding: 0;
	background: #1a1a1a url(img/headerBg.jpg) repeat-x 0 0;
	}
a.logo{
	position: absolute; top: -25px; left: 0;
	border: none;
	margin: 0;
	padding:0;
	width: 180px;
	height: 33px;
}
nav{
	position: relative;
	top: -15px;	
	margin: 0;
	padding: 0;
}
nav ul{
	margin: 0px;
	padding: 0;
	left: 105px;
	top: 0px;
	position: relative;
	float: left;
	z-index: 10002;
}
nav ul li{
	list-style: none;
	display: inline;
	padding: 0;
}
nav ul li a:link, nav ul li a:active, nav ul li a:visited {
	color:  #097f97; /*#2e2e2e*/
	text-shadow:  #000 1px 2px 5px; /*test 212121*/
	text-decoration: none;
	padding: 5px 0px;
	margin: 0 0 0 90px;
	font-size: 21px;
	line-height: 23px;
	letter-spacing: 0.1em;		
	}
nav ul li a:hover{
color: #3e3e3e;
text-shadow: #000 1px 2px 7px;
}

nav ul li a.here{
color: #d2d2d2;
text-shadow: #000 1px 9px 5px;
	}

#content{
	\height: 100%;
	max-height: 700px;
	position: relative;
	top: 45px;
	left: 160px;
	float: left;
	margin: 0;
	padding: 0;
	clear: left;
	z-index: 10000;
	display: block;	
	}
article{
	position: relative;
	top: -17px;
	left: 0;
	float: left;
	margin: 0;
	padding: 0px;	
	max-height: 670px;
	}

article h2{
	position: relative;
	top: 65px ;
	left: 36px;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	color: #fff /*#e4d7b1*/;
	font: bold 53px/1.25 "Georgia", "Times New Roman", Times, serif;
	text-shadow: #444 0px 1px 2px;
	letter-spacing: 0.02em;
	}
article h3{
	position: relative;
	display: block;
	top: 0px;
	left: 33px;
	margin: 0;
	padding: 0px;
	font: bold 36px/1.25 "Georgia", Times New Roman, Times, serif;	
	letter-spacing: 0.1em;
	text-align: left;
	/*color: #292929;
	text-shadow: 0px 1px 3px #121212;*/
	color: #111;
	text-shadow: #292929 0px 1px 3px;
}
article ul#can{
	position: relative;
	top: 95px;
	left: 35px;
	margin: 0;
	padding: 0 0 50px 0;
	float: left;
	clear: left;	
	height: 445	px;
	}

ul#can li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
ul#can li.cannot{
	text-decoration: line-through;
	opacity: 0.4;
}
ul#can li h1{
	position: relative;
	letter-spacing: 0.1em;
	padding: 5px 0 5px 40px;
	margin: 0;
	color: #d2d2d2 /*#097f97*/;
	text-shadow:  #000 0px 2px 3px;
	font: normal  20px/1.25 "Georgia", Times New Roman, Times, serif;
	background: url(img/li.jpg) no-repeat 0 10px;
	\width: 300px;	
	}
article p {	
	position: relative;
	width: 460px;
	top: 39px;
	left: 25px;
	margin: 0px 0 0 12px;
	padding: 0px;
	line-height: 1.5;
	}
article p a{
	text-decoration: none;
	color: #d2d2d2;
	left: 3px;
	}		
#Ph {
	width: 375px;
	height: 500px;
	position: relative;
	top: 37px;
	left: -189px;
	line-height: 1.6;
	margin: 0px;
	padding: 0px 150px 0 225px;
	background: url(img/philosophy.jpg) no-repeat 40px -55px;
	letter-spacing: 0.12em;
}
#Ph p{
	position: relative;
	left: 0px;
	top: 20px;
	margin: 0;
	padding: 0;
}
footer{
	position: fixed;
	bottom: 0 !important;
	left: -1px;
	width: 158px;
	height: 20px;
	margin: 0;
	padding: 16px 12px 0px 12px;
	font: normal 11px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #777;
	background: url(img/bgF.jpg) no-repeat 0 3px;
	z-index: 10100;
	display: block;
	clear: both;	
}
