﻿/* Layout */
#page 
{
	padding-top: 0px;
	margin: 0px auto;
	width:1000px;
	min-width:1000px;
	background: transparent url('../images/css/PageBG.gif') repeat-y left;		
}

#PageHeader 
{
	background: transparent url('../images/css/HeaderBG-cut.gif') no-repeat top;
	clear:right;
	width:1000px;
 	height: 70px;
}

	#PageHeaderLeft
	{
		position: relative;
		top: 20px;
		left: 20px;
		height: 150px;
		width: 150px;
	}	
	#PageTopMenu
	{
		clear:both;
		position: relative;
		top: 10px;
		left: 230px;
		height: 35px;
		width: 725px;
		z-index:1000;
	}
	#PageHeaderRightLinks
	{
		margin: 10px 0px 0px 0px;
		clear:both;
		position: relative;
		top: 10px;
		left: 230px;
		height:32px;
		width:770px;
		text-align: right;		
	}	

#PageMain 
{
	clear:right;
	display:block;
	width:1000px;
	min-height:530px;
	height:auto;
}
* html #main {
	height: 530px;
}
	#PageMainLeft 
	{
		display:block;
		width:210px;
		min-height:530px;
		float:left;
		position: relative;
		clear:left;
	} 
	* html #PageMainLeft {
		height: 530px;
	}
	 
	#PageMainCenter
	{
		margin-top: 20px;
		float:left;
		width:580px;
		min-height:530px;
	}
	* html #PageMainCenter {
		height: 530px;
	}
	#PageMainCenter2Column
	{
		margin-top: 20px;
		float:left;
		width:770px;
		min-height:530px;
	}
	* html #PageMainCenter2Column {
		height: 530px;
	}

	#PageMainRight 
	{
		width:150px; 
		min-height:530px;
		float:right;
		margin-top:20px;
		margin-left:10px;
		
	} 
	* html #PageMainLeft {
		height: 530px;
	}
	#LeftCSSGlass
	{
		width:50px;
		height:50px;
		position: absolute;
		left: 150px;
		top: 0px;
		background: transparent url(../images/css/glass.png) no-repeat left
	}
	* html #LeftCSSGlass /* IE6 fix */
	{
		background: transparent url(../images/css/glass.gif) no-repeat left
	}
	#LeftCSSBoat
	{
		width:50px;
		height:150px;
		position: absolute;
		left: 150px;
		top: 60px;
		background: transparent url(../images/css/boat.png) no-repeat left
	}
	* html #LeftCSSBoat /* IE6 fix */
	{
		background: transparent url(../images/css/boat.gif) no-repeat left
	}
#PageFooter 
{
	clear: both;
	background: White url('../images/css/FooterBG.gif') repeat-x top;
	width: 1000px;
	height: 40px;
	text-align: center;
	padding-top: 15px;
}

