.wrapper
{
	margin: 10px auto;
	position: relative;
	width:924px;
	height:768px;
}

.header
{
	width:auto;
	height:75px;
	color:#F0F09;
}

.flags
{
   text-align:center;
}

.leftcolumn
{
	margin-top:30px;
	float:left;
	text-align:center;
	width:185px;
}

.menu
{
	background-image: url('./img/duck_trans.png');
	background-repeat: no-repeat;
	background-position: center;
}

.main
{
	width:730px;
	float: right;
	overflow: auto;
	margin-top:27px;
	color:#0F0F0F;
}

.footer
{
	float: bottom;
	width:100%;
	height:1em;
	text-align:right;
	margin-top:20px;
	color:#0F0F0F;
	#background:#ccc;
	#border:2px solid #708090;
}

.big_text
{
	font-size: large;
	text-align:center;
	margin-bottom:1em;
}

ul.circle
{
	list-style-image: url(green_ball.png);
	list-style-type: circle;
}

h1{
	border:2px solid #3333FF;
	text-align:center;
	font-size: 22px;
	}
h2{
	border-bottom: 1px solid #3333FF;
	font-size: 17px;
	}
