/* Pied-a-Terre Design */
/* Basic stylesheet for the holdin page */
/* Francis Rowland, 2008 */

*, html { margin:0; padding:0; }
		body {
			background:#fff url(/images/piedaterre_sketch1.png) top center no-repeat;
			text-align:center;
			font-size:62.5%;
			font-family:Georgia, "Times New Roman", Times, serif;
			color:#000;
			}
		
		#wrapper {
			margin:0 auto;
			width:960px;
			text-align:left;
			}
		
		#title {
			position:relative;
			left:90px;
			top:395px;
			width:361px;
			height:66px;
			}	
		
		#details {
			position:relative;
			top:405px;
			left:90px;
			width:356px;
			border-top:1px dotted #333;
			padding:10px 0;
			}
		
		h1 { 
			font-size:2.1em; 
			color:#222;
			width:361px;
			height:66px;
			}
		
		#title h1 { position:relative; }
		
		#title h1 span {
			position:absolute;
			background:url(/images/piedaterre-design_temp_logo.png) top left no-repeat;
			width:100%;
			height:100%;
			}	
		
		h2 { 
			font-size: 2em; 
			color:#996633;
			margin-bottom: 0.6em;
			font-weight:normal;
			}
		
		p, ul, ol { font-size:1.4em; line-height:1.45em; }
			
		a, 
		a:link { color:#336699; text-decoration:none; border-bottom:1px solid #fff; }
		a:visited { color:#666; text-decoration:none; border-bottom:1px solid #fff; }
		
		a:hover,
		a:active { color:#CC6600; text-decoration:none; border-bottom:1px dotted #CC9900; }
		
		a img { border:0 none; }
		
		h2 a,
		h2 a:link,
		h2 a:visited { 
			font-size: inherit; 
			color:#996633;
			margin-bottom: inherit;
			font-weight:normal;
			}
				
		br {clear:both;}

