/* CSS Document */
#page
{
	background-color: #F1EFE2;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	text-align: center;
}
a:link { 
	color: #000000;
}
a:visited { 
	color: #000000;
}
a:hover { 
	color: #000000;
}
a:active { 
	color: #000000;
}
#container
{
	margin-left: auto;
	margin-right: auto;
	width: 750;
	position: relative;
}
#header
{
	text-align: center;
	width: 100%;
	height: 180px;
	position: absolute;
	top:0;
	left:0;
}
#content_container
{
	width: 100%;
	position: absolute;
	top:180;	
	left:0;
	border: 1px solid #CC3300;
	background-color: #FFFFFF;
	background-image: url('flag.jpg');
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:center; 		
}
#content
{
	position: relative;
	margin: 10;
	text-align: justify;
	font-size: 10pt;
}
#navigation
{
	float:right;
	width: 200px;
	height: 250px;
	border: 1px solid #CC3300;	
	margin: 10;	
}

