@import url(typo.css);
body {
	background: #2d2d2d;
}
h1 {
	margin-left: 25px;
	color: #b8b8b8;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: .2em;
}
h1.big {
	font-size: 1.8em;
	text-align: center;
	text-decoration: underline;
	color: #fe6600;
}
h1.big a {
	font-weight: bold;
}
p.small {
	margin-bottom: 2em;
	text-align: center;
}
h2 {
	margin: 1em 35px;	
	color: #ccc;
	font-size: 12px;
	font-weight: bold;
}
p {
	margin: 10px;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
}
a {
	color: #fe6600;
	text-decoration: none;
    line-height: 1.2;
}
a:hover {
	color: #fe6600;
	text-decoration: underline;
}
a:focus {
	color: #fe6600;
}
img {
	margin: 3px 10px 5px;
	border: 1px solid #666;
}
#header {
	background: #000;
	border-bottom: 1px solid #666;
	padding: 20px 0 10px;
	margin-bottom: 1.5em;
}
#flags {
	float: right;
	width: 100px;
	text-align: right;
	margin-right: 5px;
}
#flags img {
	border: 0;
	margin: 0;
}
#wrapper {
	width: 600px;
	margin: 0px auto;
	border: 1px solid #666;
	padding: 0 0 10px;
	border-top: none;
}
#copyright {
	width: 600px;
	margin: 0px auto;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 5px 0;
	background: #000;
	height: 36px;
}
#copyright a {
	line-height: 16px;
}
ul.links {
	margin: 0 15px;
	padding: 0px;
	list-style-type: none;
}
ul.links li a {
	line-height: 1.4em;
}

