/*
<style>
/* */

body
	{
	background: url(images/background-body.jpg) repeat-x #A55B6A;
	font-family: Verdana;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	}

td, th
	{
	font-family: Arial;
	font-size: 12px;
	}

/* * * * * * * * * * *
 * Containers
 * divs one inside the other - centers page
 * * * * * * * * * * */
#containerIE
	{
	text-align:center;
	margin: 0px;
	padding: 0px;
	}
#container
	{
	text-align: left;
	width: 900px;
	margin: 15px auto;
	padding: 0px;
	}
#container .containerTop
	{
	background: url(images/background-cont-top.jpg) no-repeat;
	width: 900px;
	height: 30px;
	}
#container .containerMiddle
	{
	background: url(images/background-cont-middle.jpg) repeat-y;
	}
#container .containerBottom
	{
	background: url(images/background-cont-bottom.gif) no-repeat;
	width: 900px;
	height: 28px;
	}
/* * * * * * * *
 * Banner
 * * * * * * * */
#banner
	{
	background: url(images/background-banner.jpg) no-repeat;
	width: 803px;
	height: 148px;
	margin-left: 49px;
	}

/* * * * * * * *
 * Menu
 * * * * * * * */
#menu
	{
	background: url(images/background-menu.jpg) no-repeat;
	width: 802px;
	height: 55px;
	margin-left: 49px;
	margin-top: 18px;
	}

#menu table
	{
	width: 800px;
	margin-left: 1px;
	margin-top: 1px;
	height: 50px;
	}
#menu td
	{
	width: 160px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	}
#menu td a
	{
	color: white;
	text-decoration: none;
	}
#menu .activeLeft
	{
	background: url(images/background-menu-act-l.jpg) no-repeat;
	}
#menu .activeRight
	{
	background: url(images/background-menu-act-r.jpg) no-repeat;
	}
#menu .active
	{
	background: url(images/background-menu-act.jpg) repeat-x;
	}
/* * * * * * * *
 * Content
 * * * * * * * */
#content
	{
	background: url(images/background-content.jpg) repeat-y;
	width: 800px;
	margin-left: 50px;
	margin-top: 15px;
	}
#content .contBottom
	{
	background: url(images/background-content-bottom.jpg) repeat-y;
	width: 800px;
	height: 22px;
	}
#content .text
	{
	width: 630px;
	float: left;
	display: inline;
	}
#content .text h1
	{
	background: url(images/background-content-title.jpg) repeat-x bottom;
	margin: 0px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	}
#content .text .textInner
	{
	margin-left: 30px;
	margin-right: 25px;
	margin-bottom: 20px;
	}
#content .text a
	{
	color: #742A37;
	}
#content .partners
	{
	margin-top: 5px;
	width: 165px;
	float: left;
	display: inline;
	margin-left: 3px;
	text-align: center;
	}
#content .galleryItem
	{
	width: 190px;
	height: 190px;
	float: left;
	display: inline;
	text-align: center;
	}
#content .galleryItem img
	{
	border: 1px solid #7B2A3B;
	}
#content .galleryNavigation
	{
	height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
#content .galleryNavigation img
	{
	border: 0px;
	}
#content .galleryNavigation a
	{
	color: #7B2A3B;
	}
#content .docs a
	{
	color: #7B2A3B;
	}
#content .home
	{
	background: url(images/background-content-home.jpg) no-repeat;
	}
#content .home .textInner
	{
	margin: 0px;
	}
#content .homeItem
	{
	width: 309px;
	height: 309px;
	float: left;
	display: inline;
	asborder: 1px solid red;
	margin-top: 3px;
	margin-left: 3px;
	}
#content .homeItem .homeText
	{
	margin-top: 120px;
	margin-left: 30px;
	width: 210px;
	height: 60px;
	asborder: 1px solid green;
	}
#content .homeItem .more
	{
	background: url(images/background-content-home-more.jpg) no-repeat;
	width: 151px;
	height: 25px;
	display: block;
	margin-left: 40px;
	text-decoration: none;
	}
#content .homeItem .rightAlign
	{
	margin-left: 90px;
	}
#content .homeBigText
	{
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	}

#content .partners .bannerItem
	{
	margin-top: 5px;
	margin-bottom: 5px;
	}
#content .partners .bannerItem a
	{
	color: black;
	}
#content .partners .bannerItem img
	{
	border: 0px;
	}

/* * * * * * * *
 * General
 * * * * * * * */
.topper
	{
	width: 1px;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	}
.clearer
	{
	clear: both;
	}
.right
	{
	float: right;
	display: inline;
	}