*{
	margin: 0px;
	padding: 0px;	
}

#wrapper {
	margin: 0px;
	width: 100%;
}

img {
	border: 0px;	
}

ul, li {
	list-style-type: none;	
}

body {
	font-family: tahoma, geneva, sans-serif;
	color: #333;
	font-size: 0.7em;
}

#index_wrapper {
	width: 200px;
	margin: 100px 40px 0px;	
}

#index_wrapper p {
	margin-top: 40px;	
}

#header {
	background: #000;	
	width: 100%;
	height: 153px;
	float: inherit;
	position: fixed;
}

#header_nav {
	float:none;
	width: 600px;
	position: fixed;
}

#menu {
	background: #000;	
	height: 11px;
	position: fixed;
	width: 100%;
	left: 0px;
	top: 150px;
}

#home_but a {
	background: url(../images/home_but.jpg) no-repeat;	
	width: 46px;	
}

#illustration_but a {
	background: url(../images/illustration_but.jpg) no-repeat;	
	width: 94px;
}

#blog_but a {
	background: url(../images/blog_but.jpg) no-repeat;	
	width: 50px;
}

#contact_but a {
	background: url(../images/contact_but.jpg) no-repeat;	
	width: 63px;
}

#people_but a {
	background: url(../images/people_but.jpg) no-repeat;	
	width: 50px;
}

#places_but a {
	background: url(../images/places_but.jpg) no-repeat;	
	width: 61px;
}

#creatures_but a {
	background: url(../images/creatures_but.jpg) no-repeat;	
	width: 81px;
}

#finds_but a {
	background: url(../images/finds_but.jpg) no-repeat;	
	width: 42px;
}

#links_left {
	float: left;
	margin-left: 22px;
	margin-right: 178px;	
}

#links_left li, #links_right li  {
	height: 11px;	
	float: left;	
}

#links_left li a, #links_right li a  {
	height: 11px;	
	display: block;
	float: left;
}

#home_but a:hover, #illustration_but a:hover, #blog_but a:hover, #contact_but a:hover, #people_but a:hover, #places_but a:hover, #creatures_but a:hover,  #finds_but a:hover {
	background-position: 0 -11px;	
}

#container {
	height:470px;
	float: inherit;
	padding: 160px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	/*overflow-x: auto;*/
	white-space: nowrap;
	width: 97%;
}

#container img {
	display: inline;
	margin: 10px 10px 0px 0px;	
}

#designedbylink {
	position: fixed;
	top: 0;
	right: 0;
	padding-top: 20px;
	padding-right: 20px;
	z-index: 1;	
}

#designedbylink a {
	background: #000;
	color: #222;
	padding: 3px;
	text-decoration: none;	
}

#designedbylink a:hover {
	background: #222;
	color: #000;	
}	