body {
	background-color: #555;
	background: url(bg.jpg);
	padding: 0;
	margin: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
}
h1 {
	width: 418px;
	height: 68px;
	background: #1b1b1b url(h1.jpg) no-repeat center bottom;
	padding: 0;
	margin: 0 auto;
	text-indent: -4000px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: 100;
	font-size: 20px;
	margin: 10px 15px 0px 20px;
	color: #ddd;
	text-shadow: black 0px 0px 5px;
}
#header {
	width: 100%;
	height: 269px;
	border: solid #1b1b1b;
	border-width: 3px 0px;
	background-image: url(headerbg.jpg);
}
#headercontent {
	width: 412px;
	border: solid #1b1b1b;
	border-width: 0px 3px;
	margin: 0 auto;
	background: #1b1b1b;
	text-align: center;
	font-weight: bold;
}
#content {
	width: 418px;
	margin: 0 auto;
	background: #1b1b1b;
	padding-bottom: 40px;
}
#content p {
	font-size: 12px;
	color: #ddd;
	line-height: 180%;
	margin: 13px 20px;
	padding: 0;
	text-shadow: black 1px 2px 5px;
}
#content img {
	margin: 5px 9px 10px 9px;
}
.flag {
	margin: 0px;
}
#menu {
	background: url(menubg.jpg);
	width: 418px;
	height: 46px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	line-height: 34px;
}
#menu a {
	color: #ccc;
	text-decoration: none;
	padding: 13px 10px;
	text-shadow: black 0px 0px 7px;
	font-family: "Gill Sans", "Gill Sans MT", "News Gothic MT", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
#menu a:hover {
	color: #f5f5f5;
}
a {
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	color: #f00;
}
table {
	margin-top: -15px;
	font-size: 11px;
	color: #fff;
}
#overlay {
	position: absolute;
	top: 95px;
	left: 50%;
	margin-left: -467px;
}
table a {
	color: #fff;
	text-decoration: underline;
	font-size: 11px;
}
table img {
	margin: 0 0 3px 0;
}
td {
	padding-bottom: 5px;
}