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

body {
		background-color: #000000;
		font-family: "Courier New", Courier, monospace;
		color: #FFFFFF;
	}

	#header {
		margin-top: 24px;
		width: 100%;
		height: 30px;
		font-size: 16px;
		font-weight: bolder;
		text-align: center;
		line-height: .6em;
	}
	
	#header a:link {
		color: #FFFFFF;
		}

	#header a:visited {
		color: #FFFFFF;
		}

	#header a:hover {
		color: #FF0000;
		}
	
	#content {
		width: 100%;
		height: 300px;
		font-size: 12px;
	}
	
	#content a:link {
		color: #FFFFFF;
		}

	#content a:visited {
		color: #FFFFFF;
		}

	#content a:hover {
		color: #FF0000;
		}

	#contentgallery {
		width: 100%;
		font-size: 12px;
		}
	
	#contentgallery a:link {
		color: #FFFFFF;
		}

	#contentgallery a:visited {
		color: #FFFFFF;
		}

	#contentgallery a:hover {
		color: #FF0000;
		}
	
	#footer {
		font-size: 10px;
		}

	#flashcontent {
		width: 100%;
		height: 600px;
		margin-top: 20px;
		}