body
{
    font-family: Arial;
    font-size: 12px;
    color: #444444;
    text-align: center;
    margin: 0;
    padding: 5px;
}

img
{
   border: 0;
}

#container
{
    width: 913px;
    margin: auto;
    text-align: left;
}

#header
{
   width: 100%;
   height: 75px;
   display: block;
   clear: both;
   position: relative;
}

    #header .logo
    {
        position: absolute;
        top: 10px;
        left: 0px;
        width: 206px;
        height: 62px;
        background-image: url('../images/logo.jpg');
        background-repeat: no-repeat;
    }

    #header .name
    {
        position: absolute;
        top: 28px;
        left: 800px;
        visibility: hidden;
    }

#navigation
{
   width: 100%;
   height: 63px;
   display: block;
   clear: both;
   position: relative;
   background-image: url('../images/bkgnd-repeat.jpg');
   background-repeat: repeat-x;
}

    #navigation .navmenu
    {
        position: absolute;
        width: 100%;
        display: block;
        list-style-type: none;
        padding: 0px;
        margin: 0px;
    }

	#navigation .navmenu li
	{
		padding: 0;
		margin: 0;
		float: left;
	}

        #navigation .navmenu a
        {
            float: left;
            padding: 5px 20px 5px 20px;
            color: #ffffff;
            text-decoration: none;
            font-family: verdana;
        }

        #navigation .navmenu a:hover
        {
            float: left;
            background-color: #333399;
        }

    #navigation .currentuser
    {
        position: absolute;
        top: 32px;
        left: 0px;
        color: #000000;
        font-weight: bold;
	text-align: right;
	width: 100%;
    }

        #navigation .currentuser a
        {
            color: #ffffff;
        }

        #navigation .currentuser a:hover
        {
            color: #ffff00;
        }

#content
{
   width: 100%;
   display: block;
   clear: both;
}
