/* Style sheet for the Spectacles Web Page */

body {
	background: #00a1ff;
	font: normal 14px/16px Kabal, Cabal, sans-serif;
	color: #000;
	margin: 15px;
	text-align: center; /* For IE */
	}

p {
	margin: 0 0 5px 0;
	}

p.p1 {
	line-height: 1.5em;
	}

/* Container Styles */

#container {
	position: relative;
	width: 700px !important;
	width /**/: 750px;
	background: #fff;
	border: 15px solid #fff;
	margin: 0 auto;
	padding: 0;
	text-align: left; /* For IE, see above */
	}

/* Intro Styles */

#pageHeader {
	width: 700px;
	height: 160px;
	background: #fff url(spectacles/spectacles.jpg) no-repeat;
	}

#pageHeader h1 {
	text-indent: -999em;
	margin: 0;
	}

/* Supporting Text Styles */

#thanks, #columns {
	margin: 0 50px 0 100px;
	}

#footer {
	width: 680px !important;
	width /**/: 700px;
	height: 40px !important;
	height /**/: 50px;
	background: #000e71;
	margin-top: 15px;
	padding: 6px;
	border-top: 1px solid #fff;
	text-align: left;
	color: #fff;
	}

#footer a:link, #footer a:visited {
	color: #ccf;
	}

#footer a:hover, #footer a:active {
	color: #000;
	background: #fff;
	}

#linkList {
	position: absolute;
	top: 180px;
	left: 0px;
	width: 100px;
	border-bottom: 1px solid #fff;
	}

#lpics {
	border-top: 0px;
	background: #fff;
	}
