@charset "utf-8";
/* CSS Document */
body {
	margin: 0px 0px;
	background-image: url(images/08_sky-clouds_3.jpg);
	background-position: top;
	background-attachment: fixed;
}
hr {
	color:#ffffff;
}
body p, h1, h2, h3{
	font-family: Georgia, "Times New Roman", Times, serif;
}
body p {
	font-size: .8em;
}
#wrapper {
	width: 800px;
	margin: 0 auto; 
	background-position: top right;
	background-repeat: no-repeat;

}
#wrapper p, h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#header {
	width: 800px;
	float: left;
	padding-left: 10px;
}
#header p {
	font-size: .8em;
}	
#header h1 {
	font-size: 1.5em;
	padding-top: 10px;
}
#content {
	width: 800px;
	float: left;
	padding-left: 10px;
}
#content h2 {
	font-size: 1em;
	padding-top: 10px;
}
#content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
}
#content .video {
	margin: 20px 0 20px 80px;
	text-align: center;
}
#footer {
	clear: both;
	padding-top: 10px;
}
