* {
margin: 0;
padding: 0;
font-size: 100%;
}

body {
margin: 10px;
text-align: center;
font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
font-size: 76.6%;
color: #ccc;
}
a, a:link, a:visited {
color: #ffc;
font-weight: normal;
text-decoration: none;
}
a:hover {
color: #fc6;
text-decoration: underline;
}

#wrap {
margin: 0 auto;
width: 750px;
border: 2px solid #000;
text-align: left;
background: #000;
overflow: hidden;
}

#wrap a, #wrap a:link, #wrap a:visited {
color: #c90;
}

#wrap a:hover {
color: #fc6;
}

#banner {
height: 255px;
width: 750px;
background: transparent url(i/bnr_welcome_home.jpg) no-repeat;
overflow: hidden;
}

#banner #nav {
margin: 236px 0 0 0;
text-align: center;
letter-spacing: 1px;
word-spacing: 7px;
white-space: nowrap;
font-size: 1.1em
}

#banner #nav #nav-inner a,
#banner #nav #nav-inner a:link,
#banner #nav #nav-inner a:visited {
color: #fec;
}

#banner #nav #nav-inner a:hover {
color: #fc6;
}

#scroll {
width:61px;
height: 180px;
float: left;
background: transparent url(i/scroll.gif) right bottom no-repeat;
}

#content {
height: 100%;
width: 618px;
margin: 20px 60px 0 10px;
float: left;
overflow: hidden;
}

#spiral {
width: 55px;
height: 55px;
float: right;
background: transparent url(i/spiral.gif);
margin: 0 6px 6px 6px;
}

.photo {
float: left;
margin: 0 0 12px 0;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.5em;
color:	#ffc;
font-variant: small-caps;
padding: 18px 0;			
font-weight: normal;
}

h2 {
font-size: 1.3em;
color: #fff;
font-variant: small-caps;
padding: 16px 0;			
font-weight: normal;
}

h3 {
font-size: 1.1em;
color: #fff;
padding: 14px 0;			
font-weight: normal;
}

h4 {
font-size: 1em;
color: #fff;
padding: 12px 0;	
font-weight: normal;
}

h5 {
color: #fff;
padding: 12px 0;
font-weight: normal;
}

h6 {
color: #fff;
padding: 10px 0;
font-weight: normal;
}

table {margin: 6px auto;}

blockquote, ol, dl, dir, ul {
margin: 16px;
}

li, dt, dl  {
margin: 6px 0;
}

ul.videolink {
float: left;
width: 42%;
}

p {
padding: 5px 0;			
 }

.small {
font-size: smaller;
color: #aaa;
}

acronym {
font-variant: small-caps;
}

img {
margin: 0.7em;  
border: none;   
}

hr {
width: 56%;
margin: 10px 22%;
color: #bca;
border-bottom: none;
border-left: none;
border-right: none;
text-align: center;
}
/* home */
body#home {
background: #3d1f1f;
}
body#home #banner {
background: transparent url(i/bnr_welcome_home.jpg) no-repeat;
}
body#home #content {
color: #dcb;
}
body#home .bright {
color: #6a3;
}
/* Gallery */
body#gallery {
background: #392400;
}
body#gallery #banner {
background: transparent url(i/bnr_gallery.jpg) no-repeat;
}

/* Performance */
body#performance {
background: #003;
}
body#performance #banner {
background: transparent url(i/bnr_performance.jpg) no-repeat;
}
body#performance .bright{
color: #f0f;
}
body#performance h2, body#performance h3, body#performance h4, body#performance h5 {
color: #939;
}
body#performance #content {
color: #05c;
}

/* Special */
body#special {
background: #0e2a39;
}
body#special #banner {
background: transparent url(i/bnr_special.jpg) no-repeat;
}
body#special #content {
color: #cef;
}
/* Instruction */
body#instruction {
background: #484d37;
}
body#instruction #banner {
background: transparent url(i/bnr_instruction.jpg) no-repeat;
}
body#instruction #content {
color: #996;
}
body#instruction #content .bright {
color: #d63;
}

/* Contact */
body#contact {
background: #5e2b31;
}
body#contact #banner {
background: transparent url(i/bnr_contact.jpg) no-repeat;
}
body#contact #content {
color: #fdc;
}
body#contact #content a, 
body#contact #content a:link, 
body#contact #content a:visited {
color: #c03;
}
body#contact #content a:hover {
color: #fc6;
}

/* assignable */

.bright {
color: #eacc32;
font-size: 1.15em;
font-family: "Book Antiqua", georgia, serif;
}

.inspire-title {
color: #ffcc33;
font-size: 1.7em;
font-family: "Book Antiqua", georgia, serif;
font-style: italic;
}

.quote {
font-family: georgia, serif;
color: #ddc;
}

.caption {
color: #a99;
font-size: 0.9em;
margin-top: -0.5em;
}

.larger {
font-size: larger;
}

.smaller {
font-size: 0.8em;
}

.center {
padding: 0.25em 0 0 0;
text-align: center;
}

.left {
text-align: left;
}
.right {
text-align: right;
}

.centerpage {
width: 60%;
padding: 10px 20%;
text-align: center;
}

.float_left {
float: left;
margin-left: 0;
width: 49%;
}

.float_right {
float: right;
margin-right: 0;
width: 49%;
}

.clr  { 
clear: both;
height: 1px;
}
