/* Based on a template by Ben Meadowcroft, see http://www.benmeadowcroft.com/webdev/  for more info */
html, body, #content
{
	min-height: 100%;
	width: 100%;
	height: 100%; /* Hack for IE5+ */
}

html>body, html>body #content
{
	height: auto;
}


#content
{
	position: absolute;
	top: 130px;
	left: 0px;
}

.menu
{
	position : absolute;
	top : 1em;
	left : 5px;
	width : 10em;
	z-index : 1;
	padding : 0px;
	background-color: #D5E8D4;
	/*margin-bottom : 0.5em;*/
}

.menu a
{
	display : block;
}
.menu .delimiter
{
	display : none;
}

.other
{
	position : absolute;
	top : 1em;
	right : 5px;
	width : 5em;
	z-index : 1;
	padding : 0em;
}

.other
{
	padding : 0.5em;
	margin-bottom : 0.5em;
}

.contentText
{
	margin-top:1em;
	margin-bottom: 3em;
	margin-right:2em;
	margin-left:12em;
	height: auto;
	padding:0.5em;
	background-image:  url(../alt1Files/gc-watermark.jpg);
	background-repeat: no-repeat;
	min-height:450px;
}

.footer {
	width: 100%;
	text-align: center;
	position:absolute;
	bottom :0px;
	clear:both;
	margin-top: 10px;
	padding-top: 10px;
}
.header {
	width: 100%;
	text-align: center;
	position:absolute;
	top :0px;
	background-image:  url(../alt1Files/gc-head.jpg);
	height: 130px;
	background-position: right;
	background-repeat: no-repeat;
}
.right {
float:right;
}
.left {
float:left
}