body {
  font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
  background-color: #231F20;
  color: #A77D2C;
  margin: 0px;
}

#skip-link,
#page {
  /*
   * To use a 12px font size on the page, delete the 14px declarations.
   * to use a 14px font size on the page, delete the 12px declarations.
   */

  /* Use a 12px base font size with a 18px line height */
  font-size: 0.75em; /* 16px x .75 = 12px */
  line-height: 1.5em; /* 12px x 1.5 = 18px */

  /* Use a 14px base font size with a 21px line height */
  font-size: 0.875em; /* 16px x .875 = 14px */
  line-height: 1.5em; /* 14px x 1.5 = 21px */
  
   /* Use a 16px base font size with a 21px line height */
    font-size: 1.0em; 
  line-height: 1.5em; /* 16px x 1.5 = 21px */
}

@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}

body,
caption,
th,
td,
input,
textarea,
select,
option,
legend,
fieldset {
  /* The following font family declarations are based on the Microsoft core web
   * fonts which are common fonts available on most computer systems. The DejaVu
   * and Nimbus Sans fonts are commonly available on Linux systems where the MS
   * fonts are less common. Tahoma and Helvetica are also widely available.
   *
   * A user's web browser will look at the comma-separated list and will
   * attempt to use each font in turn until it finds one that is available
   * on the user's computer. The final "generic" font (sans-serif, serif or
   * monospace) hints at what type of font to use if the web browser doesn't
   * find any of the fonts in the list.

  font-family: "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
  font-family: Times, "Times New Roman", Georgia, "DejaVu Serif", serif;
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;

  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
  font-family: Tahoma, Verdana, "DejaVu Sans", sans-serif;
  font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;

  font-family: "Courier New", "DejaVu Sans Mono", monospace;

font-family: 'PT Serif', serif;
font-family: "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
   */

  
 
 
 
 font-family: 'Oswald', sans-serif;
}

#tagline
{
	text-align: center;
	color: white;
	text-transform: uppercase;
	font-size: 3.286em;
	font-weight: bold;
	margin-bottom: 30px;
}
#page-wrapper
{
	margin-left: auto;
	margin-right: auto;
  	width: 960px;  	
}

#middle
{
	margin-bottom: 30px;
}

#content
{
	padding: 0 20px;
	font-size: 1.125em;
}

.flag
{
	background: url(../images/flag.jpg) no-repeat;
	
	color: black;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 20px;
	font-size: 1.286em;
	height: 40px;
	padding-top: 4px;
}

#header
{
	margin-bottom: 30px;
}

#footer
{
	clear: both;
	text-align: center; 
	
	font-weight: normal;
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 0.750em;
}

#left-content
{
	width: 520px;
	float: left;
}

#right-content
{
	width: 400px;
	float: left;
}

#contact-text
{
	color: white;
	width: 300px;
	text-align: center;
	margin-left: 50px;
	margin-top: 20px;
}

#main-image
{
	margin-top: 20px;
}

#sig
{
	margin-left: 220px;
}

#closer
{
	clear: both;
	color: white;
	text-align: center;
	margin-bottom: 20px;
}

#header-logo
{
	
}

#header-contact
{
	z-index: 99;
	position: absolute;
	margin-left: 410px;
	top: 150px;
}

#header-contact a
{
	color: #A77D2C;
	text-decoration: none;
}

#closer a
{
	color: white;
	text-decoration: none;
}


#header-contact a:hover, #closer a:hover
{
	text-decoration: underline;
}


.page-title
{
	text-transform: uppercase;
	color: white;
}

.press a
{
	color: white;
	text-decoration: none;
}

.video
{
	text-align: center;
	margin-bottom: 25px;
}

#callout
{
	background-color: #c30101;
	width: 100%;
}

.inner-callout
{
	margin-left: auto;
	margin-right: auto;
  	width: 960px;
  	color: white;
  	text-align: center;
  	padding-top: 10px;
  	padding-bottom: 10px;
  	font-size: 1.333em;
}


