* {
	margin:0;
	padding:0;
	}
body {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#393939;
	margin:25px 0 4px 0;
	color:#222222;
	}
img {
	border:0;
	}
p {
	margin-bottom:20px;
	line-height:20px;
	}

.centre
{ 
text-align: center;
margin: auto;
margin-left: auto;
margin-right: auto;
text-align: left;
}

.centre table
{ 
margin: auto;
margin-left: auto;
margin-right: auto;
text-align: left;
}
/* Structure */

#wrapper {
	width:700px;
	margin:0 auto;
	}

#db_wrapper {
	width:900px;
	margin:0 auto;
	}
#header {
	height:180px;
	line-height:100px;
	background-image:url("images/bground.PNG");
	background-repeat:true;
	padding-left:150px;
	}
#fixture_details {
	background-color:#fff;
	background-image:url(images/bg-content.gif);
	background-repeat:no-repeat;
	background-position:top center;
	padding:4px 5px;
	height:10px;
	line-height:65px;
	}
	
#db_header {
	height:200px;
	line-height:100px;
	background-image:url(images/ch.PNG);
	background-repeat:false;
	padding-left:155px;
	}
	
#logo {
	height:100px;
	line-height:100px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	background-position:top center;
	
	}
	
	
#login_table
{
	background-position:top center;
}
#navigation {
	float:right;
	margin-right:15px;
	}
#content {
	background-color:#fff;
	background-image:url(images/bg-content.gif);
	background-repeat:no-repeat;
	background-position:top center;
	padding:50px 5px;
	}
#footer {
	text-align:right;
	background-image:url(images/bg-footer.gif);
	background-repeat:no-repeat;
	background-position:top center;
	line-height:24px;
	color:Black;
	}


/* Navigation */

#navigation ul {
	list-style-type:none;
	}
#navigation li {
	float:left;
	text-align:center;
	}
#navigation li a {
	display:block;
	height:100px;
	width:75px;
	text-decoration:none;
	color:blue;
	font-size:15px;
	padding: 100px 0 0 0;
	}

#navigation li a:hover {
	color:blue;
	background-repeat:repeat-x;
	}
#navigation .active {
	color:red;
	background-repeat:repeat-x;
	}

/* Headings */

h1 {
	font-size:30px;
	font-weight:normal;
	letter-spacing:-1px;
	}

/* Link Colors */

h1 a {
	color:#fff;
	text-decoration:none;
	}
h1 a:hover {
	color:#fff;
	}

#content a {
	color:#222222;
	text-decoration:none;
	font-weight:bold;
	}
#content a:hover {
	color:#222222;
	text-decoration:underline;
	}

#footer a {
	color:#ffffff;
	text-decoration:none;
	border-bottom:1px dotted #ffffff;
	}
#footer a:hover {
	color:#ffffff;
	}