@charset "utf-8";

/*####################################
#  Reset                           
#####################################*/

* { margin:  0; padding: 0; } 

html { height: 100%; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  }

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
  border-collapse: collapse;
  border-spacing: 0;
  }

img { border: 0; }
img { -ms-interpolation-mode: bicubic; }

ul, li { 
  list-style-type: none; 
  padding: 0;
  }

/*####################################
#  Global                           
#####################################*/

body {
  background-color: #000000;
  background-image: url(images/bg_wood.jpg);
  background-position: top;
  background-repeat: repeat-y;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  line-height: 15pt;
  text-align: center;
  color: #878971;
  }

/*####################################
#  Fonts                          
#####################################*/

a, a:link, a:visited {
  color: #ced1af;
  }
  a:hover { color: #e6e8d7; }

h1 {
  margin: 0px;
  padding: 10px 0 10px 0;
  font-weight: normal;
  font-size: 40px;
  color: #e1e1e1;
  }

h2 {
  font-family: 'Lucida Grande', Helvetica, Arial, san-serf;
  font-size: 16px;
  font-weight: bold;
  color: #e1e1e1;
  }

.caption {
  font-size: 11px;
  line-height: 14px;
  font-style: italic;
  }

p { margin: 15px 0 15px 0; }

ul, li { 
  list-style-type: disc; 
  margin-left: 10px;
  }

/*####################################
#  Structure                           
#####################################*/

#container {
  margin: auto;
  text-align: left;
  width: 950px;
  }

#title { margin: 20px 0 10px 50px;}

#content {
  margin: auto;
  width: 850px;
  }

#nav { 
  float: left;
  width: 110px;
  height: 500px;
  margin: -5px 50px 0 0;
  text-align: right;
  }
  .nav_link, .subnav {
    display: block;
    color: #e1e1e1;
    font-family: 'Lucida Grande', Helvetica, Arial, san-serf;
    font-weight: bold;
    line-height: 35px;
    text-decoration: none;
    font-size: 16px;
    }
    .nav_link:hover { color: #f4f4f4; }
  a.subnav { 
    color: #9c9e86;
    font-size: 14px;
    line-height: 22px;
	text-align: left;
    }
	a.subnav:hover { color: #cacdae; }

#col1 {
  float: left;
  width: 400px;
  }

#col2 {
  float: right;
  width: 200px;
  background-color: #0F0F0F;
  border: 1px solid #393939;
  padding: 10px;
  margin: 16px -20px 20px 0;
  }

.image_border, .photo_right { 
  margin: 5px 0 5px 0;
  border: 1px #3b3b3b solid; 
  }
.photo_right {
  position: absolute;
  margin-left: 400px;
  }

#twitter_div ul { padding: 0 0 0 5px; }

#twitter_div li { padding: 0 0 20px 0; }

/*####################################
#  Form                          
#####################################*/

input, textarea {
  margin: 0px 5px 5px 0;
  padding: 4px;
  border: 1px #3b3b3b solid; 
  background-color: #0f0f0f;
  color: #878971;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  }

#button {
  padding: 3px 6px 3px 6x;
  font-family: 'Lucida Grande', Helvetica, Arial, san-serf;
  font-weight: bold;
  font-size: 16px;
  color: #e1e1e1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  }
