@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #9fddff;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(graphics/philastreetsMainBG.gif);
	background-attachment: fixed;
    background-position: center top; 
	background-repeat:no-repeat;
}
a:link { 
    text-decoration: none; } a:visited { text-decoration: none; } a:hover { text-decoration: underline; } a:active { text-decoration: underline; 
}

.emptytop {
	min-height:224px;
	
	margin: 480 auto; /* the auto margins (in conjunction with a width) center the page */
}
.oneColElsCtr #container {
	width: 900px;
	min-height:1200px;
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #siteheadline {
	padding: 2px 8px 1px 14px; 
	background-color:#FFF;
}
.oneColElsCtr #menutext {
	padding: 8px 8px; 
	background-color:#FF0;
}
.oneColElsCtr #imageboxes {
	padding: 8px 8px; 
	background-color:#FF0;
	object-fit: contain;
	text-align:center;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);;
}
.oneColElsCtr #topmenu {
	padding: 2px 8px 1px 14px; 
	background-color: none;
	margin-top: 10px;
	width: auto;
}
.oneColElsCtr #mainContent {
	padding: 2px 8px 1px 14px; 
	background-color:#FFF;
	margin-top: 150px;
	min-height:2910px;
}
.ClickHere {
	width:100%; float:left; padding:3px; margin:3px; color:#063; background-color:#E7E7E7; size:8px; font-size: x-small;
}
.indent {
	text-indent:30px;
}