a:link
{
	color: #690;
	text-decoration: none;
}
a:visited
{
	color: #360;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a:active
{
	color: #9F3;
	text-decoration: none;
}

body
{
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	margin: auto;
	margin-top: 20px;
	width: 750px;
	background-color: #333;
}

#menu
{
	position: absolute;
	margin-top: 88px;
	margin-left: 425px;
	z-index: 100;
	font-weight: bold;
	font-style: italic;
	font-size: small;
	color: #666;
}

#quote
{
	position: absolute;
	border-top:1px dashed #999;
	margin-top: 185px;
	margin-left: 298px;
	padding-right:5px;
	border-right:1px dashed #999;
	width:275px;
	z-index: 120;
	font-style: italic;
	font-size: x-small;
	line-height:2em;
	color: #666;
}
#quote p {
	margin-bottom: 5px;
}
#quote .author {
	text-align:right;
}


#quotelink
{
	position: absolute;
	padding-left:5px;
	margin-top: 185px;
	margin-left: 590px;
	width:125px;
	z-index: 120;
	font-style: italic;
	font-size: x-small;
	line-height:2em;
	color: #666;
}
.quotebox{
	background-color:#ccc;
	border:1px dashed #999;
	margin: 10px 0;
	padding: 10px;
}

#splash
{
	position: absolute;
	z-index: 1;
}

#sigline {
	position: absolute;
	z-index:200;
	margin-top: 425px;
	margin-left: 610px;
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    cursor: pointer;
}

a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 
