/*styles for pondy*/

body 
{
	background-color: #e3f5b8;
	margin: 0;
}

/*the main container*/
#container
{
	height: auto;
	width: 48em;
	position: relative;
	background: #fffff0 url(../images/borderpondy.jpg) repeat-y top right;
	margin: 0;
}

/*heading styles*/		
h1		
{
	font-family: "Century Gothic", Verdana, sans-serif;
	color: #4b4015;
	font-size: 3.6em;
	font-style: italic;
	float: left;
	margin: 5px 0px 5px 15px;
	position: relative;
}

h2,h3
{
	clear: left;
	float: left;
	margin: 5px 0px 5px 15px;
	font-family: "Century Gothic", Verdana, sans-serif;	
	position: relative;
}

/*header/top of page styles*/	
#header
{
	height: 230px;
	width: 780px;
	padding: 0px 20px;
	margin: 0px 0px 0px 120px;
	background: transparent url(../images/frogbg.jpg) no-repeat 50% 0%;
	position: relative;
	z-index: 1;
}

/*menu/navigation styles*/	
#navigation
{
	height: 600px;
	width: 200px;
	position: relative;
	float: left;
	margin-top: -240px;
	text-align: center;
	font: 600 1em sans-serif;
	background: #fffff0 url(../images/lilypadspondy2.gif) no-repeat 130% 6%;
	z-index: 0;
}

/*list styles*/	
ul
{
	list-style-type: none;
	margin-top: 370px;
}
	
li 	
{
	display: block;
	margin: 10px 10px 5px 0px;
}

/*link styles*/	
a
{
	text-decoration: none;
}

a:link
{
	color: #006600; 	
}
 
a:active
{
	color: #33cc99; 
	text-decoration: none
}
a:visited
{
	color: #ff6600; 
	text-decoration: none
} 

a:hover
{
	color: #ffffff; 
	background-color: #000099;
}
	
/*main body/content styles*/		
#bodyCopy
{
	height: auto;
	width: 500px;
	position: relative;
	float: right;
	text-align: left;
	margin-right: 60px;
	font: 1.1em "Bradley Hand ITC", Geneva, cursive;
}

/*paragraph styles*/
p
{
	line-height: 28px;
	text-indent: 2em;
}

p:first-letter
{
font-size: 2em;
}

/*footer styles*/	
#footer
{
	width: 760px;
	height: 278px;
	position: relative;
	clear: both;
	margin: 0;
	text-align: left;
	font: 0.6em sans-serif;
	background: transparent url(../images/pondgrass3.png) bottom left repeat-x;	
	z-index: 0;
}

#copy
{
	height: 10px;
	width: 150px;
	position: absolute;
	margin-left: 300px;
	margin-top: 120px;
}

#end
{
	height: 238px;
	width: 100px;
	position: relative;
	float: right;
	margin: -238px -50px 0px 0px;
	background: transparent url(../images/pondgrassend.png) bottom right no-repeat;
	z-index: 1;
}
	