#wrapper {
	background-color: white;
	background-image: url(../images/bgcollage.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 20px auto;
	width: 600px; }
	#header h1 {
		background-color: #fa450e;
		color: white;
		float: left;
		font-size: 30pt;
		font-weight: bold;
		line-height: 100px;
		text-align: center;
		width: 160px; }
	#header img {
		float: left;
		margin: 10px 20px }
#main {
	clear: both; }
	#main li {
		display: ablock;
		float: left;
		margin: 20px 10px;
		padding: 0;
		text-align: center;
		width: 100px; }
	#main li a {
		color: white;
		display: block;
		font-size: 14pt;
		font-weight: bold;
		line-height: 30px;
		text-decoration: none;}
	#main li a:hover {
		background-color: #f5a07a; }
	#main li a img {
		display: block; }
	#main p {
		font-size: 10pt;
		margin: 10px 140px 10px 10px; }
#menu {
	background-color: #fa450e;
	clear: both;
	height: 30px; }
	#menu li {
		display: inline;
		width: auto; }
	#menu li a, #language a {
		background-color: none;
		color: white;
		float: right;
		font-size: 14pt;
		font-weight: bold;
		display: block;
		margin-right: 10px;
		padding: 0 5px;
		line-height: 30px;
		height: 30px;
		text-decoration: none;}
	#menu li a:hover, #language a:hover {
		background-color: #fa815c; }
#language a {
	float: left;
	margin-left: 10px; }
#footer { }
	#footer p {
		font-size: 8pt;
		float: left;
		margin: 5px; }
	#fend {
		clear: both;
		height: 0; }
html {
	background-color: #f0f0f0; }
body { }
