body,
html 
{
    background: #000000;
    margin: 0px;
    padding: 0px;
}

body
{
	background-image: url('../images/pageBg.gif');
	background-repeat: repeat-x;
	font-family: Tahoma, Arial;
	font-size: 8pt;
	min-width: 980px;
}


#page
{
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

#logo
{
	background-image: url('../images/logo_top.jpg');
	background-repeat: no-repeat;
	cursor: hand;
	height: 100px;
	width: 980px;
}

#navLeft
{
	background-image: url('../images/menuCorner.gif');
	background-repeat: no-repeat;
	float: left;
	height: 35px;
	width: 40px;	
}

#navRight
{
	background-image: url('../images/menuBg.gif');
	background-repeat: repeat-x;
	float: right;
	height: 28px;
	padding-top: 7px;
	width: 940px;
}

#header
{
	background-image: url('../images/masterHeader.jpg');
	background-repeat: no-repeat;
	clear: both;
	height: 130px;
	width: 980px;
}

#video
{
	background-image: url('/images/video.gif');
	background-repeat: no-repeat;
	float: left;
	height: 106px;
	margin: 10px 0px 0px 45px;
	width: 222px;
}

#videoFooter
{
	color: #ffffff;
	float: left;
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
	margin: 90px 0px 0px 220px;
	width: 300px;
}

#signin
{
	float: right;
	margin-top: 5px;
}

#signin a:active, #signin a:link, #signin a:visited
{
	font-family: Tahoma, Arial;
	font-size: 8pt;
	color: #9b2431;
	text-decoration: none;
}

#signin a:hover
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #1e62a3;
	text-decoration: underline;
}

#main
{
	background-color: #F5F5F5;
	background-image: url('/images/body_bg.gif');
	background-position: right top;
	background-repeat: no-repeat;
	clear: both;
	min-height: 350px;
	padding: 0px 5px 10px 5px;
}

#footer
{
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
	clear: both;
	color: #f5f5f5;
	height: 33px;
	width: 980px;
}

/* float clearing for IE6 */
* html #bodyMaster
{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html #bodyMaster
{
  min-height: 1%;
}

/* float clearing for everyone else */
#bodyMaster:after
{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
