﻿body
{
	font-size:76%;
}

#wrapper
{
	position:relative;
	width:750px;
	margin:30px auto;
	top: 0px;
	left: 0px;
}

#heading
{
	position:relative;
	width:650px;
	height:100%;
	padding-bottom:.5em;
	border-bottom:solid 1px #606060;
}

#heading_left
{
	float:left;
	/* width:650px; */
	height:100%;
	/* background-image:url('images/heading.jpg'); */
	text-align:left;
	/* left:0; */
	/* top:0; */
	display:inline;
	color:#980020;
	font-size:4em;
	line-height:1em;
	vertical-align:bottom;
}

#heading_right
{
	float:right;
	height:100%;
	text-align:right;
	display:inline;
	font-size:2em;
	bottom:100%;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
    
.bar
{
	width:648px;
	height:18px;
	background-color:#606060;
	border:solid 1px #606060;
}

#content 
{
	width:650px;
	height:100%;
	border:0;
	/* border-top:solid 1px #606060; */
	padding-top:2em;
}

.fortune
{
	float:left;
	width:465px;
	height:100%;
	font-size:1em;
	font-family:Arial;
	font-weight:bolder;
	/* line-height:1.1em; */
	color:#980020;
	/* color:#333; */
	margin-left:20px;
}

#fortuneDiv
{
	margin:0;
	padding:0;
	margin-bottom:2em;
	height:100%;
	width:490px;
	display:inline;
}

.fortune_col2
{
	clear:none;
	float:right;
	width:150px;
	margin:0;
	margin-right:10px;
	height:100%;
	display:inline;
}

#zoltar
{
	width:140px;
	height:157px;
	right:100%;
}
	
#reloadNotice
{
	position:absolute;
	bottom:-14em;
	width:650px;
	border-top:solid 1px #606060;
	/* margin-top:4em; */
	padding-top:0px;
	font-family:Georgia;
	font-size:1em;
	color:#555;
	font-family:Times New Roman;
}

.comicSans
{
	font-family:Comic Sans MS, Arial;
}

.professional
{
	font-family:Arial;
	font-weight:bold;
}