/*
<style>
/* */

body
	{
	background: #ffffff;
	font-family: Verdana;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	}

td, th
	{
	font-family: Verdana;
	font-size: 12px;
	}

/* * * * * * * * * * *
 * Containers
 * divs one inside the other - centers page
 * * * * * * * * * * */
#containerIE
	{
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
#container
	{
	background: url(images/background-page.jpg);
	text-align: left;
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	}

/* * * * * * * *
 * Logo
 * * * * * * * */
#logo
	{
	background: url(images/background-banner.jpg) no-repeat;
	text-align: left;
	width: 1000px;
	height: 513px;
	}
#logo .menu
	{
	background: url(images/background-menu.jpg) no-repeat;
	margin-top: 56px;
	margin-left: 370px;
	width: 602px;
	height: 59px;
	}
#logo .menu table
	{
	width: 602px;
	height: 59px;
	}
#logo .menu td
	{
	text-align: center;
	vertical-align: middle;
	width: 120px;
	}
#logo .menu .leftTD
	{
	background: url(images/background-menu-act-l.jpg) no-repeat;
	}
#logo .menu .rightTD
	{
	background: url(images/background-menu-act-r.jpg) no-repeat;
	}
#logo .menu .middleTD
	{
	background: url(images/background-menu-act-m.jpg) no-repeat;
	}
#logo .menu td a
	{
	color: black;
	text-decoration: none;
	}
#logo .menu .middleTD a, #logo .menu .rightTD a, #logo .menu .leftTD a
	{
	color: white;
	text-decoration: none;
	}
#logo .description
	{
	margin-top: 260px;
	margin-left: 60px;
	color: white;
	width: 870px;
	}
#logo .description h1
	{
	color: #F78560;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	margin-bottom: 20px;
	font-size: 18px;
	}

/* * * * * * * *
 * Content
 * * * * * * * */
#content
	{
	background: #EEEEEE;
	width: 1000px;
	_height: 300px;
	min-height: 300px;
	}
#content h1.pageTitle
	{
	background: url(images/background-content-h1.jpg) repeat-x bottom;
	margin: 0px;
	padding: 0px;
	margin-top: 40px;
	margin-left: 60px;
	padding-bottom: 10px;
	color: #303030;
	font-size: 16px;
	font-weight: bold;
	width: 880px;
	}
#content .pageText
	{
	margin-left: 60px;
	margin-top: 20px;
	width: 880px;
	}
#content .pageText .galleryItem
	{
	float: left;
	display: inline;
	margin: 10px;
	}

#content .pageText .galleryItem img
	{
	border: 1px solid #0D0D4F;
	}
#content .pageText .galleryNavigation img
	{
	border: 0px;
	}
#content .pageText .galleryNavigation a
	{
	color: #F16332;
	text-decoration: none;
	}
#content a
	{
	color: #F57044;
	}
#content b, #content strong
	{
	color: #0371A7;
	}

/* * * * * * * *
 * Bottom
 * * * * * * * */
#bottom
	{
	background: url(images/background-bottom.jpg) repeat-x;
	text-align: left;
	width: 1000px;
	height: 83px;
	}
#bottom .copyright
	{
	background: url(images/icon-ul.gif) no-repeat 0px 4px;
	margin-left: 60px;
	margin-top: 20px;
	padding-left: 20px;
	color: white;
	font-size: 10px;
	}
#bottom a
	{
	color: #F57044;
	}
#bottom .contact
	{
	float: right;
	display: inline;
	margin-top: 20px;
	margin-right: 30px;
	}
#bottom .contact td
	{
	color: #6CBCE3;
	font-size: 10px;
	}
#bottom .contact th
	{
	color: #F5D129;
	font-size: 10px;
	text-align: right;
	}

/* * * * * * * *
 * General
 * * * * * * * */
 form
 	{
 	margin: 0px;
 	}
.topper
	{
	width: 1px;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	}
.clearer
	{
	clear: both;
	}
.hidden
	{
	display: none;
	}
.right
	{
	float: right;
	}
