﻿/* CSS layout */
body
{
	font-size: 12px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

a
{
	color: #2c5821;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

input
{
	font-size: 10px;
}

.bullet
{
	padding-right: 4px;
}

#masthead {
position: relative;
}

#logo
{
	width: 136px;
	position: absolute;
	left: -136px;/* IE - set to 0 for Firefox */
	top: 0px;
	height: 93px;
}

#breadcrumb
{
	position: relative;
}

#pageContent {
	position: relative;
	width: 100%;
}

#footer
{
	padding-right: 2px;
	padding-left: 2px;
	font-size: 10px;
	padding-bottom: 2px;
	vertical-align: bottom;
	color: #666666;
	padding-top: 2px;
	height: 50px;
	text-align: center;
}

.gameImage
{
	float:right; 
	margin: 4px;
}

#welcomeContent
{
	min-width: 700px;
	margin-left: 10px;
}

#bottomAds
{
	display: inline;
	text-align: center;
	white-space: nowrap;
}


