body {
	background: url('background.jpg') black;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	color: #bbb;
  text-shadow: #000 1px 1px 4px;  
/*  text-shadow: 2px 1px 1px #444 ;*/
	font-family: Georgia, "Times New Roman", Times, serif;
/*  font-family: serif;
  font-family: sans-serif;
*/	
font-size: 12px;
	line-height: 14px;
}

strong { font-style: italic;}

#container {
	background: black;
	width: 800px;
  -webkit-box-shadow: 0px 0px 20px #000;
  -moz-box-shadow: 2px 2px 10px #000;
  box-shadow: 0px 0px 20px #000;

	margin-left: 150px;
/*  margin-right: auto;*/
height: 720px;

/*opacity:.50;filter: alpha(opacity=50); 
-moz-opacity: 0.5;
 opacity:0.95;
*/ 
z-index: 0;

}

#content {
  padding-right: 78px;
  padding-top: 92px;
  text-align: justify;
}

#topleft {
  margin: 0;
  padding: 5px 0;
}

#logo {
  float: right;
  margin: 0;
  padding: 4px 5px;
}

#main1 {
  background: url('menu1.png');
  width: 129px;
  height: 119px;
  position: fixed;
  top: 436px;
  left: 0px;
  z-index: 1000;
}

#main2 {
  background: url('menu2.png');
  width: 132px;
  height: 119px;
  position: fixed;
  top: 436px;
  left: 131px;
}

#main3 {
  background: url('menu3.png') no-repeat;
  width: 311px;
  width: 585px;
  height: 119px;
  position: fixed;
  top: 436px;
  left: 265px;
}

#main4 {
  background: url('menu4.png') ;
  width: 274px;
  height: 119px;
  position: relative;
  position: fixed;
  top: 436px;
  left: 578px;

/*left: 313px;*/
}

#section {
  padding-left: 3px;
}

#subsection {
/*  padding-left: 4px;
  position: fixed;
  top: 114px;
  left: 222px;
*/  
  position: relative;
  top: -259px;
  left: 31px;
  
}

a {
text-decoration:none;
font-size: 14px;
color:#3399FF;
color:#1d838d;
color: #3287D0;
}

a.pdflink {
color: #222222;
font-weight: bold;
}

a:hover {
text-decoration:underline;
}
