body
{
     color: #C0C0C0;
		 background-color: black;
		 background-image: url('background.jpg');
		 font: normal normal 900 14px times;
}

a
{
     color: #a4b8eb;
     text-decoration: none;
}

a:hover
{
     text-decoration: underline;
}

img
{
     border: 0px;
}

h2
{
     color: white;
		 margin: 0;
}

h3
{
     color: white;
		 margin: 0;
		 text-decoration: underline;
}

#logo
{
     position: absolute;
		 top: 62px;
		 left: 270px;
}

#topbar
{
     position: absolute;
		 top: 0px;
		 left: 0px;
}

#lefttopbar
{
     position: absolute;
		 top: 57px;
		 left: 0px;
}

#righttopbar
{
     position: absolute;
		 top: 57px;
		 left: 726px;
}

#homebutton
{
     position: absolute;
		 top: 267px;
		 left: 0px;
}

#programsbutton
{
     position: absolute;
		 top: 315px;
		 left: 0px;
}

#linksbutton
{
     position: absolute;
		 top: 363px;
		 left: 0px;
}

#emailbutton
{
     position: absolute;
		 top: 411px;
		 left: 0px;
}

#content
{
     position: absolute;
		 top: 217px;
		 left: 180px;
		 width: 550px;
		 font: normal normal 900 14px times;
}

#copyright
{
     text-align: center;
		 font: normal normal 900 10px times;
}

#tableleftcontent
{
     float: left;
     width: 110px;
}

#tablerightcontent
{
		 margin-left: 111px;
}