/* Style sheet for the Perception Web Site */
/* based on  css Zen Garden submission 128 - 'Dragen', by Matthew Buchanan */

/* Document Styles */

body {
	background: #ccc;
	font: normal 12px/16px Kabel, sans-serif;
	color: #000;
	margin: 15px;
	text-align: center; /* For IE */
	}

p {
	margin: 0 0 5px 0;
	line-height: 1.5em;
	}

h3 {
	color: #000e71;
	font-weight: normal;
	font-size: 1.5em;
	font-variant: small-caps;
	margin: 15px 0 2px 0;
	}

a[href]:link, a[href]:visited {
	color: #39c;
	text-decoration: none;
	}

a[href]:hover, a[href]:active {
	color: #0c0;
	}

/* Container Styles */

#container {
	position: relative;
	width: 700px !important;
	width /**/: 750px;
	border: 15px solid #fff;
	background: #fff;
	margin: 0 auto;
	padding: 0;
	text-align: left; /* For IE, see above */
	}

/* Intro Styles */

#pageHeader {
	width: 700px;
	height: 270px;
	background: #00a1ff url(images/header-book.png) no-repeat;
	}

#pageHeader h1, #pageHeader h2 {
	text-indent: -999em;
	margin: 0;
	}

/* Supporting Text Styles */

#bintro {
	margin: 0 0 0 265px;
	}

#contents {
	margin: 0 0 0 210px;
	}

#footer {
	width: 680px !important;
	width /**/: 700px;
	height: auto;
	background: #000e71;
	margin-top: 15px;
	padding: 8px;
	border-top: 1px solid #fff;
	text-align: left;
	color: #fff;
	}

/* Link List Styles */

#linkList {
	position: absolute;
	top: 250px;
	left: 0px;
	width: 210px;
	border-bottom: 1px solid #fff;
	}

#linklist a:hover, a:active {
	background: #fff;
	text-decoration: none;
	}
	