﻿/*
###################################
	Body
###################################
*/
body
{
    background-color: #fff;
}

/*
###################################
	Wrapper
###################################
*/
#Wrapper
	{	
		width: 100%;
		margin: 0px;
		padding: 0px;
		height: auto;
		position: relative;
		top: 0px;
		left: 0px;
	}
#WrapperTop
	{
		display: none;
	}
#WrapperPlate
	{
		height: auto;
		padding: 0px;
		width: 100%;
		background-image: none;
	}
#WrapperBottom
	{
		display: none;
	}
#WrapperInnerPlate
	{
		height: auto;
		width: 100%;
		padding: 0px;
		background-image: none;
	}

/*
###################################
	Header
###################################
*/
#HeaderPadding
	{
		display: none;
	}
#Header
	{
		display: none;
	}

#HeaderMenu
	{
		display: none;
	}
/*
###################################
	Banner
###################################
*/
#BannerPlate
	{
		display: none;
	}
#Banner
	{
		display: none;
	}
/*
###################################
	SubMenu
###################################
*/
#SubMenu
	{
		display: none;
	}

/*
###################################
	Content
###################################
*/
#ContentWrapper
	{
		position:relative;
	}
#ContentPlate
	{
		height: auto;
		overflow:visible;
		width: 100%;
		padding: 0px;
	}
#ContentPlateBackground
	{
		background-image: none;
	}

.ContenPlateWithSubMenu
	{
		height: auto;
	}

#ContentMain
	{
		float: none;
		width: 100%;
	}
.NavigatePlate
	{
		display: none;
	}
#ContentRight
	{
		display: none;
	}
#ContentRightPlate
	{
		display: none;
	}

/*
###################################
	Footer
###################################
*/
#FooterPlate
	{
		display: none;
	}
#Footer
	{
		
		display: none;
	}

.PageTextPlateNews
	{
		width: 700px;
	}