body {
	background-image:url(../assets/bluetile.png);
	background-repeat: repeat;
	background-position: top center;
	color: #000000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
}

.nav {
	width: 750px;
	margin: 0 0 20px 0;
}

.nav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	border:0px;
	width: 120px;
	display: inline-block;
	text-decoration: none;
}

.nav a:hover {
	color:#9CF;
}

a:link, a:active {
	color: #999;
}

a:hover, a:visited {
	color: #666;
}

.content {
	width: 700px;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: white;
	padding: 20px 40px 40px 40px;
	margin: 0 20px 0 20px;
	border: medium dashed silver;
}

.bottom {
	display: inline-block;
	text-align:center;
	width: 740px;
}

h2 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h4 {
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #5f7fa0;
}

h4 a {
	color: #666;
	background: none;
}

h4 a:hover {
	background: none;
	color: #333;
}

#flashContent {
	display: inline;
}