
body
{
	background: url('../gfx/back-main.jpg');
	font-family: tahoma, ms trebuchet, sans;
	font-size: 11px;
}

h1
{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 8px 0;
	color: #5B131C;
}
h2
{
	font-weight: bold;
	font-size: 12px;
	margin: 16px 0 0px 0;
	color: #5B131C;
}

#center
{
	margin-top: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
}

#shadow
{
	position: absolute;
	top: -308px;
	left: -438px;
	width: 877px;
	height: 616px;
	background: url('../gfx/dropshadow.png') no-repeat;
	z-index: 1;
}
* html #shadow
{
	background: url('../gfx/dropshadow.gif') no-repeat;
}

#top
{
	position: relative;
	top: 0;
	left: 0;
	background: url('../gfx/top.jpg');
	width: 860px;
	height: 160px;
	cursor: hand;
	cursor: pointer;
}

#content
{
	position: absolute;
	top: -300px;
	left: -430px;
	width: 860px;
	height: 600px;
	background: url('../gfx/back-content.jpg') 0px 160px repeat-x;
	z-index: 2;
}

#body
{
	display: block;
	padding: 16px;
	margin-right: 210px;
	font-size: 12px;
	height: 400px;
	overflow: auto;
}
* html #body
{
	height: 432px;
}


#navigation
{
	position: absolute;
	top: 168px;
	right: 8px;
	width: 190px;
}

#language select
{
	margin-left: 8px;
}
#language strong
{
	float: left;
	margin-top: 3px;
}


a
{
	color: #14498D;
	text-decoration: none;
}
a:hover
{
	color: #DF1619;
}
a.current
{
	color: #052146;
	font-weight: bold;
}
a.current:hover
{
	color: #104787;
}

ul
{
	padding: 0;
	margin: 0;
}
ul li
{
	margin: 0;
	list-style: none;
	padding: 0;
}
li li
{
	padding: 0;
	margin: 0;
	margin-left: 8px;
	list-style: none;
}
li a
{
	display: block;
	padding: 4px;
}

hr
{
	border: 0;
	border-top: 1px solid #E5E5E5;
	margin: 8px 0 8px 0;
	
}

p
{
	margin: 0 0 8px 0;
}

label
{
	color: #555;
	font-weight: bold;
}

button
{
	border-top: 2px solid #1B5AA7;
	border-left: 2px solid #1B5AA7;
	border-right: 2px solid #052146;
	border-bottom: 2px solid #052146;
	background: #648AEC;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}

input
{
	border-bottom: 2px solid #1B5AA7;
	border-right: 2px solid #1B5AA7;
	border-left: 2px solid #052146;
	border-top: 2px solid #052146;
	background: #e5e5e5;
	color: #333;
}

form, div .container
{
	display: block;
	padding: 16px;
	border: 1px solid #e5e5e5;
	background: #f8f8f8;
}

#bottom
{
	position: absolute;
	top: 610px;
	left: 0;
	width: 860px;
	color: #fff;
	text-align: center;
}
#bottom a, #bottom a:hover
{
	color: #ddd;
	font-weight: bold;
}

.galleryImage
{
	float: left;
	width: 128px;
	height: 110px;
	margin: 10px 16px 0px 0;
	text-align: center;
}
.large
{
	width: 582px;
	text-align: left;
}

.large h2
{
	margin: 0 0 8px 0;
}

.galleryImage img
{
	border: 1px solid #1B5AA7;
}
.galleryImage a:hover img
{
	border: 1px solid #DF1619;
}
.galleryImage h3
{
	font-size: 13px;
	line-height: 14px;
	height: 34px;
}