@charset "UTF-8";
/* CSS Document */
	
	body {
		background-color: #2D3962;
		text-align: center;
		font-size: 13px;
		font-family: Georgia, "Times New Roman", Times, serif;
		}

	a:link, a:visited {
		color: #760609;
		font-family: Georgia, "Times New Roman", Times, serif;
		text-decoration: underline;
		}

	a:hover, a:active {
		color: #C24238;
		font-family: Georgia, "Times New Roman", Times, serif;
		text-decoration: none;
		}

	#flag {
		background-image: url(flag.jpg);
		width: 724px;
		height: 112px;
		text-align: right;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 20px;
		color: #FFFFFF;
		}
		
	#multimedia {
		background-image: url(flagbottom.jpg);
		text-align: left;
		width: 724px;
		height: 32px;
		}

	#content {
		width: 724px;
		padding: 0px;
		background: url(contentback.jpg);
		text-align: left;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 13px;
		overflow: auto;
		}
		
	#bottom {
		background: url(bottom.jpg);
		height: 25px;
		width: 724px;
		}