@charset "utf-8";
/* CSS Document */

#column1
{
	float: left;
	width: 350px;
}

#column1content
{
	width: 275px;
	margin: 95px auto 0px auto;
}

#column2
{
	float: left;
	width: 400px;
	padding-left: 8px;
	border-left: 1px solid #464646;
	margin-left: -1px;
}

#column2content
{
	margin: 25px auto;
    text-align: center;
}

#divisions
{
    padding: 0;
    width: 351px;
    height: 97px;
    position: relative;
    background: url(../gfx/error/division_logos.png) no-repeat;
	margin: 10px auto 10px auto;
}

#divisions li
{
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
}

#divisions li, #divisions li a
{
    height: 97px;
    display: block;
}

#blitz      { left: 0; width: 58px;}
#arcade     { left: 58px; width: 58px;}
#volatile   { left: 116px; width: 58px;}
#trusim     { left: 174px; width: 58px;}
#tech       { left: 232px; width: 58px;}
#academy	{ left: 290px; width: 58px;}

#blitz      a:hover { background: transparent url(../gfx/error/division_logos.png) -0px -102px no-repeat; }
#arcade     a:hover { background: transparent url(../gfx/error/division_logos.png) -58px -102px no-repeat; }
#volatile   a:hover { background: transparent url(../gfx/error/division_logos.png) -116px -102px no-repeat; }
#trusim     a:hover { background: transparent url(../gfx/error/division_logos.png) -174px -102px no-repeat; }
#tech       a:hover { background: transparent url(../gfx/error/division_logos.png) -232px -102px no-repeat; }
#academy	a:hover { background: transparent url(../gfx/error/division_logos.png) -290px -102px no-repeat; }

h1 { color: #ed1e24; font-weight: normal; font-size: 250%; }
