/* CSS Document */

body {

	background-image: url(wallpaper.jpg);
	background-attachment:fixed;
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}

DIV.outer
      {
      position: absolute;
      left: 50%;
      width: 963px;
      margin-left: -438px; /* half of width */
      }

DIV.headerTop
      {
	  background-image:url(images/headerTop.png);
	  width:963px;
	  height:219px;
	  }

DIV.headermid
      {
	background-image:url(images/headerMid.png);
	width:963px;
	display:inline-table;
	  }

DIV.headerBottom
      {
	background-image:url(images/headerBot.png);
	width:963px;
	height:86px;
	clear: left;
	  }

DIV.content
	{
	width:800px;
	margin-left:50px;
	}
	
DIV.box {
	  background-repeat:no-repeat;
	  width:760px;
	  padding-left:40px;
	  padding-top:15px;
	  }

DIV.divL
      {
	  background-image:url(images/divL.png);
	  width:17px;
	  height:16px;
	  float:left;
	  }
DIV.divC
      {
	  background-image:url(images/divC.png);
	  height:16px;
	  float:left;
	  }
DIV.divR
      {
	  background-image:url(images/divR.png);
	  width:17px;
	  height:16px;
	  float:left;
	  }

DIV.footerTop
      {
	  background-image:url(images/footerTop.png);
	  width:963px;
	  height:89px;
	  margin-top:-120px;
	  }

DIV.footerMid
      {
	  background-image:url(images/footerMid.png);
	  width:963px;
	  padding:3px;
	  }

DIV.footerBot
      {
	  background-image:url(images/footerBot.png);
	  width:963px;
	  height:100px;
	  }
