@charset "UTF-8";
/* CSS Document */

body {
	margin: 40px 0px 0px 25px;
	background-color: #D9F1FC;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

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

	a:hover {
		text-decoration: underline;
	}

div#header {
	position: absolute;
	height: 52px;
	width: 446px;
	background-image: url(images/head.jpg);
}

	div#header h1 {
		visibility: hidden;
	}

/** NAVIGATION **/

div#navi {
	position: absolute;
	top: 160px;
	width: 135px;
}

	div#navi 
	ul {
		margin: 0;
		padding: 0;
		list-style: none;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	div#navi
	ul li.hit {
		text-decoration: underline;
	}
	
/** CONTENT **/

div#headliner {
	position: absolute;
	top: 112px;
	left: 160px;
	width: 640px;
}

	div#headliner h2 {
		font-size: 12px;
		padding: 0;
		margin: 0;
	}
	
	div#headliner h3 {
		font-size: 12px;
		font-weight: normal;
		padding: 0;
		margin: 0;
	}

div#content {
	position: absolute;
	top: 160px;
	left: 160px;
	width: 640px;
}

	div#content p {
		width: 575px;
	}

	div#content img {
		padding-bottom: 15px;
	}
	
	div#content .cover {
		height: 304px;
		width: 215px;
		float: left;
		margin: 0 40px 50px 0;
	}
	
	div#content .buytext {
		height: 304px;
		width: 320px;
		float: left;
		margin-bottom: 50px;
	}
	
	div#content .buytext p {
		padding: 0;
		margin: 0;
	}