﻿#masterpagewrapper
{
    margin-left:auto;
    margin-right:auto;
    top: 0px;
    overflow:hidden;
    float:none;
}

#HeaderLayer1
{
    margin-left:auto;
    margin-right:auto;
    top: 0px;
    width:719px;
    height:auto;
    background-color:Black;
    padding: 0px;
    z-index: 1;
    float:none;
}

#HeaderLayer2
{
    margin-left:auto;
    margin-right:auto;
    top: 20px;
    z-index: 2; 
    width:1000px;
    text-align:center;
    float:none;
}

#maincontent
{
    top:45px;
    margin-left:auto;
    margin-right:auto;
    width: 1000px;
    min-height:570px;
    float:none;
    z-index:1;
}

#footerlayer
{
	top:100px;
    margin-left:auto;
    margin-right:auto;
    width:1000px;
    text-align:center;
    float:none;
}

#contentpage-title
{
    width: 530px;
    top: 0px;
    z-index:1;
}

#contentpage-leftcolumn
{
    width:530px;
}

#contentpage-rightcolumn
{
    float:right;
    width: 463px;
    top: 20px;
}
#contentpage-singlecolumn
{
    margin-left:auto;
    margin-right:auto;
    width: 600px;
    top: 40px;
    z-index:1;
    min-height:500px;
}
#background-image
{
    margin-left:auto;
    margin-right:auto;
    position:absolute;
    width: 640px;
    top: 20px;
    z-index:0;
}

#GridContainerDiv
{
    overflow: auto; 
    width: 695px; 
    height: 500px;
    border-style:none;
}

body
{
    background-color:Black;
    color:White;
    overflow:visible;
    font-family:Georgia;
}

div
{
    position:relative;
    /*overflow:hidden;
    border-style:solid; border-width:1px; border-color:White;*/
}

a:link,
a:visited,
a:active
{
    color:White;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

a:active {
	color:White;
}

iframe
{
    margin-left:auto; 
    margin-right:auto; 
    width:1000px;
    height:500px;
}
