/* ******************  Global styles  ************** */
* {
	margin:0;
	padding:0;
}
body {
	font:12px/18px Arial, sans-serif;
	color:#1b0031;	
	background:#ffffff;
}

/* ******************  Core structural styles  ************** */
#wrapper {
	margin:0 auto;
	width:944px;
	background:#ffffff;
}
#header {
	height:95px;
	position:relative;
}
#column-one {
	float:left;
	width:756px;
	background: #ffffff url('../i/column-one-bg.gif') 0 0 no-repeat;
	padding:21px 0 0 16px;
}
#column-two {
	float:right;
	width:172px;
}
#footer {
	margin:30px 0 0 0;
	height:100px;
	clear: both;
	border: none;
	position:relative;
	width:772px;
}

/* ******************  Inner column float styles  ************** */
.inner-left-one {
	float:left;
	margin-right:8px;
}
.inner-left-two {
	float:left;
}

/* ******************  Header styles  ************** */
#header #arrow {
	float: left;
}
#header #leaderboard {
	float:right;
	width:728px;
	height:90px;
	background:#ffffff;
	text-align:center;
}

/* ******************  Spacer styles  ************** */
.clear-me {
	font-size:0;
	line-height:1px;
	height:0;
	clear:both;
}
.spacer-one {
	font-size:0;
	line-height:1px;
	height:8px;
	clear:both;
}
.spacer-two {
	font-size:0;
	line-height:1px;
	height:2px;
	clear:both;
}

/* ******************  Standard text styles  ************** */
h1 {
	font-size:18px;
	font-weight:bold;
	display:block;
	height:87px;
	width:308px;
	background: url('../i/logo.gif') 16px 0 no-repeat;
	margin:5px 0 0 0;
}
h1 span {
	display:none;
}
p {
	margin:16px 0 0 0;
}
p.first {
	margin:0 !important;
}
a {
	color:#00a3e8;
	font-weight:normal;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* ******************  Standard image styles  ************** */
img {
	border:none;
}

/* ******************  Headline styles  ************** */
.headline {
	background: url('../i/headlines/bg.gif') 0 0 no-repeat;
	height:18px;
	width:308px;
}
.headline h2 {
	font-size:12px;
	color:#ffffff;
	line-height:18px;
	padding:0 0 0 5px;
}
.sub-headline {
	background: #e8e8e8 url('../i/headlines/sub-bg.gif') right 0 repeat-y;
	height:30px;
	width:308px;
	position:relative;
}
.sub-headline h3 {
	font-size:14px;
	color:#00a3e8;
	font-weight:normal;
	line-height:30px;
	padding:0 0 0 5px;
	text-transform:uppercase;
}
.sub-headline .url-logo {
	position:absolute;
	top:0;
	right:0;
}

/* ******************  Box styles  ************** */
.box-one {
	background:#e8e8e8;
	padding:5px;
	width:298px;
}
.text-right {
	text-align:right;
}
.subscribe {
	margin-top:8px;
}	

/* ******************  Magazine cover styles  ************** */
.magazine a {
    display:block;
	width:438px;
	
	border:solid 1px #00a3e8;
}

/* ******************  Skyscraper styles  ************** */
#skyscraper {
	width:160px;
	height:600px;
	text-align:right;
	background:#ffffff;
	float:right;
}

/* ******************  Footer styles  ************** */
#footer div {
	position:absolute;	
}
#footer .details {
	top:0;
	left:155px;
	text-align:left;
}
#footer .details p {
	color:#151414;
	font-size:10px;
	font-family:arial, sans-serif;
	margin:0 !important;
}
#footer .future-logo {
	top:0;
	left:95px;	
}
