@charset "UTF-8";
/* CSS Document */

body {background-color: #000; min-width: 1000px; margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; text-align: center; color: #fff;}
#container {width: 1000px; height: auto; margin: auto; text-align: left; font-size: 14px; position: relative; }

/* unvisited link */
a:link {color: #FF0000; text-decoration: none;}

/* visited link */
a:visited {color: #009999; text-decoration: none;}

/* mouse over link */
a:hover {color: #FFCC00; text-decoration: none;}

/* selected link */
a:active {color: #FFCC00; text-decoration: none;}

#contents {width: 100%; height: auto; margin-top: 50px; text-align:center; font-weight: 600}
#buttons {margin-top: 20px; color: #fff; letter-spacing: 1px; font-weight: 600; width: 150px; float:right}
#buttons a {color: #fff; text-decoration: none;}
#title {margin-top: 20px; color: #77C3F3; letter-spacing: 1px; font-weight: 600; width: 250px; float: left}
#logo {position:relative; top: 10px; left: 10px; margin-left: 45%;}
h2 {font-size: 24px; letter-spacing: 1px; font-weight: 600; margin-bottom: 10px;}
h3 {font-size: 18px; letter-spacing: 1px; font-weight: 600; color: #77C3F3;}
#slideshow #slideshowWindow {
	width:1000px;
	height:750px;
	margin-top:20px;
	padding:0;
	position:relative;
	overflow:hidden;
}
.blue {color: #77C3F3;}
.red {color: #ff0000;}
.indent {margin: 10px 200px;}