body {
	background-color: white;
	margin: 20px 9px 0 9px;
	padding: 0;
	font-family: 'Time New Roman', Times;
	font-size: 16px;
	color: black;
}

#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
}

#wrapper_2 {
	margin-left: 0px;
	padding-left: 135px;
	background-image: url(images/dices.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#flags {
	float: right;
	margin-right: 30px;
	margin-top: 145px;
}

#header {
	height: 165px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#footer {
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial;
	font-size: 11px;
	color: white;
	text-align: center;
	background-image: url(images/bg.jpg);
}

#content {
	min-height: 450px;
	height: auto;
	_height: 450px;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/content_bg.jpg);
}

#content img.silhouette {
	float: right;
	margin: 6px;
}

#content h2 { font-size: 18px; }
#content h3 { font-size: 16px; }

#content p { text-align: left; }
#content p.center { text-align: center; }
#content p.right { text-align: right; }

#content a { text-decoration: underline; }

#sidebar {
	position: relative;
	width: 135px;
	top: 0px;
	left: 0px;
	float: left;
	background-color: black;
}

#sidebar a img { border: none; }

#menu_middle {
	position: relative;
	width: 135px;
	top: 30px;
	left: 0px;
}
