body {
	background-color : #ddd;
	text-align : center;
	margin : 0;
	padding : 0;
}

	img.inline {
		padding-right : 8px;
		padding-bottom : 8px;
	}

	#page {
		margin : 0 auto;
		width : 100%;
		text-align : left;
		background-color : #fff;
		font : 10pt georgia, helvetica, sans-serif;
	}
		
		#header {
			background-color : #00f;
			/*background-image : url(../img/scales.gif);*/
			background-image : url(../img/city-of-erie-skyline.jpg);
			background-repeat : no-repeat;
			background-position : top right;
		}
		
			#header h1 {
				height : 150px;
				margin : 0;
				padding : 0;
				color : #eee;
				text-indent : -10000px;
				/*background-image : url(../img/martone-peasley-logo.gif);*/
				background-image : url(../img/martone-peasley-logo-2.gif);
				background-repeat : no-repeat;
				background-position : 0 0;
			}
		
		#content {
			border-top : 1px solid #ccc;
		}
		
			#nav {
				width : 20%;
				float : left;
				padding : 8px;
				text-align : center;
			}
			
				#nav hr {
					border : 1px solid #ccc;
					color : #ccc;
					height : 1px;
				}
				
				#nav ul {
					margin : 0;
					padding : 0;
					margin-bottom : 8px;
				}
				
					#nav ul li {
						display : block;
						list-style : none;
						text-align : right;
						height : 30px;
						line-height : 30px;
					}
					
						#nav ul li a {
							font-variant : small-caps;
							text-decoration : none;
						}
						
							#nav ul li a:hover {
								color : #f00;
								text-decoration : underline;
							}
			
			#main {
				float : left;
				width : 70%;
				border-left : 1px solid #ccc;
				padding : 8px 16px 16px 16px;
			}
				
				#main h2 {
					margin : 0;
					padding : 0;
				}
			
		#footer {
			clear : both;
			border-top : 1px solid #ccc;
			padding : 8px;
			text-align : center;
			font-size : 8pt;
			color : #333;
			background-color : #ddd;
		}
		
			#footer a {
				color : #777;
				text-decoration : none;
			}
			
				#footer a:hover {
					text-decoration : underline;
					color : #f00;
				}
						
			#footer ul {
				margin : 0;
				padding : 0;
			}
			
				#footer ul li {
					display : inline;
					list-style : none;
					padding : 0 16px 0 16px;
				}