body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100.1%;
	/*background-color: #828e91;*/
	background-color:#919693;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#wrapper {
	width: 1000px;
	/*margin: 00px 0 0px 0;*/
	margin: 0 auto;
	padding: 0;
}

img {
	padding: 0;
}
#masthead {
	width: 1000px;
	color: #FFFFFF;
	/*padding: 10px 0 3px 10px;*/
	padding: 0 0 0 10px;
	font-size: 0.95em;
	font-weight:bold;
	/*letter-spacing: .5em;
	margin-right: 0;*/
	margin: 0 auto;
}


#masthead p {
	padding: 5px 0 0px 5px;
	font-size: 0.95em;
	font-weight:bold;
	letter-spacing: 0.3em;
	margin: 10px 0 0 0;
}

#description {
	background-color:#555565;
	width: 225px;
	/*padding: 0 10px 0 10px;
	margin-left: 10px;
	border: 1px solid #ffffff;
	border-bottom: 0;
	width: 150px;
	background-color: #FFFFFF;*/
}

#description p {
	/*padding:5px 20px 0 15px;
	margin: 0;*/
	padding: 3px 20px 0px 15px;
	margin: 6px 0 0 0;
	text-align: left;
	color: #FFFFFF;
	font-size: .9em;

}

#middle {
	width: 450px;
	/*background-image:url(../images/rockDetailNoNames2.jpg);
	background-repeat:no-repeat;*/
	padding: 0;
}


.rock1 {
	/*background-image:url(../images/rockDetailNoNames2.jpg);*/
	background-image:url(../images/rockDetail3.jpg);
	background-repeat:no-repeat;
}

.rock2 {
	/*background-image:url(../images/rockDetailContact.jpg);*/
	background-image:url(../images/rockDetail4.jpg);
	background-repeat:no-repeat;
}

#middle p {
	font-size: 0.95em;
	font-weight:bold;
	letter-spacing: 0.3em;
	margin: 10px 0 0 0;
	color: #FFFFFF;
	padding: 10px;
}


#description h1 {
	margin: 5px 10px;
	padding: 10px 2px 10px 0;
	text-align: left;
	font-size: 1.0em;
	color: #FFFFFF;
}

#description img {
	align:right;
	padding: 0 0 0 5px;
	border: 0;
}

table, tr, td {
	vertical-align: top;
}

#navbar {
	text-align: left;
	background-color:#83838e;
	width:700px;
}


.blue {
	background-color:#555565;

}

#navbar tr {
	vertical-align: bottom;
}


#thumbnails {
	vertical-align: bottom;
	width: 700px;
}
	
	
#footer {
	/*background-color:#828e91;*/
	background-color: #FFFFFF;
	
}


#footer p {
	text-align:left;
	padding: 5px 0;
	margin-left: 190px;
	color: #990e0e;
	font-weight: bold;
	letter-spacing:1.10em;
}

.pixPad {
	padding-left: 2px;
}


.imgPad {
	padding-top: 0px;
	padding-bottom: 5px;
}

.right {
	align: right;
}


.wordRight 	{
	text-align: right;
}

h1 {
	font-size: 105%;
	padding-top: 0;
	margin-top: 0;
	margin-right: 10px;
}


.small {
	/*margin-top: 100px;*/
	padding: 15px 0 0 0;
	font-size: .75em;		
}


.credit {
	font-size: .75em;
	color: #FFFFFF;
	padding: 0;
	vertical-align: bottom;
}


.bold {
	font-weight:bold;
}


/*-----PAGE LINK STYLES --------*/
/*We assign specific link styles for links based upon the element that contains them.*/
a:link {
	/*color: #000033;*/
	color: #44235E;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #b92c2c;
	outline-style: none;
}

/*masthead link styles.*/
#masthead a:link, #description a:link, #middle a:link {
	color: #ffffff;
	text-decoration: none;
}
#masthead a:visited, #description a:visited, #middle a:visited {
	color: #ffffff;
	text-decoration: none;
}
#masthead a:hover, #masthead a:active, #masthead a:focus {
	color: #b92c2c;
	text-decoration:none;
}

#middle a:hover, #middle a:active, #middle a:focus {
	color: #b92c2c;
	text-decoration:none;
}
#description a:hover, #description a:active, #description a:focus {
	color: #ffffff;
	text-decoration: underline;
}

