/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 30px;
	text-shadow: #999 1px 1px 2px;
}

h1 a {
	color: inherit;
	text-decoration: none;
}

h1 .subtitle {
	color: #666;
	font-size: 20px;
	font-weight: normal;
	margin-left: 10px;
	text-shadow: none;
}

h2 {
	font-size: 18px;
}

#swf {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

#footer {
	color: #555;
	font-style: italic;
	text-align: right;
}

.clearboth {
	clear: both;
}