/*
html
{
	height: 100%;
}
*/
body
{
	background-color: Black;
	margin: 0;
	padding: 0; /*	height: 100%; */
	font-family: Book Antiqua, Times New Roman;
}

img
{
	border: 0;
}

a
{
	color: #996633;
}

/*
#outer-container
{
	width: 800px;
	height: 100%;
	overflow: auto;
	margin: 0 auto 0 auto;
}

#outer-container[id]
{
	display: table;
	position: static;
}

#middle-container
{
	position: absolute;
	top: 50%;
	width: 800px;
	height: 600px;
}

#middle-container[id]
{
	display: table-cell;
	vertical-align: middle;
	position: static;
}
*/

#container
{
	/*	position: relative; 	top: -50%; */
	position: absolute;
	width: 800px;
	height: 600px;
}
/* optional: #container[id] {position: static;} */

#left-navbar
{
	width: 126px;
	height: 600px;
	float: left;
}

#right-navbar
{
	position: relative;
	left: 0px;
	width: 130px;
	height: 600px;
	float: left;
}

#middle
{
	position: relative;
	left: 0px;
	width: 544px;
	height: 600px;
	float: left;
}

#content-frame
{
	width: 544px;
	height: 600px;
	border-style: none;
	border-width: 0px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#div-logo
{
	width: 126px;
	height: 252px;
	background: url(..\\images\\pgs_logo.gif) top left no-repeat;
}

#div-celebrating
{
	height: 108px;
	width: 126px;
	background: url(..\\images\\celebrating_25.gif) top left no-repeat;
}

#left-menu
{
	min-height: 210px;
	width: 126px;
	margin: 30px 0px 0px 0px;
}

* html #left-menu
{
	height: 210px;
}

#left-menu ul
{
	width: auto;
	margin: 0px 0px 0px 30px;
	padding: 0;
	list-style-type: none;
}

#left-menu ul li
{
	margin: 0;
	padding: 0;
}

#left-menu a
{
	padding: 0;
	margin: 10px 0 0 0;
	font-weight: bold;
	font-size: 15px;
	text-transform: lowercase;
	text-decoration: none;
	color: #ffffff;
}

#left-menu a:hover
{
	color: #996633;
}

#right-navbar div
{
	width: 130px;
	height: 150px;
	margin: 0;
	padding: 0;
}

#right-navbar div span
{
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#right-navbar div span a
{
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#right-navbar div span a:hover
{
	background-image: none;
}

#span-about-us
{
	background: url( '..\\images\\about_us.jpg' ) -130px 0px no-repeat;
}

#span-about-us a
{
	background: url( '..\\images\\about_us.jpg' ) top left no-repeat;
}

#span-amenities
{
	background: url( '..\\images\\amenities.jpg' ) -130px 0px no-repeat;
}

#span-amenities a
{
	background: url( '..\\images\\amenities.jpg' ) top left no-repeat;
}

#span-locations
{
	background: url( '..\\images\\locations.jpg' ) -130px 0px no-repeat;
}

#span-locations a
{
	background: url( '..\\images\\locations.jpg' ) top left no-repeat;
}

#span-custom-living
{
	background: url( '..\\images\\custom_living.jpg' ) -130px 0px no-repeat;
}

#span-custom-living a
{
	background: url( '..\\images\\custom_living.jpg' ) top left no-repeat;
}

