/* CSS Document */
body
{
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image:    url(images/sub_bkg01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.overall_site_bg {
	background-image: url(images/sub_bkg01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

.divider
{
	height: 1px;
	background-color: #bc6031;
}

.red_border {
	border: 1px solid #9d1311;
}

img
{
	margin: 0px;
}

.head_gen
{
	font-size: 18px;
}

.lg_gen
{
	font-size: 14px;
}

.med_gen
{
	font-size: 12px;
}

.sm_gen
{
	font-size: 10px;
}

.egg_msg
{
	color: #ff0000;
}

.egg
{
	position: fixed;
	left: 400px;
	top: 2px;
	z-index: 100;
}

a:link
{
	color: #9d1311;
	text-decoration:underline;
}

a:visited
{
	color: #6e0d0c;
	text-decoration:underline;
}

a:hover,
a:active
{
	color: #ba5958;
	text-decoration: none;
}

td.path
{
	color: #ffffff;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	text-indent: 10px;
}

td.path a
{
	color: #ffffff;
	text-decoration: none;
}

td.path a:hover
{
	text-decoration:underline;
}

#games{
	margin:0 0 0 20px;
}
