/* CSS Document */
* {
	padding:0;
	margin:0;
}
body {
	background:#ccc;
	padding:18px;
}
div#shell {
	width:640px;
	margin:0 auto;
	background:#fff url(../images/flourish.gif) left top no-repeat;
	border:1px solid #999;
}
div#content {
	padding:64px 18px 18px 240px;
	color:#48597e;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div#content a {
	color:#48597e;
	text-decoration:none;
}
div#content a:hover {
	text-decoration:underline;
}
h1 {
	font-size:24px;
	line-height:30px;
	
}
p {
	font-size:18px;
	line-height:24px;
}
h1, p {
	margin-bottom:18px;
	font-style:italic;
	text-align:center;
}

#video { width: 400px; height: 276px; margin: 30px 10px 10px 230px; }