body {
	background-color:#eee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	margin:0;
}

a:link, a:visited, a:active {
	color:#0078c1;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

#header h1 {
	color:#0078c1;
	font-size:50px;
	font-weight:normal;
	line-height:normal;
	margin:0;
	padding:0;
	margin-left:30px;
}

#header h2 {
	color:#0078c1;
	font-size:16px;
	font-weight:bold;
	line-height:normal;
	font-style:italic;
	margin:0;
	padding:0;
	margin-right:30px;
}

#container {
	background-color:#fff;
}

#top {
	background-image:url(../images/top.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#top-part {
	background-image:url(../images/top-part.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#bottom-part {
	background-image:url(../images/bottom-part.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#bottom {
	background-image:url(../images/bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#footer {
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	padding:0 10px 0px 10px;
	font-size:11px;
	color:#fff;
}

#footer a:link, #footer a:visited, #footer a:active {
	color:#fff;
	text-decoration:none;
	font-size:11px;
}

#footer a:hover {
	text-decoration:underline;
}

#flags img {
	border:1px solid #add1e6;
} 

#content {
	background-image:url(../images/content.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#content td {
	padding-right:20px;
}

#content td table td {
	padding-right:0;
}

#top ul,
#top-part ul {
	margin:0;
	padding:0;
	list-style-type:none;
	margin-left:42px;
}

#top ul a:link, #top ul a:visited, #top ul a:active,
#top-part ul a:link, #top-part ul a:visited, #top-part ul a:active {
	color:#000;
	text-decoration:none;
	font-weight:bold;
	line-height:19px;
}

#top ul a:hover,
#top-part ul a:hover {
	text-decoration:underline;
}

h1, h2 {
	margin:0;
	padding:0;
	line-height:normal;
	color:#0078c1;
}

h1 {
	font-size:22px;
	font-weight:bold;
}

h2 {
	font-size:15px;
	font-weight:bold;
}

h1.bottom {
	font-size:12px;
}

.right {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
} 

.left {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
} 

#content img {
	border:2px solid #0078c1;
}