body {
	background: #dcffb3 url('images/background_test.png') repeat-x;
	font-family: Tahoma, MS Sans Serif, Arial;
	font-size: 18px;
	width: 731px;
	margin: 20px auto;
}

table {
	border: none;
	text-align: center;
	width: 472px;
}

td img {display: block;}

.flagshadow {
	background: url('flags/dshadow.png') no-repeat;
	width: 84px;
	height: 19px;
	text-align: center;
}

h1 {
	font-weight: bold;
	font-size: 18px;
	color: #daff58;
	text-indent: 10px;
	padding: 0px;
	letter-spacing: 4px;
	margin: 0px 0px 0px 0px;
}

h2 {
	font-size: 10px;
	color: #f0ffba;
	text-indent: 10px;
	margin: 0px 0px 10px 0px;
}

h3 {
	font-size: 9px;
	color: #ffffff;
	padding-top: 50px;
}
h4 {
	font-size: 9px;
	color: #ffffff;
}

div#container {
	width: 731px;
	background: url('images/body_back.png') repeat-y;
	float: left;
}

.navtop {
	width: 231px;
	height: 48px;
	background: url('images/body_navtop.png') no-repeat left top;
}

div#leftcolumn {
	width: 232px;
	background: url('images/body_navback.png') repeat-y left top;
	float: left;
}

ul.navlink {
	color: #daff58;
	font-size: 14px;
	list-style-type: disk;
	padding: 0px 0px 0px 55px;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul {
	padding-left: 20px;
}

.navbottom {
	width: 231px;
	height: 78px;
	background: url('images/body_navbottom.png') no-repeat left top;
}

div#rightcolumn{
	width: 472px;
	float: left;
	color: #f0ffba;
	font-size: 12px;
	margin-right: 10px;
}

div#header {
	background: url('images/body_header.png') no-repeat;
	width: 731px;
	height: 230px;
	color: #ffffff;
	float: left;
}

.headertext {
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	width: 731px;
	font-size: 18px;
	text-align: center;
	margin-top: 80px;
}

div#footer {
	background: url('images/body_footer.png') no-repeat;
	width: 731px;
	height: 212px;
	color: #ffffff;
	float: left;
}

.thumb {
	background: url('images/thumbnail.png') no-repeat;
	width: 75px;
	height: 82px;
	padding-top: 8px;
}

/*--a config--*/
a.nav:link {color: #daff58; text-decoration: none;}
a.nav:visited {color: #daff58; text-decoration: none;}
a.nav:hover {color: #daff58; text-decoration: none; font-weight: bold;}
a:link {color: #daff58; text-decoration: none;}
a:visited {color: #ff0000; text-decoration: none;}
img {border: none;}
