﻿@import url("layout.css");
.scores {
	background-color: #3E5C40;
	color: #FFFFFF;
	font-weight: normal;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #325835;
}
#container {
	border-right: 2px solid #484848;
	border-bottom: 2px solid #484848;
	border-left: 2px solid #484848;
	background-color: #fff;
}
#masthead {
	text-align: right;
	background-color: #ffffff;
	background-position: top;
	background-repeat: no-repeat;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #fea;
}
html>body #navigation {
	overflow: hidden;
}
#main {
	width: 367px;
	text-align:center
	padding: 15px;
	background-color: #fff;
}
html>body #main {
	width: 370px;
	padding: 0 15px;
	background-color: #fff;
	color:#325835
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #8b0000;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #000;
	margin-top: 0;
	margin-right: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #325835;
	display: block;
	padding: 5px;
	border: 1px solid #fea;
	background-color: #fea;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fea;
	border: 1px solid #325835;
	background-color: #325835;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #4D7F6C;
}
h2 {
	font-size: x-large;
	color: #467362;
}
h3 {
	font-size: large;
	color: #3C6254;
}
h4 {
	font-size: medium;
	color: #35574A;
}
h5 {
	font-size: x-small;
	color: #284238;
}
h6 {
	font-size: xx-small;
	color: #1C2F27;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #325835;
}
/* Links */
a {
	color: #325835;
	text-decoration: underline;
}
a:hover {
	color: #8b0000;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.text-center {
	text-align: center;
}
#menu  {
	background-color:#FFEEAA;
		
}