body
{
    background-image: url(../images/gr-bg.jpg);
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-position: top left;
    font-family: tahoma;
    font-size: 11px;
}

a
{
    color: #16223C;
    text-decoration: underline;
}

a:hover
{
    color: #999999;
    text-decoration: none;
}

div#wrapper
{
    min-height: 100%;
    width: 777px;
    margin: auto;
    background-image: url(../images/gr-bodyslice.jpg);
    background-repeat: repeat-y;
    padding-left: 5px;
}

div#header
{
    background-image: url(../images/gr-header.jpg);
    background-repeat: no-repeat;
    height: 75px;
    width: 766px;
}

div#header p
{
    display: none;
}

div#header h1
{
    display: none;
}

ul#headermenu
{
    margin: 0px;
    padding: 0px;
    height: 38px;
}

ul#headermenu li
{
    margin: 0px;
    padding: 0px;
    float: left;
    list-style: none;
}

div#content
{
    padding: 10px;
    padding-bottom: 40px;
    height: 100%;
}

div#footer
{
    width: 766px;
    background-image: url(../images/gr-footer.jpg);
    background-repeat: no-repeat;
    height: 40px;
    margin: 0px;
    padding: 0px;
    margin-top: -40px;
}

div#footer div#footer_right
{
    float: right;
    margin-top: 19px;
    margin-right: 20px;    
}

div#footer div#footer_left
{
    float: left;
    margin-top: 19px;
    margin-left: 20px;
}

/*
right panel
*/
div#rightpanel
{
	width: 218px;
	background-image: url(../images/gr-sidebgslice.jpg);
	background-repeat: repeat-y;	
}

div#rightpanel a
{
	display: block;
	padding: 10px;
}

div#rightpanel a:hover
{
	display: block;
	padding: 10px;
	background-color: #ffffff;
}

div#rightpanel p
{
	padding: 10px;
}
/*
end right panel
*/