body {
	color:#333; 
	background: url(images/linen_texture.png) #f6fbff repeat left top;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Trebuchet MS', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	margin:200px 0px;
	padding:0px;
	text-align:center;
	}
	
#content { background-color: #ccc;
	border: 1px dashed #333;
	margin: 0px auto;
	padding: 0px;
	width: 442px;
}

#header {
}

#header h1 {  background: url("images/banner-bg.gif") no-repeat;
	border-bottom: 1px solid #ccc;
	font-size: 1.4em;
	margin-top: 0;
	padding-top: 8px;
	padding-bottom: 30px;
text-align: center;	
}
#header h2 { 
color: black;
font-size: 1.1em;
line-height: 1.3em;
margin-top: 3px;
padding: 4px 10px 10px 10px;
}

p {
	font-size: 13px; 
	letter-spacing: .09em;
	padding:0;
	}
.copy {
	font:8px/1.0 'Lucida Grande', 'Lucida Sans Unicode', 'Trebuchet MS', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	letter-spacing: .09em;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	}
