Body
	{
		background: #55addb url(/images/layout/BG.png) repeat-x;
		margin-top: 15px;
	}

Div#PlaceHolder
	{
		width: 850px;
		margin: 0px auto;
	}

Div#HeaderLeft
	{
		background:url(/images/layout/HeaderLeft.png) no-repeat;
		width:18px;
		height:110px;
		float:left;
	}

Div#HeaderRight
	{
		background:url(/images/layout/HeaderRight.png) no-repeat;
		width:18px;
		height:110px;
		float:right;
	}

Div#HeaderLogo
	{
		background:url(/images/layout/HeaderLogo.jpg) no-repeat;
		width:283px;
		height:110px;
		float:left;
	}

Div#HeaderSearch
	{
		background:url(/images/layout/HeaderBG.png) repeat-x;
		height:110px;
		width:531px;
		float:left;
	}

Div#Menu
	{
		background:url(/images/layout/MenuBG.png) repeat-x;
		height:30px;
		clear:left;
	}

Div#Menu a.Language
	{
		height: 18px;
		padding: 6px 2px;
		display: block;
		float: left;
		opacity: 0.5;
	}

Div#Menu a.Selected			{	opacity: 1;		}
Div#Menu a.Language:Hover	{	opacity: 0.8;	}

Div#Menu a.Menu,
Div#Menu Span
	{
		color: #FFFFFF;
		font-weight: bold;
		height: 30px;
		padding: 0 10px;
		width: auto;
		text-align: center;
		display: block;
		float: left;
		text-decoration: none;
		line-height: 30px;
	}

Div#Menu Span
	{
		background-color: #FFFFFF;
		opacity: 0.8;
		color: #FF8000;
	}

Div#Menu Div.Adm a.Menu
	{
		padding: 0 2px;
	}

Div#Menu a.Menu:Hover
	{
		background-color: #459fcd;
		opacity: 0.8;
	}

Div.MenuSpace
	{
		background:url(/images/layout/MenuSpace.png) no-repeat;
		height:30px;
		width:2px;
		float:left;
	}

Div#ReclameBottom
	{
		background-color:#f58a10;
		min-height:6px;
		border-bottom:1px solid #CC6600;
	}

Div#Content
	{
		background: url(/images/layout/ContentBG.png) repeat-x #00335b;
		color: #FFFFFF;
		padding: 8px;
		border-bottom: 1px solid #002142;
	}

Div.ContentSide
	{
		float: right;
		padding: 150px;
		width: 100px;
		color: #C6E2FF;
		background-image: url(/images/layout/ContentSpace.png);
		background-repeat: no-repeat;
		background-position: 0px 50%;
	}
	
Div#ContentBottom
	{
		background:url(/images/layout/ContentBottomBG.png) repeat-x #000911;
		color: #FFFFFF;
	}
	
	Div#ContentBottom Div.Box
		{
			background-image: url(/images/layout/ContentBottomSpace.png);
			background-repeat: no-repeat;
			background-position: 0px 50%;
			float: left;
			padding: 10px;
			width: 250px;
		}
	
	Div#ContentBottom Div.Box H1
		{
			font-size: 12pt;
			font-weight: bold;
			margin-bottom: 5px;
			color: #004080;
		}

	Div#ContentBottom Div.Box H2
		{
			text-decoration: none;
			font-size: 10pt;
			display: block;
			overflow: hidden;
			white-space: nowrap;
			font-weight: bold;
			font-family: Verdana;
		}

Div#FooterLeft
	{
		float: left;
		background: url(/images/layout/FooterLeft.png) no-repeat;
		height: 105px;
		width: 18px;
	}
	
Div#Footer
	{
		text-align: center;
		color: #666666;
		background: url(/images/layout/FooterBG.png) repeat-x;
		height: 105px;
		padding-top: 20px;
		width: 814px;
		float: left;
		font-size: 8pt;
		letter-spacing: -0.7px;
	}

Div#Footer > Div
	{
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}

Div#Footer Span
	{
		font-size: 14px;
		margin: 0 5px;
	}

Div#FooterRight
	{
		float: right;
		background: url(/images/layout/FooterRight.png) no-repeat;
		height: 105px;
		width: 18px;
	}
