@charset "UTF-8";
/* CSS Document */

<style type="text/css">
<!--
body {background-color: #000; font-family: sans-serif;}
label { display: block; } 

a:link {text-decoration: none; color: #FFF;}
a:visited {text-decoration: none; color: #FFF;}
a:hover {text-decoration: none; color: #FFF;}
a:active {text-decoration: none; color: #FFF;}

h1 {font-size: 77pt; font-family: sans-serif; word-spacing: .08em; margin: 0px;}
h2 {font-size: 84pt; font-family: sans-serif; word-spacing: .04em; margin: 0px;}
 
#all {background-color:#000000; color:#FFFFFF; margin:0 auto; text-align:center; width:1200px; font: Arial, Helvetica, sans-serif;}

#name1 {padding-bottom: .025em;}
#name2 {padding-top: 10px;}

#nav a {font-size: 18.5pt;  text-transform: uppercase; font-family: sans-serif; padding-bottom: 8px; color:#FFF;}
#nav a:hover{color: #7a0026;}
#nav a{ -webkit-transition:color .4s ease-out;}

.coda-slider-wrapper {margin: 18px auto; width: 800px;}
.coda-slider { margin-bottom: 4px; }
.title {display: none;}
        
/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider { height: 435px; overflow: auto !important; }
        
/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel { width: 800px; }
        
/* Tab nav */
.coda-nav ul li a.current { background: url('') no-repeat center; }
        
/* Panel padding */
.coda-slider .panel-wrapper {}
        
/* Preloader */
.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

/* Tabbed nav */
.coda-nav ul { clear: both; display: block; overflow: hidden; width: 80px; padding: 0; margin: 0px auto; margin-bottom: 23px;}
.coda-nav ul li { display: inline-block; margin: 0; padding: 0; text-align: center;}
.coda-nav ul li a { display: block; float: left; height: 12px; width: 12px; }
        
/* Miscellaneous */
.coda-slider-wrapper { clear: both; overflow: auto }
.coda-slider { float: left; overflow: hidden; position: relative }
.coda-slider .panel { display: block; float: left }
.coda-slider .panel-container { position: relative }
.coda-nav-left, .coda-nav-right { float: left }
.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none; }


.coda-slider-wrapper a {
  margin: 5px;
  text-decoration: none;
  color: #999;
}

.coda-slider-wrapper a:hover {
  color: #666;
}

.coda-slider-wrapper a.current {
  color: #FFF;
}

-->
</style>