html,
body 
{
	margin:0;
	padding:0;
	height:100%; /* 100 % height */
        color: #ccc;
        font-family: "Lucida Grande", Helvetica, sans-serif;
        font-size: 10px;
	overflow: hidden;
}

a
{
	color: #fff;
	text-decoration: none;
}

html>body #wrap {height:100%;} /* 100 % height */

#header
{
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height:80px;
	background: #134ABF url(/img/sky1.jpg) fixed no-repeat top right;
	border-bottom: 2px solid black;
}

img#logo
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#content-container
{
	position: absolute;
	top: 80px;
	width: 100%;
	bottom: 125px;
	padding: 0;
	margin: 0;
	text-align: justify;
}

img#bg
{
position: absolute;
left: 0px;
width: auto;
height: 100%;
z-index: -1;
}

#content
{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 37%;
	padding-left: 1em;
	padding-right: 1em;
	background: url(/img/bg_black_75.png);
	font-size: 13px;
	overflow: auto;
}

#footer 
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width:100%;
	height:125px;
	background: url(/img/grass1.jpg) repeat-x  bottom;
	color: #333;
	text-align: center;
	border-top: 2px solid black;
}

#footer a
{
	color #ccc;
}

#copyright
{
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
}

/* Top-Level Menu CSS for Top-Level Menu Pages */

#toplevelmenu
{
        display: inline;
        margin: 0px;
}

#toplevelmenu ul
{
        display: inline;
        font-size: 18px;
        font-weight: normal;
        margin: 0px;
        margin-right: 5px;
        list-style-type: none;
        padding: 0px;
}

#toplevelmenu ul li
{
        display: inline;
}

#toplevelmenu ul a
{
        color: #333;
        text-decoration: none;
        padding-left: 5px;
        padding-right: 5px;
}

{
        /* main container for content that fits in the template */
        position: absolute;
        top: 32px;
        bottom: 23px;
        height: auto;
        background: url(/img/bg_black_60.png);
        right: 0px;
        width: 55%;
        overflow: auto;
}


