﻿html
{
height: 100%;
}

body
{
	text-align: center;
	background:#F9FBF4 url(../images/grad.gif) repeat-x 0 35px;
	height:100%;
	margin:0;
	padding:0;
}

#page_browser_width
{
		position:relative;
		min-height: 100%;
		min-width: 599px;
		height: 100%; 
		voice-family: "\"}\"";
		voice-family: inherit;
		height: auto;
}
* html #page_browser_width{
				position:static;
				width: expression(document.body.clientWidth < 599? "599px");
				height: 100%;
}
#page_header		{ min-width: 599px;/* background: #F9FBF4 url(../images/header/upper_wave.png) no-repeat 20% 0; */height: 34px;}
/* IE Hack so that the menu appears over top of elements on the page */
* html #page_header	{ position: relative; z-index: 200;}
#wave{position:absolute;left:0;width:100%;height:37px; background:url(../images/header/upper_wave.png) no-repeat 50% 0;}
* html #wave {position:absolute;left:0;background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='sites/greenshores/images/header/upper_wave.png', sizingMethod='crop');	}


#page
{
	min-width: 599px; max-width: 926px;	
	margin: 0px auto 0px;
	text-align: left;
	padding-bottom:0px;
	width: expression(document.body.clientWidth > 948? "940px": document.body.clientWidth < 599? "599px": "100%");
}
#pageContent_Middle{width:100%;height:100%;}
#page_footer
{
				position: relative;				
				min-width:599px;
				width:100%;
				background:#DDE9D2;				
} 

