* {
	margin : 0;
	padding : 0;
}

body {	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 70.01%;
	color : #555555;
	text-align : center;
	background : white url(../images/tile_body_bg.gif) 50% 0 repeat-y;
	line-height : 1.4em;
}

h1 {
	font-size : 1.2em;
	color : #ED1C29;
}

h2 {
	font-size : 1em;
}

h3 {
	font-size : 1em;
}

p {margin-bottom : 1em;}

ul {
	margin-bottom : 1em;
}

ul li {}

a img {border : 0;}

#page-wrapper {
	width : 976px;
	background : white url(../images/Water_bg.jpg) 0 0 no-repeat;
	margin : 0 auto;
	text-align : left;
	position : relative;
	min-height : 443px;
	background-image: url(../images/Water_bg.gif);
}

* html #page-wrapper {height : 443px;}


#hippo {
	position : absolute;
	top : 505px;
	right : 360px;
	display : none;
}

div.col-images {
	width : 133px;
	display : block;
	position : absolute;
	top : 327px;
}
div.col-images img {display : block;}

#col-1 {left : 462px;}
#col-2 {left : 616px;}
#col-3 {left : 768px;}

div.desc {
	width : 330px;
	position : absolute;
	top : 425px;
	left : 25px;
	display  : none;
}

#desc-0 {display : block;}



#footer {
	border-top : 1px solid #ED1C29;
	padding : 4px 0 10px 0;
	font-size : 0.9em;
	color : #AAAAAA;
	margin: 0 23px 0 23px;
	text-align : right;
	position : absolute;
	top : 642px;
	width : 930px;
	height: 38px;
}

.cursor {
	cursor : hand;
	cursor : pointer;
}

