<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN//3.2">

<HTML>
<HEAD>


<STYLE type="text/css">

</STYLE>

        <TITLE></TITLE>


</HEAD>


<BODY>



div {
	 border: white;
         background-color: black;

}
#content1 a:active {
	color: #000;
        text-decoration: none;
	}
#content1 a:link {
	color: #000;
        text-decoration: none;
	}
#content1 a:visited {
	color: #000;
        text-decoration: none;
        font-weight: bold;
	}
#content1 a:hover {
	color: #CCC;

	text-decoration: none;
	}

#navigation a:active {
	color: #ffffff;
	font-weight: bold;
        text-decoration: none;
	}

        a:link {
	color: #ffffff;
        font-weight: bold;
        text-decoration: none;
	}
#navigation a:visited {
	color: #ffffff;
        font-weight: bold;
        text-decoration: none;
	}
#navigation a:hover {
	color: #cccccc;
        font-weight: bold;
	text-decoration: none;
	}

#navigation a:active {
	color: #ffffff;
        font-weight: bold;
        text-decoration: none;
	}


body {
	margin: 0 auto;
	width: 1100px;
        background-color: black;

        }
#navigation {


	float: left;
	width: 200px;
        background-color: black;



#navigation  a:link {
     color: #fff;
     background-color: transparent;
     font-weight: bold;
     text-decoration: none;
     }

#navigation  a:visited {
     color: #fff;
     background-color: transparent;
     font-weight: bold;
     text-decoration: none;
     }

#navigation  a:hover {
     color: #fff;
     background-color: #33c;
     font-weight: bold;
     text-decoration: none;
     }




}
#content1 {
	margin-left: 250px;
        background-color: white;


}

#footer {
	clear: both;


}

</BODY>
</HTML>




