/* Global */
body {
margin-left: 1px;
margin-top: 1px;
margin-right: 1px;
margin-bottom: 1px;
background-image: url('images/bg.png');
font-family: ·s²Ó©úÅé;
color: #FFF;
}
a		{text-decoration: none;	color: #0099FF;}
a:hover	{text-decoration: none;	color: #FF3399;}
#navcontainer { margin-left: 30px; } 

#navcontainer ul 
{ 
margin: 0; 
padding: 0; 
list-style-type: none; 
font-family: verdana, arial, Helvetica, sans-serif; 
} 

#navcontainer li { margin: 0; } 

#navcontainer a 
{ 
display: block; 
padding: 5px 10px; 
width: 125px; 
color: #FFF; 
background-color: #4E4E4E; 
text-decoration: none; 
border-top: 1px solid #fff; 
border-left: 1px solid #fff; 
border-bottom: 1px solid #333; 
border-right: 1px solid #333; 
font-weight: bold; 
font-size: .8em; 
//background-image: url(images/vertical06.jpg); 
background-repeat: no-repeat; 
background-position: 0 0; 
} 

#navcontainer a:hover 
{ 
color: #FFF; 
background-color: #000000; 
text-decoration: none; 
border-top: 1px solid #333; 
border-left: 1px solid #333; 
border-bottom: 1px solid #fff; 
border-right: 1px solid #fff; 
//background-image: url(images/vertical06a.jpg); 
background-repeat: no-repeat; 
background-position: 0 0; 
} 

#navcontainer ul ul li { margin: 0; } 

#navcontainer ul ul a 
{ 
display: block; 
padding: 5px 5px 5px 30px; 
width: 125px; 
color: #FFF; 
background-color: #4E4E4E; 
text-decoration: none; 
font-weight: normal; 
} 

#navcontainer ul ul a:hover 
{ 
color: #FFF; 
background-color: #000000; 
text-decoration: none; 
}

.floater { 
float: right; 
border: solid 1px black; 
padding: 5px; 
margin: 5px; 
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 1.5em;
}

.footer {
	background-color: #000;
	padding: 0.5em;
}

.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 5%;
	left: 25%;
	width: 500px;
	height: 400px;
	padding: 1em;
	border: 1em solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }