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

body {background-color:#000;background-image:url(images/background.jpg); background-repeat:no-repeat; color:#b5b5b5; font-family:"New York","MS Serif", serif; font-size:13px; line-height:16px;}
#container {margin: 0 auto; width:850px;}
#page {background-color:#000; padding:50px;}

em {font-style:italic;}
strong {font-weight:bold;}

#col1 {width:325px; float:left;}
#col2 {width:400px; float:right;}

.intro {margin:15px 0 15px 50px;}
.banner {margin:20px 0;}
.button {padding:15px 0 25px 15px;}

a:link, a:visited {font-weight: bold; color: #4c7b9c; text-decoration: none;}
a:hover, a:active {font-weight: bold; color: #bf9361; text-decoration: underline; background-color:#000;}
p {margin-bottom:15px;}
h2 {margin-bottom:15px;}
.darker {color:#333;}

.times {font-weight:bold; color:#bf9361; padding-right:12px; text-align:right; width:60px;}
.biobox {vertical-align:top;}
.namebox td {padding:5px;}
table, ul {margin-bottom:25px;}

.listy li {margin-left:15px; list-style:circle;}

#footer {border-top: 1px solid #5f5f5f; padding-top:10px; font-size:.90em;}
