/* Section for Picture Pages */
body.pics {
	background-image: url(../images/backgrounds/sandtan.gif);
	margin: 25px;
}
body.pics h2 {
	text-align: center;
}
body.pics h3 {
	margin: 0.5em 0px;
}
body.pics h3.back {
	font-size: small;
}
body.pics h3.back img{
	border-width: 0px;
}
body.pics .thumbs {
	margin: auto;
	border-collapse: collapse;
	margin-top: 30px;
	width: 100%;
}
body.pics .thumbs th {
	border: 1px solid gray;
}
body.pics .thumbs td {
	border: 1px solid gray;
	text-align: center;
	height: 200px;
	width: 33%;
	font-size: x-small;
}
body.pics .thumbs td img {
	border-width: 0px;
}
body.pics .thumbs td.footer {
	height: auto;
	width: auto;
	border-width: 0px;
	text-align: left;
}
body.pics .thumbs td h3 {
	font-size: large;
}

/* Eagle Projects */
body.pics .thumbs th h4 {
	margin: 0;
	font-size: larger;
}
body.pics .thumbs th h5 {
	margin: 0;
}

body.pics .thumbs th p {
	font-size: smaller;
	text-align: left;
	margin: 10px;
}

/* Troop History */
body.history {
	background-image: url(../images/backgrounds/sandblue.gif);
	margin: 25px;
}
body.history p {
	font-size: large;
}

/* Other Troop 172 */
body.links {
	background-image: url(../images/backgrounds/sandbrown.gif);
	text-align: center;
}
body.links h2 {
	text-align: center;
}
body.links li {
	text-align: center;
	font-size: x-large
}

a:link {
	color: #990033;
}

a:visited {
	color: #330066;
}

body.menu p {
	margin: 10px 0px 10px 0px;
}