/* Portsmouth Monument Company CSS document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 125%;
	background-image: url(../images/lightmarble.jpg);
	background-repeat: repeat;
	padding: 10px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	line-height: 125%;
	color: #4B282C;
}
#container {
	width: 100%;
}
#surround {
	background-color: #FFFFFF;
	border: thin solid #4B282C;
}
#header {
	background-image: url(../images/tanbrown150.jpg);
	background-repeat: repeat;
	height: 150px;
	padding-left: 10px;
}
#leftcontent {
	width: 180px;
}
#leftcontent p {
	font-weight: bold;
	color: #999999;
	background-image: url(../images/tanbrown150.jpg);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#leftcontent a {
	color: #FFFFFF;
}
#rightcontent {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}
#pageimage {
	float: right;
	padding-bottom: 20px;
	padding-left: 20px;
}
#footer {
	text-align: center;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}
#credits {
	text-align: center;
	padding-top: 15px;
	padding-right: 30px;
	padding-left: 30px;
}

