body{
	position: relative;
	
	background-color: #FFFFFF;
	margin: 0px;
	
	font-family: arial;
		
	font-size: 12px;
}

#SiteContainer {
	position: relative;
	
	height: 120%;
	width: 100%;
	
	background-color: #FAFAFA;
	
	background-image: url(../img/border_left.jpg);
	background-repeat: repeat-y;
}

	#HeaderContainer {
		z-index: 2;
		position: relative;
		
		width: 100%;
		height: 155px;
		
		background-color: #E1E2EB;
	}
	
		#HeaderLogo {
			
		}
		
		#HeaderTitle {
			position: absolute;
			
			top: 55px;
			right: 0px;
		}
	
	#MainMenuContainer {
		z-index: 2;
		position: relative;
		
		width: 100%;
		height: 18px;
		
		border-top: 2px solid #737AAA;
		border-bottom: 2px solid #737AAA;
		
		background-color: #FFFFFF;
		
		text-align: right;
		
		font-family: arial;
		font-weight: bold;
		
		font-size: 14px;
	}
	
		#MainMenu {
			position: relative;
			float: right;
			height: 18px;
		}
		
		#SubMenu {
			position: absolute;
			top: 50px;
			left: 10px;
			
			font-weight: bold;
			font-size: 12pt;
		}
		
		#SubMenu a {
			text-decoration: none;
			color: #000000;
		}
		
		#SubMenu a:hover {
			font-style: italic;
		}
	
		#MainMenuContainer a {
			text-decoration: none;
			float: left;
			width: 188px;
			height: 18px;
			
			text-align: center;
			color: #000000;
			
			background-color: #FFFFFF;
			
			background-image: url(../img/mainmenu_bginactive.jpg);
			background-repeat: none;
		}
		
		#MainMenuContainer a:hover {
			background-color: #E6FBFF;
			
			background-image: url(../img/mainmenu_bgactive.jpg);
			background-repeat: none;
		}

	#ContentContainer {
		z-index: 2;
		position: absolute;
		
		width: 100%;
		
		top: 177px;
		bottom: 22px;
	}
	
		#Content {
			position: absolute;
			z-index: 2;
		}
	
		#ContentContainer p {
			padding-left: 250px;
			padding-top: 20px;
			
			font-size: 24px;
			font-weight: bold;
			font-style: italic;
		}
		
		#ContentContainer .SiteText {
			padding-left: 250px;
			padding-top: 20px;
			
			font-size: 12px;
			font-weight: normal;
			font-style: italic;
		}
	
		#ContentContainer ul {
			padding-left: 265px;

			list-style-type: square;
			list-style-position: outset;
		}
		
		#ContentContainer ul li {
			font-size: 12px;
			font-style: italic;
			
			margin-bottom: 20px;
			width: 400px;
		}
		
		#ContentContainer ul li.ListText {
			list-style-type: none;
			font-style: normal;
			font-weight: bold;
		}
		
		#ContentContainer ul li.ListText a {
			text-decoration: none;
			color: #8595B5;
		}


	#ContentBG {
		position: absolute;
		z-index: 1;
		
		top: 190px;
		right: 20px;
		bottom: 40px;
		
		height:60%;
		width:60%;
	}
		
		#ConzentBG img {
			position: relative;
			
			height: 100px;
			width: 100px;
		}


	#FooterContainer {
		z-index: 2;
		position: absolute;
		
		width: 100%;
		height: 22px;
		
		bottom: 0px;
				
		background-color: #FFFFFF;
		
		text-align: right;
		font-size: 12px;
		font-weight: bold;
		
		border-top: 2px solid #737AAA;
	}
	
		#FooterContainer a {
			text-decoration: none;
			color: #8595B5;
		}
