/* Style sheet for the Spectacles Web Page */

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

p {
	margin: 0 0 5px 0;
	text-indent: 2.5em;
	}

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

a:link, a:visited {
	color: #1C7473;
	text-decoration: none;
	}

a:hover, a:active {
	color: #fff;
	background: #1F8886;
	}

/* 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: 10px;
	}

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

/* Supporting Text Styles */

#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;
	}
