/* CSS for McPics */
@import url("/kurtwerks.css");

#main {
	width: 94%;
/*
	float: left;
	margin-left: 2%;
*/
}
#main h2 {
	text-align: center;
	background-color: inherit;
	color: #456687;
}

a {
        color: #456687;
        background-color: #f6f5e7;
        text-decoration: none;
}
a:visited {
        color: #456687;
        background-color: #f6f5e7;
        text-decoration: none;
}
a:hover {

        color: #f6f5e7;
        background-color: #456687;
        text-decoration: none;
}
a:active {
        color: #f6f5e7;
        background-color: #456687;
        text-decoration: none;
}
.showimage-image {
	text-align: center;
	padding: 1px;
}
.showimage-img {
	padding: 0.5em;
	border: double #456687;
	background-color: inherit;
}
.showimage-desc {
	margin: 1em;
	text-align: center;
}
.showimage-bottomthumbs {
	margin: 1em;
	text-align: center;
}
.showimage-bottomlinks, .index-bottomlinks {
	margin: 1em;
	text-align: center;
}
.index-middlethumbs {
	margin: 1em auto 1em auto;
	text-align: center;
	color: #456687;
}
table.index-middlethumbs {
	border: 3px solid #456687;
	color: #456687;
}
dt {
	margin-top: 1em;
	font-size: 110%;
}
dd {
	margin-top: 0.25em;
	margin-left: 0;
}
