

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;
}

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 {
    color: #F0F8FF;
    background-color: transparent;
    padding-left: 5px;
    text-decoration: none;
    width: 150px;
    font-weight: bold;
  }


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


#content {
    width: 900px;
    padding-top: 10px;
    padding-left: 2px;
    color: White;
	Padding-top : 3px;
   Padding-right : 3px;
   Padding-bottom : 3px;
   Padding-left : 3px;
  }


#content a:link, a:visited {
    color: #E0FFFF;
  }


#content a:hover, a:active {
    color: #E7D8C3;
  }


#title {
    background-image: url('grayfilter.gif');
    background-repeat: repeat;
    height: 40px;
    width: 800px;
    padding-left: 2px;
  }


#title a:link, a:visited, a:hover {
    color: Black;
    padding-left: 10px;
    font-size: 18px;
  }


