﻿body 
{
	background: url(../images/BodyBG.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#373a42;
	font-family:verdana;
	font-size:9pt;
}
.ContentPane
{
	background: url(../images/ContentBG.jpg) repeat-x left bottom;
	background-color:White;
}
.Spirit
{
	background: url(../images/SpiritVideoBG.jpg) repeat-x left top;
}

.Footer
{
	color:#FFFFFF;
	font-size:9px;
	font-family:Verdana;
	line-height:18px;
}

A.FooterNav:link {
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: #FFFFFF;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial;
    TEXT-DECORATION: none;
}

A.FooterNav:visited  {
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: #FFFFFF;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial;
    TEXT-DECORATION: none;
}

A.FooterNav:active   {
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: #FFFFFF;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial;
    TEXT-DECORATION: none;
}

A.FooterNav:hover    {
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: #FFFFFF;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial;
    TEXT-DECORATION: underline;
}
.container {
	width:701px;
}

.container .header {
	background-image:url(images/bg-brown-title.gif);
	height:50px;
	text-align:center;
	color:white;
	font-size:24px;
	position:relative;
}

.header .header_left {
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(images/left-brown-title.gif);
	width:36px;
	height:50px;
}

.header .header_right {
	position:absolute;
	top:0px;
	right:0px;
	background-image:url(images/right-brown-title.gif);
	width:36px;
	height:50px;
}

.container #icons_container {
	background:rgb(100,100,100);
	/*margin-top:0px;*/
}

#icons_container .icon {
	position:relative;
	width:175px;
	height:159px;
	float:left;
	cursor:pointer;
}

#icons_container .icon img {
	width:175px;
	height:159px;
	z-index:-1;
}

#icons_container .icon_right {
	position:relative;
	width:176px;
	height:159px;
	float:left;
	cursor:pointer;
}

#icons_container .icon_right img {
	width:176px;
	height:159px;
	float:left;
}

.greyout {
	position:absolute;
	top:0px;
	left:0px;
	width:175px;
	height:159px;
	cursor:pointer;
	z-index:1;
}

.greyout_right {
	width:176px;
}

