/* CSS Document */

BODY {
	background-color : #000000;
	scrollbar-face-color : #AEA998;
	scrollbar-shadow-color : #000000;
	color : #330000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

html {
  overflow-x: hidden;
}

#box {
  width:800px;
  height:700px;
  position:absolute;
  top:25px;
  left:25px;
  background-color:#ffcc33;
  background-image:url('/template/00.jpg');
  background-repeat:norepeat;
}

#links {
  width:175px;
  height:700px;
  position:absolute;
  top:0px;
  left:0px;
}

#content {
  width:625px;
  height:650px;
  position:absolute;
  top:0px;
  left:175px;
  vertical-align:top;
}

#cornerdot {
  width:50px;
  height:50px;
  position:absolute;
  top:650px;
  left:750px;
}

#navidots {
  width:100px;
  height:100px;
  position:absolute;
  top:600px;
  left:700px;
}

.linkitem {
  width:175px;
  height:50px;
  padding:0px;
  margin:0px;
  border:0;
  border-width:0;
  border-spacing:0;
  border-style:none;
  padding:none;
}


table.left {
  nowrap;
  width:175px;
  height:700px;
  border:0;
  border-width:0;
  border-spacing:0;
  border-style:none;
  padding:none;
  margin:0;
  border-collapse:collapse;
}

table.left tr, table.left th {
  height:50;
}


.linkimage {display: block;  width:175px;  height:50px; filter: alpha(opacity = 50); opacity:.5; }
.linkimage:hover {                                      filter: alpha(opacity = 100); opacity:1; }

#img01 { background-image: url('/template/01.jpg'); }
#img02 { background-image: url('/template/02.jpg'); }
#img03 { background-image: url('/template/03.jpg'); }
#img04 { background-image: url('/template/04.jpg'); }
#img05 { background-image: url('/template/05.jpg'); }
#img06 { background-image: url('/template/06.jpg'); }
#img07 { background-image: url('/template/07.jpg'); }
#img08 { background-image: url('/template/08.jpg'); }
#img09 { background-image: url('/template/09.jpg'); }
#img10 { background-image: url('/template/10.jpg'); }
#img11 { background-image: url('/template/11.jpg'); }
#img12 { background-image: url('/template/12.jpg'); }
#img13 { background-image: url('/template/13.jpg'); }
#img14 { background-image: url('/template/14.jpg'); }


.linkimage {display: block;  width:175px;  height:50px; filter: alpha(opacity = 50); opacity:.5; }
.linkimage:hover {                                      filter: alpha(opacity = 100); opacity:1; }


#dotGreen  {display: block;  width:50px;   height:50px; filter: alpha(opacity = 50); opacity:.5;
            background-image: url('/template/dotgreen.jpg'); }
#dotGreen:hover {                                       filter: alpha(opacity = 100); opacity:1; }

                
#dotStart  { display: block;  width:50px;  height:50px; filter: alpha(opacity = 50); opacity:.5;
                background-image: url('/template/dotstart.jpg'); }
#dotStart:hover {                                       filter: alpha(opacity = 100); opacity:1; }

#dotReset { display: block;  width:50px; height:50px;   filter: alpha(opacity = 50); opacity:.5;
                background-image: url('/template/dotreset.jpg'); }
#dotReset:hover {                                       filter: alpha(opacity = 100); opacity:1; }

#dotYellow { display: block;  width:50px; height:50px;
                background-image: url('/template/dotyellow.jpg'); }
#dotGreen2  {display: block;  width:50px;   height:50px; filter: alpha(opacity = 100); opacity:1;
            background-image: url('/template/dotgreen.jpg'); }



a, a.link, v.link {
  color:#663333;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

h1 {
  color:#000000;
  font-family:"Berlin Sans FB","Berlin Sans","Arial",sans-serif;
  font-weight:normal;
  font-size:150%;
  line-height:110%;
  margin-top:0px;;
  margin-bottom:0px;
}                 

h2 {
  color:#000000;
  font-family:"Berlin Sans FB","Berlin Sans","Arial",sans-serif;
  font-weight:normal;
  font-size:120%;
  line-height:90%;
  margin-top:0px;
  margin-bottom:0px;
}        

h3 {
  color:#996633;
  font-family:"Berlin Sans FB","Berlin Sans","Arial",sans-serif;
  font-weight:normal;
  font-size:120%;
  line-height:90%;
  margin-top:0px;
  margin-bottom:0px;
}    

p {
  color:#330000;
  font-family:"Arial",sans-serif;
  font-size:100%;
  margin-top:0px;
  margin-bottom:5px;
}        
                                