body
	{
	background: #B3D4BA url('../img/bgs/body.jpg') left -35px repeat-x;	
	}
	

#window 
	{ 
	background-repeat: no-repeat;
	background-position: top;
	/* NO ENVIRONMENT */ background-position: center -35px;
	}
	
	body #window { background-image: url('../img/bgs/window-home.jpg'); }
	

#window-top
	{
	background: url('../img/bgs/window-top.png') top repeat-x;
	/* NO ENVIRONMENT */ background-position: center -35px;
	}
	
	
#window-bottom
	{
	background: url('../img/bgs/window-bottom.jpg') bottom repeat-x;
	}
	
	
#page
	{
	width: 960px;
	margin: 0 auto;
	}
	
	
#header
	{
	height: 196px;
	/* NO ENVIRONMENT */ height: 161px;
	overflow: hidden;
	}
	

#container
	{
	clear: both;
	overflow: hidden;
	zoom: 1;
	}
	
	#top
		{
		height: 125px;
		overflow: hidden;
		}
		
		#top h1
			{
			text-indent: -9999px;	
			}
		
	#main
		{
		float: right;
		width: 665px;
		background: #ffffff;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		padding: 15px 30px 30px 15px;
		min-height: 480px;
		margin-bottom: 15px;
		position: relative;
		}
		
		body.home-layout #main
			{
			background: none;
			float: none;
			width: auto;
			padding: 0;
			overflow: hidden;
			zoom: 1;
			margin-top: 25px;
			}
		
	#left
		{
		float: left;
		width: 235px;	
		margin-bottom: 15px;
		}
		
	#bottom
		{
		height: 485px;
		overflow: hidden;
		clear: both;
		}
		
			
#footer
	{
	clear: both;
	height: 80px;
	overflow: hidden;
	font-size: 11px;
	line-height: 1.2;
	color: #ffffff;
	}
	
	#footer a, #footer a:link, #footer a:visited
		{
		text-transform: uppercase;
		color: #CACA85;
		}
		
	#footer a:hover, #footer a:active
		{
		text-decoration: underline;
		color: #e7b95c;
		}
			
