body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0; 
    padding:0; 
} 
table { 
    border-collapse:collapse; 
    border-spacing:0; 
} 
fieldset,img {  
    border:0; 
} 
address,caption,cite,code,dfn,th,var { 
    font-style:normal; 
    font-weight:normal; 
} 
ol,ul { 
    list-style:none; 
} 
caption,th { 
    text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
    content:''; 
} 
abbr,acronym { 
	border:0; 
}

header, section, footer, aside, nav, article, figure {
	display: block;
}

/* ------------- */


body {
  color: #FCE67A;
  text-shadow:0 1px 0 #777;
  font-family: "Helvetica Neue", Verdana, Arial, Helvetica, sans-serif; 
  background-color: #00CCFF; 

  margin:0;
  text-align: center;
}

.bodycontainer {
  clear: both; 
  margin: 0 auto; 
  width: 450px;
  text-align: left;
}

header {
}

h1 {
  font-size: 2.4em;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #CC0000;
}

h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #CC0000;
}

section {
  margin-top: 30px;
}

footer {
  margin-bottom: 30px;
}


a, a:link, a:visited, a:active, a:link {
  color: #FCE67A;
  text-decoration: none;
}
a:hover {
  color: #FCE67A;
}


.header_image {
  width:inherit;
  height:450px;
  overflow: hidden;
  
  box-shadow: 10px 10px 5px #000;
  
  -webkit-transform: rotate(-5deg);
}



