/* the big reset
------------------------------------------------------ */
/* From Eric Meyer's blog 

http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/

*/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
/*
This does funky things to Opera, so let's leave it out

:focus {
	outline: 0;
}

*/
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* some common stylings
------------------------------------------------------ */

strong  { font-weight: bold   }
em      { font-style: italic  }
a img   { border: 0;          }
h1, h2, h3, h4, h5, h6 { font-family: Helvetica, Arial, Verdana sans-serif; }

/* layout
------------------------------------------------------ */

body {
  font-size: 62.5%;
  font-family: Verdana, Arial, sans-serif;
  background: #b1e2f9 url(graphics/body-bg.png) repeat left top;
}

#container {
  width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  background: transparent url(graphics/container-bg.png) repeat-y center top;
}

#wrapper {
  width: 960px;
  float: left;
  margin: 0;
  padding: 0;
  border-bottom: 15px solid #fff457;

}

#wrapper:after {    
  content: ".";
  display: inline-block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#header {
  width: 930px;
  height: 140px;
  padding: 20px 0 0 30px;
  background: #000 url(graphics/header-bg.png) no-repeat left top;
  float: left;
}

#logo {
  float: left;
  width: 244px;
}

#header h1 {
  float: left;
  margin: 10px 0 0 20px;
  width: 440px;
  color: #fff;
  font-size: 22px;
  line-height: 1.3em;
}

#page {
  float: left;
  width: 950px;
  padding: 10px 10px 10px 0;
}

#content {
  float: left;
  width: 470px;
  padding: 0 10px 0 0;   
}

.callout {
  text-align: center;
  padding: 15px 30px;
  }

.callout p {
  font-size: 1.5em;
  }

.yellow {
  background-color: #fff457;
  font-weight: bold;
  }

.yellow h2 {
  text-transform: uppercase;
  color: #f00;
  font-weight: bold;
  font-size: 5em;
  }
  
#poster {
  float: left;
  width: 470px;
  }

#contact {
  padding: 10px 10px 0;
  position: relative;
  }

#contact p {
  font-size: 1.3em;
  line-height: 1.3em;
  margin: 0 0 1em 0;
  }

#contact img {
  position: absolute;
  top: -10px;
  left: 230px;
}

#footer {
  clear: both;
  height: 93px;
  padding: 7px 0 0 30px;
  border-top: 3px solid #4598d4;
  border-bottom: 8px solid #21226b;
  background: #fff url(graphics/footer-bg.png) no-repeat left top;
}











