@charset "UTF-8";
/* CSS Document */

body  {
	background: #ffffff url(http://www.sabinebarrett.com/peppaboy/images/splash-bg.jpg) top center no-repeat;
	text-align: center;
}

*, div {
	margin: 0px;
	padding: 0px;
}

p { font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #001b4b;
	line-height: 110%;
	font-size:0.75em;
	text-align: left;
	margin-bottom: 14px;
}

h1 { font-family: Rockwell Extra Bold, Arial Black, Arial, sans-serif;
    color: #141f49;
	font-size: 1.2em;
	text-align: left;
	line-height: 150%;
	margin-bottom: 0px;
}

h2 { font-family: Rockwell, Arial, sans-serif;
    color: #650b0b;
	font-size: 1.2em;
	text-align: left;
	line-height: 150%;
	margin-bottom: 86px;
}

a {	color: white;
	text-decoration: none;
}

img { border: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

#magazine { 
	margin: 75px auto 0px; 
	background: url(http://www.sabinebarrett.com/peppaboy/images/splash-content-bg.png) top center repeat-y;
	width:596px;
	height:733px;
}

#header {
	margin-bottom: 86px;
	clear: both;}

#content {
	position: relative;
    padding: 17px;
	margin: 0 auto 0;
	width: 514px;
	height: 687px;   
	overflow: hidden;
	border-bottom: 12px solid #001b4b;
}

	
#flash {
	position: absolute;
	width: 450px;
	height: 670px;
	top: 51px;	
	left: 98px; 
}

#footer {
	text-align: left;
	width: 535px;
	min-height:60px;
	height:auto !important;
  	height:60px;
	margin: 6px 0 6px 24px;
}

* {
	_behavior: url(/iepngfix.htc);
}



