html,body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	background: #addd38;
	color: #000;
}
#head {
	width: 1000px;
	margin: 0px auto;
}
#head h1 {
	margin: 0px;
	border: 0px;
	padding: 50px 0px 0px 0px;
}
#head h1 a {
	float: right;
	width: 653px;
	height: 56px;
	background: #f00 url(/nick/img/title_npl.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#body {
	position: relative;
	clear: both;
	width: 1000px;
	margin: 0px auto;
}
#nav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 298px;
	height: 770px;
	background:  url(/nick/img/nav_bkg_lion.png) no-repeat left bottom;
}
#nav ul,
#nav ul li {
	display: inline;
	list-style: none;
}
#nav a {
	display: block;
	height: 57px;
	margin: 10px;
	background: no-repeat right top;
	text-indent: -9999px;
	overflow: hidden;
}
#nav a:hover {
	background-position: right -57px;
}
#nav .about a {
	background-image:  url(/nick/img/nav_btn_about.png);
}
#nav .firsts a {
	background-image:  url(/nick/img/nav_btn_firsts.png);
}
#nav .photos a {
	background-image:  url(/nick/img/nav_btn_photos.png);
}
#content {
	min-height: 740px;
	margin: 0px 0px 0px 296px;
	border: 2px solid #000;
	border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 15px;
	background: #fff url(/nick/img/body_bkg_lion.png) no-repeat 0px 200px;
	font: 1em 'Trebuchet MS', Trebuchet, verdana, sans-serif;
	text-align: justify;
}
* html #content {
	height: 740px;
}
#content h2 {
	margin: 0px;
	padding: 0px;
	font: bold 1.3em 'Comic Sans MS', 'comic sans', comic, serif;
	background:  url(/nick/img/body_bkg_heading.png) no-repeat right center;
	text-indent: 10px;
}
/*
#content h2.photos {
	background: #fff url(/nick/img/body_bkg_lion.png) no-repeat 0px 200px;
	text-indent: -9999px;
	overflow: hidden;
}
*/
#content table a img {
	border: 0px;
	padding: 5px;
}
#content table a:hover img {
	background: #d2eb94;
}
#foot {
	clear: both;
	width: 1000px;
	height: 40px;
	margin: 0px auto;
	padding: 10px;
}
#foot a.jupeca {
	float: right;
	width: 178px;
	height: 40px;
	background: #f00 url(/nick/img/foot_btn_jupeca.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#foot a.jupeca:hover {
	background: #f00 url(/nick/img/foot_btn_jupeca.png) no-repeat 0px -40px;
}