body {

		background: #000000;
		width:	 99%;
		text-align: left;
		color: #ffffff;

}

#container {

		background: transparent;
		width: 1000px;
		margin-left: auto;
		margin-right: auto;

}

#left {

		background: transparent;
		width: 300px;
		text-align: right;
		float: left;

}

#right {

		background: transparent;
		width: 690px;
		margin-left: 10px;
		float: right;

}

#flier {

		background: transparent;
		width: 250px;
		float: left;

}

#flierinfo {

		background: transparent;
		width: 430px;
		margin-left: 10px;
		float: right;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 16px;
		font-weight: normal;
		font-style: italic;
		color: #ffffff;
		text-align: left;

}

h1 {

		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 30px;
		font-weight: normal;
		font-style: italic;
		color: #ffffff;
		text-align: justify;

}

h2 {

		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 26px;
		font-weight: bold;
		font-style: italic;
		color: #ffffff;

}

h3 {

		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 22px;
		font-weight: bold;
		font-style: italic;
		color: #ffffff;

}

#container a, a:visited, a:active {

		color: #ffffff;
		font-style: italic;
		text-decoration: underline;
		font-weight: normal;
}

#container a:hover {

		color: #3399ff;
		font-style: italic;
		text-decoration: underline;
		font-weight: normal;
}