body
{
	margin-top: 15px;
	margin-left: 35px;
	padding: 0px;
	
	text-align: center;
	
	background-color: #E9E1CE;
	background-image: url(images/background/map.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#Main
{
	width:850px;
	margin:0px auto;
	padding:0px;
	border:0px;
	
	text-align:center;
}

h3
{
	font-size: 16px;
}

.leipis
{
	font-family: "Courier New", Courier, mono;
	color: #000000;
	font-size: 13px;
	padding-right: 10px;
}
.navi
{
	padding: 0 10px 0 10px; 
	vertical-align: top; 
	text-align:left;
	line-height: 0;
}
a:link
{
	color: #3A5169;
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
	color: #3A5169;
}
a:hover
{
	text-decoration: underline;
	color: #CC6600;
}
a:active
{
	text-decoration: none;
	color: #3A5169;
}


select
{
	background-color: #f8f5f2;
	color: #000000;

	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}

textarea
{
	background-color: #f8f5f2;
	color: #000000;

	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}

input
{
	background-color: #f8f5f2;
	color: #000000;

	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}
input.button
{
	background-color: #e4d8c6;
}
input.buttonred
{
	background-color: #ca9292;
}
input.buttongreen
{
	background-color: #79bb79;
}


/* LINKS PAGE */

table.linktable
{
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	
	border-collapse: collapse;
	
	text-align: center;
}
table.linktable caption
{
	font-size: 16px;
	font-weight: bold;
}
table.linktable tr th
{
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	
	padding: 3px;
}
table.linktable tr td
{
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}
table.linktable tr td:first-child
{
	border-style: dotted;

	text-align: left;
	vertical-align: bottom;
}
table.linktable tr[country] td
{
	border-top: 0px;
	border-bottom: 0px;
	
	height: 3em;
}



/* GALLERIES PAGE */

table.gallerytable
{
	width: 100%;

	margin: 0px;
	padding: 0px;
}
table.gallerytable td
{
	margin: 0px;
	padding: 0px;
}

a.albumtextlink:link
{
	color: #000000;
	text-decoration: none;
}
a.albumtextlink:visited
{
	text-decoration: none;
	color: #000000;
}
a.albumtextlink:hover
{
	text-decoration: none;
	color: #baafa6;
}
a.albumtextlink:active
{
	text-decoration: none;
	color: #000000;
}

a.albumimagelink:link
{
	color: #000000;
	text-decoration: none;
}
a.albumimagelink:visited
{
	color: #000000;
	text-decoration: none;
}
a.albumimagelink:hover
{
	color: #000000;
	text-decoration: none;
}
a.albumimagelink:active
{
	color: #000000;
	text-decoration: none;
}

table.album
{
	margin: 0px auto;
	margin-bottom: 20px;
	padding: 0px;

	width: 260px;
	height: 205px;
	
	background-image: url("images/galleries/old_album_1.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top left;
}
table.album td.left
{
	margin: 0px;
	
	width: 25px;
}
table.album td.right
{
	margin: 0px;
	padding: 0px;
	
	height: 205px;
}

table.albumcontent
{
	margin: 0px;
	padding: 0px;

	width: 100%;
	height: 100%;
}
table.albumcontent tr
{
	margin: 0px;
	padding: 0px;
}
table.albumcontent td.top
{
	margin: 0px;
	padding: 0px;
	
	height: 20px;
}
table.albumcontent td.title
{
	height: 20px;
	
	margin: 0px;
	padding: 0px;

	text-align: center;
	vertical-align: top;
	
	font-size: 20px;
	font-weight: bold;
}
table.albumcontent td.date
{
	margin: 0px;
	padding: 0px;
	
	height: 13px;
	
	text-align: center;
	vertical-align: top;

	font-weight: bold;
}
table.albumcontent td.imagecell
{
	margin: 0px;
	padding: 5px 0px 0px 0px;
	
	vertical-align: top;
}

table.imagerow
{
	margin: 0px;
	padding: 0px;
	
	width: 100%;
}
table.imagerow td.image
{
	padding: 0px;
	text-align: center;
}
img.icon
{
	margin: 0px;
	padding: 0px;
	
	border-width: 3px;
	border-color: #baafa6;
	border-style: solid;
}