body {
	background: url(bg.png);
	margin: 0px;
	padding: 0px;
	text-align: center;
color: white;
font-family: verdana,arial;
font-size: 12px;
}

img {
	margin: 0;
	padding: 0;
	border: 0px;
}

.head {
	text-align:center;
	width: 100%;
	background: url(bg2.png);
}

.body {
	background: url(bodybg.png);
	background-repeat: repeat-y;
	width: 776px;
	margin-left: 32px;
	text-align: left;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;

}

.bottom {
	margin-left: 32px;
}

.menu {
	margin-left: 32px;
	text-align: right;
	vertical-align: middle;
	padding-right: 18px;
	width: 776px;
	background: url(menubg.png);
	background-repeat: no-repeat;
	height: 29px;
	font-weight: bold;
	font-size: 14px;
}

.content {
	width: 808px;
	text-align: left;
	margin: 0 auto;
}

.border {
	border: 1px solid black;
}

.menuitem {
	border-left: 1px solid black;
	float: right;
	height: 25px;
	padding-right: 0px;
	margin-right: 10px;
	padding-left: 10px;
	padding-top: 4px;

}

.menuitem a {
	color: white;
	text-decoration: none;

}

.menuitem a:visited {
	color: white;

}

.menuitem a:hover {
	color: black;
	text-decoration: underline;

}

.flags a {
	margin-right: 6px;
}

.flags {
	padding-top: 2px;
	margin-left: 12px;
	float: left;
}

.copyright {
	margin-top: 5px;
	font-size: 10px;
	font-style: italic;
	text-align: right;
}

.headline {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}

.subheadline {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

.centertitle {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}

div.imagelink {
	float: left;
	width: 220px;
	padding-right: 14px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-style: italic;	
}

div.imagelink img {
	border: 1px solid black;
}

a {
	color: #aab;
	text-decoration: none;
	
}

a:visited {
	color: #aab;
	text-decoration: none;
}


.bgdisp {
	padding: 0px;
	display: block;
	height: 100px;
	width: 700px;
}

.imagedisplay {
	text-align: center;
}

.gallerybrowser {
	border: 1px solid black;
	width: 706px;
	height: 120px;
	overflow-x:scroll;
	overflow-y:none;
}