body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #013300;
	text-align:center;
}

form {
	margin:0px;
}

p{
	margin: 8px 0px;
}

input {
	font-family:fixedsys;
}

a
{
	color: #FFFF00;
	text-decoration: none;


}

a:hover
{
	color: #00CC00;
}

#container {
	width: 780px;
	margin: 0px auto;
}

#header {
	background-image: url(images/Header.jpg);
	background-repeat: no-repeat;
	height: 150px;

}

h1, h2
{
	display:none;
}

h3
{
	font-size: 24px;
	font-weight: normal;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;

}
#body {
	margin: 0px 340px 0px 0px;
	text-align: left;
}

#sideBar {
	width:320px;
	float:right;
	text-align:left;
}

#sideBar ul{
	list-style-type: none;
	margin:10px;
}

#sideBar li{

}

#enterGuess {
	float:left;
	width:190px;
	text-align:left;
}

#showScores p{
	text-align: right;
	padding: 0px 20px 0px 180px;

}

#footer {
	background-image: url(images/Footer.jpg);
	background-repeat: no-repeat;
	font-size: 0.8em;
	text-align: center;
	background-position: center top;
	clear:both;
	margin:0px;
	padding:65px 0px 0px 0px;
}

#footer p
{
	margin:0px;
	padding:2px;
	color: #CCCCCC;

}

