	body {
		font-family: Arial,Helvetica,Sans-serif;
		font-size: 8pt;
		font-weight: normal;
		text-decoration: none;
		color: #0F0F0F;
		background-color: #9DBFD7;
		margin: 0px;
	 }
	a {
		font-family: Arial,Helvetica,Sans-serif;
		font-size: 8pt;
		font-weight: normal;
		text-decoration: underline;
		color: #000080;
	 }
	a:hover {
		font-family: Arial,Helvetica,Sans-serif;
		font-size: 8pt;
		font-weight: normal;
		text-decoration: none;
		color: #FF0000;
	 }
	#container {
		position: relative;
		width: 775px;
		margin-right: auto;
		margin-left: auto;
		background-image: url(../images/bg.jpg);
		background-repeat: no-repeat;
	 }
	#main {
		position: relative;
		top: 0px;
		width: 775px;
	 }
	#footer {
		font-size: 8pt;
		color: #FFFFFF;
		position: relative;
		width: 775px;
		height: 43px;
		margin-right: auto;
		margin-left: auto;
	 }
	.right {
		float: right;
		padding: 5px;
		margin: 10px;
		border: 1px solid #34607A;
	 }
	.left {
		float: left;
		padding: 5px;
		margin: 10px;
		border: 1px solid #34607A;
	 }
	#header {
		background-color: #FF0000;
		position: absolute;
		top: 0px;
		left: 0px;
	 }
	#flyer {
		position: relative;
		top: 170px;
		left: 450px;
	 }
