@import url(http://fonts.googleapis.com/css?family=Aldrich);

body {
  color: #ffffff;
  background-color: #1F3767;
  font-family: Helvetica;
}

.warjam-font {
  font-family: 'Aldrich', sans-serif;
}

#root {
  text-align: center;
}

#main_table {
  margin: auto;
}

#nav {
  text-align: center;
}

#nav table {
  margin: auto;
}

#nav td {
  text-align: center;
  vertical-align: center;
}

#nav a {
  display: block;
  width: 230px;
  height: 40px;
  color: #D5923B;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  font-family: 'Aldrich', 'Helvetica';
  background: url(../img/nav_button_bg_13213e.png) no-repeat center;
  line-height: 44px;
}

#nav a:hover {
  background-image: url(../img/nav_button_bg_ffffff.png);
  color: #13213E;
  
}

#warjam {
  font-family: Arial Black;
  font-size: 32px;
}

#logo_cell {
  width: 230px;
}

#header_cell {
  text-align: center;
  width: 670px;
  font-weight: bold;
  font-size: 20px;
  font-variant: small-caps;
}

#content {
  padding: 10px;
  vertical-align: top;
  font-size: 16px;
  width: 670px;
  font-family: Calibri, Helvetica;
}

h1 {
  font-family: 'Aldrich', 'Arial Black';
  font-variant: small-caps;
  margin-top: 0px;
  font-size: 26px;
  font-weight: bold;
  background-color: #13213E;
  padding: 5px 0 2px 10px;
  color: #D5923B;
  border: solid 2px #00000f;
}

a {
  color: #D5923B;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#header {
  padding: 0;
  margin: 0;
  width: 900px;
  background: url(../img/header.png) center no-repeat;
  height: 90px;
  vertical-align: top;
}

#header_phone_fax {
  position: relative;
  top: 166px;
  left: 408px;
  font-size: 17px;
}

#footer {
  text-align: center;
  font-size: 10px;
  color: #ffffff;
  font-weight: bold;
  font-family: Arial;
}

#fb_like_container {
  background-color: #13213E;
  border-radius: 5px;
  padding: 6 0 6 0;
}
