@charset "ISO-8859-1";

html, body, img, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { 
	margin: 0; padding: 0; border:none;
	}  
	
body {
	background-image: url(img/bg.jpg);
	background-repeat:repeat;
	font-family: Gotham, Helvetica, Arial, Verdana, sans-serif;
	text-align:left;
}

p {
	font-size: 12px;
	color:#333;
	font-weight:normal;
	line-height:18px;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#container {
	width:3150px;
	height:550px;
	text-align:left;
	padding:25px;
	text-align:left;
	}

#content {
	width:300px;
	height:500;
	float:left;
	margin:25px;
	}
	
.bunny {
	padding-top:15px;
	}
	
.egg1 {
	width:300px;
	height:auto;
	float:left;
	margin:130px 0px 0px 125px;
	}
	
	
.egg {
	width:300px;
	height:auto;
	float:left;
	margin:130px 0px 25px 0px;
	}	
	
.text {
	width:250px;
	height:auto;
	font-size:10px;
	font-family: Gotham, Helvetica, Arial, Verdana, sans-serif;
	font-weight:normal;
	color:#666;
	margin-top:40px;
	margin-left:10px;
	}
	
.text p{
	font-size:10px;
	font-family: Gotham, Helvetica, Arial, Verdana, sans-serif;
	font-weight:normal;
	color:#666;
	}
	
.archive {
	width:200px;
	height:auto;
	float:left;
	margin:250px 0px 25px 0px;
	}
	
	
.found {
	text-decoration:line-through;
	}
	
#clear {
	clear:both;
	}
	
img {
display: block;
}
	
.floatie{
	float:left;
	}
	
a img {border: none; }
