@charset "UTF-8";
/* Flash Adverts CSS Document */



/* Body CSS */
body {
	background: no-repeat 35px 5px;
	margin: 0px auto;
	padding: 0px;
	width: 700px;
	height: 675px;
}
#Flash {
	margin: 0px 0px 2px;
	padding: 0px;
	background: url(../Images/logo.png) no-repeat 10px 10px;
}
#Navigation {
	margin: 0px 0px 15px;
	padding: 0px;
}

/* Link navigation styling*/
#Navigation a:link {
	text-align: center;
	margin: 0px;
	padding: 0px;
	text-indent: 250px;
	font: .8em/135% Georgia, "Times New Roman", Times, serif;
	color: #999900;
	text-decoration: none;
}
#Navigation a:visited {
	text-align: center;
	margin: 0px;
	padding: 0px;
	text-indent: 250px;
	font: .8em/135% Georgia, "Times New Roman", Times, serif;
	color: #333333;
	text-decoration: none;
}
#Navigation a:hover {
	text-align: center;
	margin: 0px;
	padding: 0px;
	text-indent: 250px;
	font: 0.8em/135% Georgia, "Times New Roman", Times, serif;
	color: #99CC00;
	text-decoration: underline;
}
#Navigation a:active {
	text-align: center;
	margin: 0px;
	padding: 0px;
	text-indent: 250px;
	font: 0.8em/135% Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
}
