@CHARSET "UTF-8";
/*
	Guinness common stylesheet
	Stylesheet common to all pages
*/

/*	Imports	*/

@import url('./header.css');
*
{
	padding: 0px;
	margin: 0px;
}

html
{
	width: 100%;
	height: 100%;
}

body
{
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 82%;
	color: #000;
	background: #04407b url('../images/gharp.jpg') no-repeat center top;
}

/*	Generic tag styling	*/

h2
{
	font-size: 1.4em;
}

h3
{
	font-size: 1.25em;
}

h4
{
	font-size: 1.15em;
}

p
{	
	display: inline;
	float: left;
	line-height: 1.35em;
}

table
{
	float: left;
}

.section
{
	display: inline;
	float: left;
}

.clearboth
{
	clear: both;
}

.allcap
{
	text-transform: uppercase;
}

.floatleft
{
	float: left !important;
}

.scoreleft
{
	background: url('../images/score-left.gif') no-repeat left center;
	text-align: right;
	padding-top: 0px;
	padding-right: 3px;
	font-weight: bold;
}

.scoreright
{
	background: url('../images/score-right.gif') no-repeat right center;
	text-align: left;
	padding-top: 0px;
	padding-left: 3px;
	font-weight: bold;
}

.scorecenter
{
	background: url('../images/score-right.gif') no-repeat center center;
}

.sideheadings
{
	font-size: 1.0em;
}

#container
{
	position: relative;
	text-align: left;
	margin: 0px auto;
	width: 1000px;
	background-color: #fff;
}

.content
{
	width: 810px;
	padding-bottom: 20px;
}

html>body .content
{
	width: 815px;
}

#footer
{
	width: 995px;
	background: #04407b;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 5px;
	color: #fff;
	font-size: 0.9em;
}

#footer span
{
	display: inline;
	float: left;
	width: 40%;
}

#footer span a
{
	color: #fff;
}

#footer ol 
{
	display: inline;
	float: right;
	list-style: none;
	width: 630px;
}

#footer ol li
{
	display: inline;
	float: left;
}

#footer ol li a
{
	display: inline;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #fff;
	color: #fff;
	text-decoration: none;
}

#footer ol li a:hover
{
	text-decoration: underline
}

