body {
	background-color: #FFFFFF;
	padding: 20px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size:12px;
}

a:link, a:visited {
	color: #4e4d4a;
	text-decoration: none;
}

a:hover {
	color: #4e4d4a;
	text-decoration: underline;
}

#title {
	font-size: 20px;
	padding: 3px;
	font-weight: bold;
	color: #3f3e3c;
}

#topic {
	border-top: 1px solid #6c665b;
	background-color: #b6aa91;
	padding: 3px;
	font-weight: bold;
	color: #3f3e3c;
	margin-bottom: 15px;
}

#flashcontent {

	text-align: center;

}

#flashlinks {
	text-align: center;
}