/* lay-out */
html 
{
	height:100%;
}

body {
	margin:0px 0px 0px 0px;
	text-align : center;
	vertical-align: middle;
	background-color: #ffffff;
	background-image:url(/images/bg.gif);

}
	#canvas0 
	{
		position : relative;
		width : 774px;
		  min-height:750px;
		  height:auto !important;
		  height:750px;
		text-align : left;
		margin-left : auto;
		margin-right : auto;
		background-color: #ffffff;
	}
	
	#left
	{
		float:left;
		width:178px;
	}
	 #logo
	 {
		float:left;
		width:178px;
		height:100px;
margin:0px;
padding:0px;

	 }
	 
	  *html #logo img{
		float:left;
		}
	 
	 #decoleft
	 {
		float:left;
		width:178px;
		height:85px;
	 }
	 
	 #menu
	 {
		float:left;
		width:178px;
		
	 }
	 
	
	#right
	{
		float:left;
		width:596px;
		
	}
		#margintop
		{
			float:left;
			width:596px;
			height:36px;
			text-align:right;
		}
		
		#metamenu
		{
			float:left;
			width:596px;
			height:14px;
			text-align:right;

		}
		
		#decoheader
		{
			float:left;
			height:135px;
		}
		
		#contenthome
		{
			width:375px;
			float:left;
		}
		
		#contenthomeright
		{
			width:214px;
			float:left;
		}
		
		#content
		{
			float:left;
			padding:8px 5px 5px 5px;
		}
		
		#footer
		{
			/*
			float:left;
			text-align: right;
			color:#787776;
			font-size:11px;
			line-height:1.5;
*/
		position : relative;
		width : 774px;
		/*height:100%;*/
		text-align : right;
		margin-left : auto;
		margin-right : auto;
		background-color: #ffffff;
			
		}
		
		#footerpadding
		{
			padding:8px 20px 5px 5px;
		}		
		
	.standardpadding
	{
		padding:8px 5px 5px 5px;
	}
