

body
{
	font-size:       62.5%; 
	margin:          0;
	padding:         0;
	background-color: #000;
	font-family:     'lucida grande', arial, tahoma, sans-serif;
}

table {
	border-collapse:	collapse;
	border-width:		1px;
	border-spacing:		2px;
	border-style:		outset;
	border-color:		#666666;
}

td, th {
	border-width:		1px;
	padding:			2px;
	border-style:		inset;
	border-color:		#666666;
	-moz-border-radius:	0px;
	text-align:			center;
	font-size:			11px;
}

hr {
	color:				#e10707;
	text-align:			center;
	height:				2px;
	width:				80%;
	margin-top:			7px;
	margin-bottom:		7px;
}

#container
{
	margin:          0 auto;
	padding-top:	 20px;
	width:           683px;
	position:        relative;
	background-color:  #333;
}

#header
{
	margin:          0 auto;
	width:           640px;
	height:          250px;
	background:      transparent url(../images/header_main.png)	top left no-repeat;
}


#headerChaddesley
{
	margin:          0 auto;
	width:           640px;
	height:          250px;
	background:      transparent url(../images/header_chaddesley.png) top left no-repeat;
}

#headerBirmingham
{
	margin:          0 auto;
	width:           640px;
	height:          250px;
	background:      transparent url(../images/header_birmingham.png) top left no-repeat;
}

.headtitle
{
	position:        relative;
	font-family:	 Arial, Helvetica, sans-serif;
	font-weight:	 bold;
	font-size:       22px;
	text-shadow:	 #333333 2px 2px;
	color:           #fff;
	top:             20px;
	left:            12px;
}

#menu
{
	margin:          0 20px;
	height:          29px;
	padding:         5px 0;
}

#menu ul
{
	margin:          0;
	padding:         7px;
	height:          29px;
}

#menu ul li
{
	list-style:      none;
	display:         inline;
}

#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited
{
	color:           #FFFFFF;	
	padding:         10px 7px 10px 7px;
	font-size:       1.25em;
	font-family:     'lucida grande', arial, sans-serif;
	font-weight:     bold;
	text-decoration: none;
}

#menu ul li a:hover
{
	background-color:   #e10707;
	color:           	#FDFDFD;
}

#tomtom {
	text-align:		right;
	position:		relative;
	top:			-15px;
}

#content
{
	min-height:      390px;
	width:           640px;
	margin:          0 auto;
	background-color:#FDFDFD;
}

#insidecontent
{
	float:           left;
	padding-left:    25px;
	padding-right:    25px;
	width:           auto;
}

#insidecontent p
{
	margin:          0;
	color:           #767676;
	font-family:     Tahoma;
	font-size:       1.2em;
	line-height:     170%;
}

table.fixtures {
	width:			95%;
}

.teamName
{
	color:			#e10707;
	font-weight:	bold;
	font-size:		120%;
}

.teamDesc
{
	font-style:		italic;
	font-size:		115%;
}

table.results, table.league, table.tries, table.points, table.appearances
{
	width:			100%;
}

ul 
{
	font-size: 1.25em;
}


h1
{
	margin:          0;
	font-weight:     normal;
	color:           #e10707;
	font-size:       2.5em;
	font-family:Times;
}

h2
{
	margin:          0;
	display:         inline;
	position:        relative;
	top:             -1.5em;
	left:            2em;
	font-size:       1.8em;
	font-weight:     normal;
	color:           #e10707;
}

h3
{
	margin:          0;
	font-size:       1.5em;
	font-weight:     bold;
	color:           #e10707;
	padding-bottom:  3px;
}

h4
{
	font-size:		1.5em;
	color:			#e10707;
	margin:			0;
}

#crest {
	width:			150px;
	padding:		5px;
}

#footer
{
	margin:          0 auto;
	width:           641px;
	height:          39px;

}

.info {
	font-size:		110%;
}

a.info:link, a.info:visisted, a.info:hover, a.info:active
{
	font-size:		110%;
}

textarea {
	font-size:		120%;
	color:			#767676;
}

#footer span
{
	display:         block;
	position:        relative;
	font-family:    Tahoma;
	font-size:       1.2em;
	padding:         10px;
	color:           #767676;
}

a.footer:link, a.footer:visited, a.footer:hover, a.footer:active
{
	font-family:	Tahoma;
	color:			#767676;
}