/* CSS Document */
h1{
	font-family:Arial;
	font-size: 14px;
	color: #e959a5;
	font-weight: bold;
	margin: auto;
	position: absolute;
	left: 169px;
	top: 150px;
 }

h2 {
	font-family: Arial;
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	margin: auto;
	position: absolute;
	left: 10px;
	top: 19px;
	}
	
h3 {
   font-family: arial;
   font-size: 14px;
   font-weight: normal;
   padding-top: 10px;
   padding-left: 10px;
   padding-right: 10px;
   }	
 h4 {
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	margin: auto;
	/*position: absolute;*/
	color: #000000;
	left: 10px;
	margin-top: 10px;
	text-align: center;
   }
  
  h5 {
    font-family: Arial;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	margin: auto;
	position: absolute;
	left: 10px;
	top: 19px;
	}


body {
    height: 1160px;
	width: 818px;
	background-color: #ffffff;
	background-image: url(images/grad2.jpg);
	margin-top:10px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:30px;
	}
	/*lightbox*/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
    font-family: arial;
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
/*endlightbox*/


	
#container {
   height: 1160px;
   width: 818px;
   background-color: #ffffff;
   margin-top: 10px;
   margin-right: auto;
   margin-left: auto;
   position: absolute;
   border: 1px solid #000000;
   }
   
#header {
   height: 170px;
   width: 818px;
   background-image: url(images/top.gif);
   margin: auto;
   position: absolute;
   
   }
   
#side {
	height: 849px;
	width: 169px;
	background-color: #ffffff;
	margin: auto;
	position: absolute;
	border-right: 1px solid #000000;
	left: 0px;
	top: 170px;
   }   
   
   #snav {
	width: 149px;
	height: 849px;
	border-bottom: 0px;
	text-align: left;
	padding-top: 90px;
	padding-left: 10px;
	padding-bottom: 145px;
	float: left;
	
	
}
	#snav ul {
	font-family: arial;
	font-weight:bold;
	font-size: 14px;
	line-height: 25px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	}
	#snav a {
		color: #0099cc;
		text-decoration: none;
		font: arial;
	}
		#snav a:hover {
		color: #e959a5;
		text-decoration: none;
		}
   
#main {
   height: 849px;
   width: 647px;
  /* background-image: url(images/mainbackground.gif);*/
  color: #000000;
   margin: auto;
   position: absolute;
   left: 170px;
   top: 170px;
   }   
   
#u {
   height: 73px;
   width:169px;
   background-image: url(images/logobott.gif);
   margin: auto;
   position: absolute;
   left: 0px;
   top: 170px;
   }   
   
#footer {
height: 141px;
width: 818px;
background-image: url(images/bottom.gif);
margin: auto;
position: absolute;
left: 0px;
top: 1019px;
}   
	
