/* CSS Document */
body {
	BACKGROUND: url(../_img/bg.jpg) #0099E6 no-repeat 50% 0px; TEXT-ALIGN: center; 
	margin: 0px;

}
#bar-top {
width:500px; 
height:17px; 
margin: 100px auto auto 30px;
background-color:transparent; 
opacity: .7;
filter:alpha(opacity=70); 

}
#bar-bottom {
width:500px; 
height:17px; 
margin: 0px auto auto 30px;
background-color:transparent; 
opacity: .7;
filter:alpha(opacity=70); 

}
#content {
width:500px; 
height:auto; 
margin: 0px auto auto 30px;
padding-bottom: 10px;
background-color:#ffffff;
opacity: .7; 
filter:alpha(opacity=70); 
overflow:auto;
}
h1 {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #000; FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
    text-align: left;
	margin-left: 25px;
	margin-right: 40px;
	margin-top: 10px;
}
h2{
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #fff; FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
    text-align: center;
	margin-top: 0px;
}
p{
	text-align: left;
	margin-left: 25px;
	margin-right: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
img.thickbox {
background-color: #0099E6;
width: 80px;
height: 80px;
}

a.thickbox{
display: block;
float:left;
margin: 2px;
border: solid 2px #2C85CE;
width: 80px;
height: 80px;
}
a.thickbox:hover {
border: solid 2px #FF9203;
}

#footer {
	width: 500px;
	height: auto;
	margin: 5px auto 0px 30px;
}
#footer p{
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	margin: 5px auto 0px 30px;
}
#footer A:link {
    font-weight: BOLD;
	COLOR: #84D7FF;
	text-decoration: none;
}
#footer A:active {
    font-weight: BOLD;
	COLOR: #84D7FF;
	text-decoration: none;
}
#footer A:visited {
    font-weight: BOLD;
	COLOR: #84D7FF;
	text-decoration: none;
}
#footer A:hover {
    font-weight: BOLD;
	COLOR: #FF6600;
	text-decoration: none;
}

