/*
<style>
/* */

body
	{
	background: url(images/background-body.jpg) repeat-x #11114D;
	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
	{
	text-align: left;
	width: 864px;
	margin: 0px auto;
	padding: 0px;
	}
/* * * * * * * *
 * Menu
 * * * * * * * */
#menu
	{
	background: url(images/background-menu.gif) no-repeat;
	width: 864px;
	height: 136px;
	}
#menu .menuItems
	{
	width: 580px;
	height: 40px;
	margin-left: 268px;
	margin-top: 96px;
	}
#menu .menuItems td
	{
	text-align: center;
	}
#menu .menuItems td.spacing
	{
	width: 1px;
	background: #DDDDDD;
	}
#menu .menuItems a
	{
	color: #606087;
	text-decoration: none;
	}
#menu .menuItems .active
	{
	background: url(images/arrow-left.gif) 5px center no-repeat;
	}

/* * * * * * * *
 * Banner
 * * * * * * * */
#banner
	{
	background: url(images/background-banner.jpg) no-repeat;
	width: 850px;
	height: 292px;
	margin-left: 7px;
	}
#banner .welcome
	{
	margin-left: 471px;
	margin-top: 101px;
	color: #4F5383;
	width: 335px;
	}
#banner .welcome h2
	{
	font-size: 14px;
	color: #535987;
	margin: 0px;
	margin-bottom: 20px;
	}
#banner .welcome a
	{
	color: #454775;
	text-decoration: none;
	}
/* * * * * * * *
 * Content
 * * * * * * * */
#content
	{
	background: url(images/background-content.jpg) repeat-x #ffffff;
	width: 850px;
	margin-left: 7px;
	}
#content .pageText
	{
	margin: 0px;
	margin-left: 25px;
	margin-right: 25px;
	padding-bottom: 20px;
	color: #313131;
	}

#content .pageText h1
	{
	color: #313131;
	margin: 0px;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
	}
#content .pageText b, #content .pageText strong, #content .pageText a
	{
	color: #313166;
	}
#content .galleryItem
	{
	float: left;
	display: inline;
	border: 1px solid #C2C2C2;
	margin: 3px;
	}
#content .galleryItem img
	{
	border: 1px solid #C2C2C2;
	}
#content .galleryNavigation
	{
	height: 20px;
	}
#content .galleryNavigation a
	{
	color: #E26732;
	}
#content .galleryNavigation img
	{
	border: 0px;
	}
/* * * * * * * *
 * Bottom
 * * * * * * * */
#bottom
	{
	background: url(images/background-content-bottom.gif) no-repeat;
	width: 850px;
	height: 50px;
	margin-left: 7px;
	color:#ECECEC;
	}
#bottom a
	{
	color:#ECECEC;
	}
#bottom td
	{
	color:#ECECEC;
	}
#bottom .contact
	{
	float: right;
	display: inline;
	margin-top: 15px;
	margin-right: 25px;
	}
#bottom .copyright
	{
	float: left;
	display: inline;
	margin-top: 15px;
	margin-left: 25px;
	}
/* * * * * * * *
 * General
 * * * * * * * */
 form
 	{
 	margin: 0px;
 	}
.topper
	{
	width: 1px;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	}
.clearer
	{
	clear: both;
	}
.hidden
	{
	display: none;
	}
.right
	{
	float: right;
	}
