html,body {
    height: 100%;
}

body {
	color: black;
	background-color: #F1F0EE;
	margin: 0;
	padding: 0;
	background-image: url(/images/bodybg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: optima, "Times New Roman", serif;
	line-height: 1.4;
}

#fixholder>div {
    position: fixed; 
}

#navigation
{
    margin-top: 60px;
    margin-right: 148px;
	z-index: 600;
}

#navigation a {
    display: block;
    color: #666;
    padding: 2px;
    padding-right: 14px;
    text-decoration: none;
    width: 200px;
    border: 1px solid #EAE8E5;
    border-right: 1px solid #BBB9B7;
    float: right;
    clear: right;
	text-align: right;
    font-size: 14px;
    font-weight: lighter;
}

#navigation div {
    padding: 2px;
	text-align: right;
    font-size: 14px;
    font-weight: lighter;
    padding-right: 14px;
}

#navigation a:hover {
    color: #600;
}

#navigation a.selected {
	background-color: #F1F0EE;
	border: 1px solid #BBB9B7;
	border-right: 1px solid #F1F0EE;
	padding-right: 0;
}

#navigation a.selected:hover {
    color: #600;
}

#quote
{
    margin-top: 50px;
    margin-right: 58px;
    margin-left: 30px;
}

#quote p {
    font-family: "gill sans MT", "gill sans MS", "gill sans", optima, verdana, sans-serif;
    font-size: 14px;
}

#pagecontainer {
	position: absolute;
	left: 320px;
	top: 24px;
	padding: 8px;
	width: 440px;
	z-index: 1000;
}

p.formText {
	font-size: 12px;
	}

p.links a {
	display: list-item;
	color: #666;
	padding: 2px;
	padding-right: 14px;
	text-decoration: none;
	width: 350px;
	float: left;
	clear: left;
	text-align: left;
	font-size: 16px;
	font-weight: lighter;
}

p.links a.selected:hover {
    color: #600;
}

p.links a.selected {
	background-color: #F1F0EE;
}

p.links a:hover {
	color: #600;
}
p.heading {
	font-size: large;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
	
p.stock{
	display: list-item;
	color:#000000;
	padding: 3px;
	text-decoration: none;
	width: 440px;
	/*float: left;
	clear: left;*/
	text-align: left;
	font-size: 18px;
	font-weight: lighter;
}

#footer1 {
	position: absolute;
	width: 440px;
	padding: 8px;
	z-index: 2001;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#footer2 {
	position: static;
	width: 440px;
	padding: 8px;
	z-index: 2002;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#masthead
{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 400px;
	background-image: url(../images/abMast.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: 500;
}

div.illustration {
    float: right;
    width: 231px;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 1.4;
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-right: 12px;
    clear: both;
}

div.illustration a {
    color: #666;
    text-decoration: none;
}

p.pullquote, q.pullquote {
    float: right;
    width: 160px;
    font-size: 18px;
    line-height: 1.2;
    margin: 0;
    margin-left: 30px;
    margin-bottom: 20px;
    font-weight: bold;
}


.pale {
	color: #666;
}

.blue {
	color: Navy;
}

h1 {
    letter-spacing: -0.05em;
	font-family: optima, arial, sans-serif;
}

h1.big {
	color: Red;
	font-size: 5em;
	/*line-height: 0.5;*/
	font-weight: lighter;
}