/* Copyright (c) 2006 Michael Phan-Ba. All rights reserved. */

body
{
    margin-top: 50px;
}

#sidebar
{
    top: 51px;
}

#header
{
	background: #4D81F1 url("../img/bg_header.jpg") repeat-x;

	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 50px;
}

#statinfo
{
    line-height: 50px;
    text-align: right;
    color: #FFF;
    padding: 0 16px 0 8px;
    float: right;
}

#header a
{
    color: #FFF;
}

#header a:hover
{
    text-decoration: none;
}

#header h1
{
    color: #FFF;
    font-size: 20pt;
    font-weight: normal;
    line-height: 50px;
    padding: 0 8px 0 16px;
    float: left;
}

#sidebar
{
    top: 51px;
}
