/* id = use once per page and are prefixed with # */
/* class = use many times and are prefixed with . */
/* <LINK REL=STYLESHEET TYPE="text/css" HREF="style.css"/> */

html { margin:0px; padding:0px; }

body {
  margin: 5px;
  padding: 5px;
  font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  background-color: #888;
  background-image: url("gfx/background.png");
  background-repeat: repeat-x;
  color: #ffffff;
}

bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:-1;
}

img {
  border: 0px none;
  margin: 0px;
  padding: 0px;
}

#pagewidth {
  width:1024px;
  min-width: 750px;
  margin:0px auto;
  height:100%;
  background-color:#000000;
}

a {
  color: #fff;
  text-decoration: overline;
}

a:visited {
  color: #fff;
}

a:hover {
  color: #FF0000;
  text-decoration: overline underline;
}

#page {
  position:absolute;
  left:0px;
  top:0px;
  width:1024px;
  height:768px;
}

#header {
  font-size: 18px;
  position:absolute;
  left:58px;
  top:0px;
  width:903px;
  height:115px;
  background-image: url("gfx/design2_02.gif");
  background-repeat: no-repeat;
}

#rightbar {position:absolute;left:961px;top:0px;width:63px;height:768px;}

#maincontent {
  position:absolute;
  left:79px;
  top:188px;
  width:647px;
  height:239px;
  background-image:url("gfx/design3_09.gif");
}
#maincontent h1 {
  padding-top: 5px;
  padding-left: 15px;
}
#maincontent p {
  font-size: 22px;
  padding-left: 50px;
}

#subcontent {
  position: absolute;
  left: 79px;
  top:442px;
  width:862px;
  height:239px;
  background-image:url("gfx/design3_15.gif");
}
#subcontent p {
  text-indent: -10px;
  padding-left: 10px;
  font-size: 28px;
  margin: 20px;
}

#comp-ad {
  position:absolute;
  left:745px;
  top:210px;
  width:195px;
  height:239px;
  z-index: 1;
}

#comp-ad-main {position:absolute;left:741px;top:188px;width:200px;height:239px;}


#header-menu {
  padding-left: 10px;
  position:absolute;
  left:97px;
  top:115px;
  width:824px;
  height:33px;
  background-image: url("gfx/design2_05.gif");
  background-repeat: no-repeat;
}

#blank-body {
  position:absolute;
  left:58px;
  top:148px;
  width:903px;
  height:525px;
  background-image: url("gfx/blank-body.gif");
  background-repeat: no-repeat;
  z-index: 0;
  font-size: 18px;
  padding-top: 75px;
  padding-left: 25px;
}

#footer {
  position:absolute;
  text-align: center;
  padding-top: 8px;
  font-size: 22px;
  left:58px;
  top:719px;
  width:903px;
  height:49px;
  background-image: url("gfx/design2_13.gif");
  background-repeat: no-repeat;
}