/*
<style>
/* */

body
	{
	background: url(images/background-body.jpg) repeat-x #9C9C9C;
	font-family: Arial;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	}

td, th, input, select, textarea
	{
	font-family: Arial;
	font-size: 12px;
	}

/* * * * * * * * * * *
 * Containers
 * divs one inside the other - center page
 * * * * * * * * * * */
#containerIE
	{
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
#container
	{
	margin: 0px auto;
	text-align: left;
	width: 960px;
	padding: 0px;
	}

/* * * * * * * * * * *
 * Top
 * * * * * * * * * * */
#top
	{
	background: url(images/background-page-top.jpg) no-repeat;
	height: 248px;
	}
#logo
	{
	margin-left: 42px;
	margin-top: 123px;
	float: left;
	display: inline;
	}
#logo a img
	{
	border: 0px;
	}

#menu
	{
	background: #7D7E7D;
	width: 220px;
	height: 200px;
	margin-top: 48px;
	float: right;
	display: inline;

	}
#menu .menuItem
	{
	background: url(images/background-topmenu.jpg) repeat-x left center;
	width: 220px;
	height: 50px;
	}
#menu .menuItem.hover
	{
	background: url(images/background-topmenu-hover.jpg) repeat-x left center;
	}
#menu .menuItem.active
	{
	background: url(images/background-topmenu-active.jpg) repeat-x left center;
	}
#menu .menuItem a
	{
	background: url(images/icon-topmenu.gif) no-repeat 13px 16px;
	display: block;
	padding-left: 30px;
	padding-top: 17px;
	text-decoration: none;
	color: #ffffff;
	}
#menu .menuItem a:hover
	{
	color: #ffffff;
	}
#menu .menuItem .submenu
	{
	position: absolute;
	background: #7B7B7B;
	border: 1px solid #F1E156;
	}
#menu .menuItem .submenu a
	{
	padding-right: 20px
	}
/* * * * * * * * * * *
 * Content
 * * * * * * * * * * */
#content
	{
	background: url(images/background-content-top.jpg) no-repeat left top #BCBCBC;
	width: 960px;
	}
#content h1
	{
	font-size: 19px;
	color: #E9D0B9;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
	}
#content h2
	{
	font-size: 17px;
	color: #E9D0B9;
	padding: 0px;
	margin: 0px;
	padding-bottom: 6px;
	}
#content a
	{
	color: white;
	}
#content .path
	{
	padding-left: 45px;
	height: 40px;
	line-height: 37px;
	color: #ffffff;
	}
#content .path a
	{
	color: #FABC3B;
	}
#content h1
	{
	color: #2A1A00;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	margin-left: 45px;
	margin-top: 40px;
	}
#content h2
	{
	color: #2A1A00;
	font-size: 16px;
	}
#content .pageText
	{
	margin-left: 45px;
	margin-right: 45px;
	margin-top: 25px;
	text-align: justify;
	color: #2A1A00;
	padding-bottom: 15px;
	}
#content .line
	{
	background: url(images/icon-dots.gif) repeat-x;
	height: 2px;
	font-size: 1px;
	}

#content .niceList
	{
	margin: 0px;
	padding: 0px;
	padding-left: 17px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
#content .niceList li
	{
	list-style-image:url(images/icon-ul.gif);
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	color: #2A1A00;
	}
#content .pageImages
	{
	background: url(images/background-content-gallery.jpg) repeat-x left top;
	padding-top: 10px;
	padding-bottom: 10px;
	}
#content .imageBlocks
	{
	margin-left: 100px;
	width: 750px;
	}
#content .imageBlocks td
	{
	text-align: center;
	}
/* * * * * * * * * * *
 * Bottom
 * * * * * * * * * * */
#bottom
	{
	background: url(images/background-bottom.jpg) repeat-x left top;
	text-align: center;
	height: 121px;
	line-height: 120px;
	color: #ffffff;
	}
#bottom a
	{
	color: #ffffff;
	}
/* * * * * * * *
 * General
 * * * * * * * */
 form
 	{
 	margin: 0px;
 	}
.red
	{
	color: red;
	}
.topper
	{
	width: 1px;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	}
.clearer
	{
	clear: both;
	}
.hidden
	{
	display: none;
	}
.right
	{
	float: right;
	}
.centerAlign
	{
	text-align: center;
	}
.rightAlign
	{
	text-align: right;
	}
.rightAlignImage
	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	}
.leftAlignImage
	{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	}
.leftAlignImage.miniPhoto
	{
	width: 50px;
	}
