/* 20080605 > LM > Header
-------------------------------------------------- */

	.Header
	{
		width: 100%;
		background-image: url(Images/bgHeader.jpg);
		background-repeat: repeat-x;
	}
	
	.HeaderTop
	{
		height: 65px;
		text-align: right;
		vertical-align: bottom;
	}
	
	.HeaderBottom
	{
		height: 76px;
		text-align: right;
		vertical-align: bottom;		
	}
	
	.HeaderDGERT
	{
		width: 100%;
		text-align: center;
	}

/* 20080605 > LM > Menu
-------------------------------------------------- */

	.MenuBar
	{
		margin: 5px 0px 0px 0px;
		width: 100%;
		border-bottom: solid 1px #ff7800;
	}
	
	/*
		SpryMenuBarHorizontal.css
	*/

/* 20080605 > LM > Content
-------------------------------------------------- */

	.Content
	{
		width: 100%;
		padding: 10px 0px 0px 0px;
		background-image: url(Images/background.gif);
		background-repeat: no-repeat;
	}
	
	.ContentHeight
	{
		height: 400px;
	}
	
	.ContentLeft
	{
		width: 370px;
		vertical-align: top;
	}
	
	.ContentRight
	{
		width: 530px;
		vertical-align: top;
	}
	
	.ContentHomeBox
	{
		width: 100%;
		margin: 50px 0px 0px 0px;
		text-align: center;
		position:relative;
	}
	
	.ContentHome
	{
		width: 100%;
		margin: 0px 0px 0px 0px;
	}
	
	.ContentBackground
	{
		width: 100%;
		height: 470px;
		margin: 0px 0px 0px 0px;
		background-image: url(Images/background.gif);
		background-repeat: no-repeat;
		background-position: 0px 105px;
	}
	
/* 20080605 > LM > Footer
-------------------------------------------------- */

	.Footer
	{
		margin: 12px 0px 0px auto;
		padding: 3px 3px 3px 3px;
		font-size: 11px;
	}
