html {text-align: center;}

body {
	background-color: black;	
	color: white;
	font-family: "Trebuchet MS",Verdana, Sans-serif;
	font-size: 9pt;
	position: relative; 
	width: 800; 
	margin: 0 auto; 
	text-align: center;
	padding-top: 10px;
}

a {
	color: white;	
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}

#badge {
	margin-left: 10px;
	float: left;
}	

#wrapper {
	padding-top: 1px;	
	background-color: #212121;	
	width: 800px;
	margin-top: 10px;
	padding-bottom: 0px;
	text-align: left;
	padding-bottom: 1px;
	margin:0 auto;
}

#branding {
	background-color: white;
	background-image: url(images/banner.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 130px;
	padding: 0px;
	margin: 10px;
	margin-top: 10px;
}

#branding h1 {
	text-align: right;
	color: black;
	font-family: "Trebuchet MS",Verdana, Sans-serif;
	font-size: 18pt;
	padding-top: 5px;
	
}

#badge {
	float: left;
	padding-left: 5px;	
	padding-bottom: 0px;
}

#navigation {
	clear: both;
	float: left;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 10px;
	width: 140px;
	display: inline;
}

#navigation ul {
	padding-left: 0px;	
	margin-left: 0px;
	margin-top: 0px;
	width: 140px;
}

#navigation li {
	list-style: none;
	width: 140px;
	padding: 0px;
	margin: 0px;	
}

#navigation li.menuitem1 a {
	margin-top: 0px;
}

#navigation a {
	display: block;
	background-color: #1B8F46;
	margin-top: 5px;
	padding: 2px 2px 2px 10px;
	border-left: 5px solid white;
	font-family: "Trebuchet MS",Verdana, Sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
	color: white;
}

#navigation  a.eventbutton_off {
	border-left: 5px solid white;

}

#navigation a.eventbutton_on  {
	border-left: 5px solid red;
}



#navigation a:hover {
	text-decoration: underline;	
	border-left: 5px solid red;
}

#content_big {
	margin-left: 157px;
	margin-right: 10px;
	padding: 0px;
}


#content_small {
	margin-left: 157px;
	margin-right: 182px;
	padding: 0px;
}

#content {
	padding: 10px;
	background-color: black;
	min-height: 300px;
	margin-bottom: 8px;
	background-image: url(images/corner.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;	
}

#rightcol {
	display: inline;
	float: right;
	width: 160px;
	margin-right: 10px;
}

#rightcol h2 {
	display: block;	
	background-color: #1B8F46;
	padding: 2px 2px 2px 10px;
	border-left: 5px solid red;
	font-family: "Trebuchet MS",Verdana, Sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
	color: white;
	margin-bottom: 0px;
	margin-top: 0px;
}

#rightcol h3 {
	
	font-family: "Trebuchet MS",Verdana, Sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 9pt;
	color: white;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 2px;
}

#rightcol p {
	display:block;
	background-color:#212121;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-left: 2px;
}




#box1  {
	background-color: black;
	padding: 5px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	background-image: url(images/corner.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;	
}

#box2 {
	background-color: black;
	padding: 5px;
	padding-bottom: 20px;
	margin-top: 0px;
	background-image: url(images/corner.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-bottom: 5px;
}

#footer {
	clear: both;
	background-color: black;
	display: block;
	padding: 5px;	
	margin: 10px;
	height: 20px;
}

#content h1  {

	font-family: "Trebuchet MS",Verdana, Sans-serif;
	font-weight: normal;
	font-size: 16pt;
	color: #1b8f46;
	margin-top: 2px;
}

#content h2 {
	font-family: "Trebuchet MS",Verdana, Sans-serif;
	font-weight: normal;
	font-size: 14pt;
	color: white;
}

p {
	padding-top: 5px;
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 2px;
	}

#content p, #content_small p {
	font-family: "Trebuchet MS",Verdana, Sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: white;
	text-align: justify;
	line-height: 14pt;
}

#fixturetable {
	width: 80%;	
	padding: 2px;
	border-collapse: collapse;
}

tr.thc td, tr.thc th {
	background-color: #212121;
	padding: 2px;	
}

td {
	font-family: "Trebuchet MS",Verdana, Sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: white;
	padding: 2px;
}

img.right {
	float: right;
	padding: 10px;	
}

img.left {
	float: left;
	padding: 10px;	
}


span.left {
	float: left;
}
	
span.right {
	float: right;	
}

img {
	border: 0;
}

#map_canvas {
	margin: 0 auto;	
}