/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #300;
	line-height: 1.5em;
	background-color: #993;
	/* ie 5.0 pc hack */
	text-align: center;
}

#wrapper {
	background-color: #fff;
	width: 750px;
	w\idth: 610px;
	margin: 0 auto;
	padding: 0 70px 0 70px;
	position: relative;
	background: url(pics/background.jpg) repeat-y top center;
	background-color: #fff;
	text-align: left;
}

a {
	text-decoration: none;
	font-size: 130%;
	color: #300;
	
}

a:hover {
	color: #993;
	text-decoration: underline overline;
}

#masthead {
	width: 100%;
	height: 368px;
	clear: both;
	position: relative;
}

h1 {
	width: 522px;
	height: 368px;
	position: relative;
	margin: 0;
	padding: 0;
}

h1 span {
	background: url(pics/logo.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#toplinks {
	list-style-type: none;
	position: absolute;
	top: 110px;
	left: 520px;
	
}

#toplinks li {
	display: block;
	padding-bottom: 1em;
}

#content {
	clear: both;
	margin: 0;
	background: url(pics/monkey.jpg) no-repeat center;
	background-color: #fff;
}


h2 {
	font-size: 200%;
	padding: 10px 0 15px 55px;
	/*ie pc fix*/
	width: 400px;
	/*end of ie pc fix*/
	background: url(pics/icon.jpg) top left no-repeat;
}

h3, p:first-letter {
	font-size: 120%;
	color: #522;
	font-weight: bold;
}

p {
	padding: 0 100px 50px 20px;
	margin: 0;
}

p#illustration {
	padding-right: 220px;
	background: url(pics/bug.jpg) no-repeat center right;
}

#footer {
	padding-bottom: 1px;
}

#footerlinks {
	display: block;
	margin: 50px 140px 100px 20px;
	padding: 40px 100px 50px 0;
	background: url(pics/fish.jpg) no-repeat center right;
}

#footerlinks li {
	list-style-type: none;
	float: left;
	padding-right: 1.5em;

}

#footerlinks li a {
	font-size: 100%;
}


