/**********************************************
CSS FILE FOR PHOSPHOR WHITESITE - MAIN STYLES
DEVELOPED BY PHOSPHOR ESSENCE
COPYRIGHT 2008
www.phosphor.co.nz

- CONTENTS -

-=Layout

**********************************************/
body {
    height:100%;
    background-color:#000;
}
#header {
    position:relative;
    width:750px;
}
#container {
    width:750px;
    position:relative;
    left:50%;
    margin-left:-375px;
    height:100%;
}
#logo {
    display:block;
    text-indent:-9999px;
    background:url(/images/logo.gif);
    height:97px;
    width:156px;
    position:absolute;
    top:35px;
    left:0px;
}
#login 
{
	float:right;
    color:#E10D02;
    background:#92080a url(/images/login-bg.gif) repeat-x top;
}
.logoutPanel{
	float:left;
	color:#fff;
}

#nav 
{
	float:left;
    width:750px;
    background:url(/images/bg-trans.png) repeat;
    /*padding-top:78px;
    float:right;
    position:relative;*/
}
/*.index #nav {
    padding-top:210px;
}*/
#subNav {
    float:left;
    width:150px;
    margin-top:30px;
    display:inline;
}

#sponsors {
    margin-top:30px;
    margin-left:13px;
}

#mainContent {
    float:right;
    width:556px;
    margin-top:30px;
    margin-right:16px;
}



#footer {
    background:url(/images/footer/footer_bkgd.gif) no-repeat left bottom;
    padding-left:180px;
    position:relative;
    height:135px;
}

#utils {}


