body
{
	background-color :black;
	background-image:url('../img/bg_main_page.jpg');
}

h2.title
{
	margin:0;
}

div#banner
{
	border-bottom: none;
	border-top: none;
	height:11px;
	background: url('../img/main_hr.jpg') top repeat-x;
}


#content
{
	float:left;
	width:505px;
	display:inline;
	margin:45px 0px 0 370px;
}

#footer
{
	text-align:right;
}

.newsTitle
{
	margin-bottom:10px;
}

.articleShort
{
	margin-top:10px;
}

.newsShortBottom
{
	margin:25px 0 0 0;
}

	.newsShortBottom .newsShortDate
	{
		float:left;
		margin:4px 0 0 0;
		font-size:10px;
		color:#817f80;
	}

   .newsShortBottom a.moreButton
   {
	   float:right;
	   margin-top:0;
   }



a.mainPageNewsImage
{
	float:left;
	border: 1px solid #3c0027;
	margin:0px 15px 15px 0;
}
	a.mainPageNewsImage:hover
	{
		background-color:transparent;
	}

div.mainPageNewsBanner
{
	margin:10px auto 10px auto;
	text-align: center;
}

	div.mainPageNewsBanner img
	{
		border: 1px solid #3c0027;
	}


div#slideshow
{
	width:502px;
	height:125px;
	margin:30px 0 0 0;
}

	div#slideshow .frame
	{
		position:relative;
		width:502px;
		height: 98px;
		text-align: center;
	}

		div#slideshow .frame a.slide
		{
			position:absolute;
			left:0;
			top:0;
			width:502px;
			height:98px;
			text-align: center;
			vertical-align: middle;
			/*z-index:1;*/
		}

	  div#slideshow .frame  #slideshowFrame
	  {
		  position:absolute;
		  top:0;
		  left:0;
		  z-index:50;
		  cursor: pointer;
	  }

	  div#slideshow #slideshowFrameLink
	  {
		  position:absolute;
		  left:0;
		  top:0;
		  width:502px;
		  height:98px;
		  z-index:60;
	  }

	div#slideshow .navigation
	{
		position:relative;
		height:26px;
		margin-left:5px;
	}

		div#slideshow .navigation .bg
		{
			float:left;
			height:26px;
			position:relative;
		}

			div#slideshow .navigation div.bulkLink
			{
				display: block;
				width:16px;
				height:16px;
				cursor:pointer;
				/*border:1px solid white;*/
			}

				div#slideshow .navigation div.bulkLink .bulk img
				{
					display: block;
				}

			div#slideshow .navigation .first div.bulkLink
			{
				position:absolute;
				top:5px;
				left:12px;
			}

				div#slideshow .navigation .first div.bulkLink .bulk
				{
					display: block;
					margin:4px 0 0 4px;
					height:8px;
					width:8px;
					padding:0;
					/*border:1px solid yellow;*/
				}



		div#slideshow .navigation .center
		{
			background:url('../img/mainPage/slideshow_nav_bg.png') repeat-x top;
		}

		div#slideshow .navigation .bg div.slideSelectBox
		{
			float: left;
			position: relative;
			width:20px;
		}

			div#slideshow .navigation .bg div.slideSelectBox div.bulkLink
			{
				margin:5px 0 0 2px;
				position:relative;
			}

				div#slideshow .navigation .bg div.slideSelectBox div.bulkLink .bulk
				{
					position:absolute;
					left:4px;
					top:4px;
					width:8px;
					height: 8px;
					display:none;
					/*border:1px solid yellow;*/
				}

