body {
	margin: 0;
	background-color: #FFFFFF;
	padding: 0; 
	text-align: center;
}

#showrocks {
	background-image: url('images/rocks_top.jpg');
	margin-bottom: 0;
	margin-top: 3%;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	height: 49px;
	border: none;
	clear: none;
}

#outer {
    width: 600px;
    background-color:#FFFFFF;
    margin-top: 0px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border: 1px solid #666666;
	font-family: "Lucida Sans";
	font-size: 13px;
	color: #666666;
}

#imglink {
	border: 1px solid #666666;
	margin: 0;
	margin-bottom: 15px;
}

#imglink:hover {
	border: 1px solid #000066;
}

a {
	text-decoration: none;
	color: #000000;
}

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

p {
	color: #666666;
	text-align: justify;
	display: block;
	font: 13px "Lucida Grande", Lucida, Veranda, sans-serif;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

p:first-letter {
	font-weight: bold;
	font-size: 13px;
	text-indent: 2em;
}



