
body {
    font: .9em/150% Arial,Helvetica,sans-serif;
	background-color: #002140;
}

p {
    margin: 0 0 1em;
}

a {
    color: #666699;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}


h1, h2, h3, h4 {
	color: #000;
}

h1 {
	font: 1.7em;
	line-height: 110%;
}

h3 {
	font-size: 1.5em;
	line-height: 120%;
	margin: 30px 0 20px;
	padding-top: 20px;
	border-top: double 3px #eee;
}

h4 {
	font-size: 1.2em;
	line-height: 120%;
	margin: 30px 0 10px;
	text-transform: uppercase;
} 

#pagewrap {
    margin: 20px auto;
    width: 960px;
}

#content {
    width: 750px;
}

img
{
	position: absolute;
	max-width: 80%;
	top: 10%;
	left: 10%;
}

img:empty
{
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media screen and (orientation: portrait) {
  img.{ max-width: 90%; }
}
@media screen and (orientation: landscape) {
  img.{ max-height: 90%; }
}
