

body {
    background-attachment : scroll;
    background-color : #000000;
    background-image : url('pageback1.jpg');
    background-position : top right;
    background-repeat : no-repeat;
    width : 900px;
  }


#main {
    background-color: transparent;
    width: 800px;
  }


#head {
    color : Silver;
    height : 210px;
    width : 900px;
  }

#box
{
   Background-color : transparent;
   Color : white; 
	font-size : large;
	Font-weight : bold;
	border-left: dotted red;
	border-right: dotted red;
	border-top: dotted red;
	border-bottom: dotted red;
	Padding-top : 3px;
   Padding-right : 3px;
   Padding-bottom : 3px;
   Padding-left : 3px;
   width: 200px;
   background-image: url('grayfilter.gif');
   background-repeat: repeat;
   vertical-align: top;
}

#meniuright
{
   Background-color : transparent;
   Color : yellow; 
	font-size : large;
	Font-weight : bold;
	border-left: groove yellow;
	border-right: groove yellow;
	border-top: groove yellow;
	border-bottom: groove yellow;
	Padding-top : 3px;
   Padding-right : 3px;
   Padding-bottom : 3px;
   Padding-left : 3px;
   width: 900px;
   background-repeat: repeat;
	vertical-align: top;
	text-align: right;
}


ul {
    width: 300px;
    height: 210px;
    list-style-position: inside;
    text-align: left;
    list-style-type: none;
    margin-left: -10px;
    margin-top: 20px;
  }



#meniuright a:link, a:visited {
	vertical-align: top;
	text-align: left;
    color: #FF0000;
    background-color: transparent;
    padding-left: 5px;
    text-decoration: none;
    width: 150px;
    font-weight: bold;
  }


#meniuright a:hover, a:active {
	vertical-align: top;
	text-align: left;
    color: black;
    padding-left: 5px;
    text-decoration: none;
    width: 150px;
    font-weight: bold;
    background-color: red;
  }

#content a:link, a:visited {
	vertical-align: top;
	text-align: left;
    color: #FF0000;
    background-color: transparent;
    padding-left: 5px;
    text-decoration: none;
    width: 120px;
    font-weight: bold;
  }


#content a:hover, a:active {
	vertical-align: top;
	text-align: left;
    color: yellow;
    padding-left: 5px;
    text-decoration: none;
    width: 120px;
    font-weight: bold;

  }

#content {
    width: 900px;
    padding-top: 10px;
    padding-left: 2px;
    color: #c0c0c0;
    border-left: thin solid red;
    border-right: thin solid red;
	border-bottom: thin solid  red;
	border-top: thin solid  red;
	Padding-top : 3px;
   Padding-right : 3px;
   Padding-bottom : 3px;
   Padding-left : 3px;
	vertical-align: top;
  }

h2
{
    Background-image : url("colbar.gif");
    Color : #81C1FF;
    Background-repeat : repeat-x;
    Background-position : bottom left;
    Background-color : transparent;
    	text-align: center;
}


