body
{
	margin:0px;
	padding:0px;
	font-family:Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:11px;
	color:#EEEEEE;
	background-color: #001A6A;
}
a
{
	color:#FFFFFF;
}

a:hover
{
	color:#DDDDFF;
}

.h1
{
	font-size:16px;
	color:#FFFFFF;
	font-weight: bold;
}

p
{
	color:#EEEEFF;
}

.clear
{
	clear:both;
}

.thumbnail
{
	text-align:center;
}

.container
{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:850px;
	background-image:url(layout_images/bg_main.png);
	background-repeat:repeat-y;
}

	.mainContent
	{
		
		margin-left:58px;
		margin-right:58px;
		border:1px solid #1C53A3;
		padding:5px;
		padding-top:25px;
	}
	
	.menu
	{
		position:absolute;
		top:217px;
		right:60px;
		width:500px;
		height:20px;
		font-size:12px;
		text-align:right;
		z-index: 1000000;
	}
		.menu a
		{
			text-decoration:none;
			margin-right:10px;
		}
		.menu a:hover
		{
			color:#FFFFFF;
			text-decoration:underline;
		}
		
	.heading
	{
		position:absolute;
		right:64px;
		top:250px;
		font-size:18px;
	}
	
	.galleryCategories
	{
		float:left;
		border:1px solid #1C53A3;
		padding:10px;
		width:115px;
		max-height:400px;
		overflow:auto;
	}
	
	.galleryGrid
	{
		float:left;
		border:1px solid #1C53A3;
		width:560px;
		margin-left:5px;
	}
	.logo
	{
		position:absolute;
		left:56px;
		top:190px;
	}
	
	.selectLanguage
	{
		position:absolute;
		right:0px;
		top:10px;
	}
		.selectLanguage a
		{
			color:#3C9DFF;
			text-decoration: none;
		}
		.selectLanguage a:hover
		{
			color:#88DDFF;
			text-decoration: underline;
		}
		
	.animationTop
	{
		position:relative;
		width:850px;
		height:250px;
  }
  
    .animationTop *
    {
      z-index:1;
    }
	
	.animationBottom
	{
		width:850px;
		height:250px;
	}
	
	.copyright
	{
		position:absolute;
		left:0px;
		right:0px;
		bottom:5px;
		text-align:center;
		line-height:10px;
	}
	