/*
CA1 assignment
buisness website for sports enthusiasts

Author:li dechen
Date: 6 May
HP:98808096
Email:lidechen0002@gmail.com
*/
/*header*/
header nav ul li{
	font-size:1cm;

	float:left;
	display:block;
	position: relative;
	bottom:0.6cm;
	left:3.45cm;
	width: 7.88cm;
	background-color: rgb(74, 74, 88);
	color: rgb(243, 242, 242);
	border-color:rgb(8,8,8);
	border-width:2px;
	border-style: groove;
	opacity: 0.8;



}
header nav ul li a{
	display:block;
	color: rgb(8,8,8);

	text-align: center;

}
header>img#logo{
	position: relative;
	left:4.54cm;
	border-style: double;
	border-width:2px;
	border-color: rgb(8,8,8);

	
}



/*html and body style*/
html{
    background-image:url(bg2.jpg);
  

}
body>section{
	text-align: left;
	position: relative;
	left:4.5cm;
	background-color:rgb(195, 190, 207);
	max-width: 902px;
	top: 0.6cm;
	border-style: groove;
	border-width: 2px;
	border-color: rgb(83,3,3);
	opacity: 0.9;
}
body>footer{
	color:rgb(250, 246, 246);
	background-color:rgb(8,8,8);
	position: relative;
	top:0.1cm;
	left:4.53cm;
	max-width:904.5px;

}
html {
    background: url(bg2.jpg) center center fixed ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/*table style*/
.c1TB TH{
	border-style: solid;
	border-width:1px;
	border-color:rgb(8,8,8);
}
.c1TB TD{
	border-style: solid;
	border-width:1px;
	border-color:rgb(8,8,8);
}
.c1TB{
	min-width: 899px;
}
.c1TB{
	background-color: rgb(250, 246, 246);
}
.c2TB TH{
	border-style: solid;
	border-width:1px;
	border-color:rgb(8,8,8);
}
.c2TB TD{
	border-style: solid;
	border-width:1px;
	border-color:rgb(8,8,8);
}
.c2TB{
	min-width: 899px;
}
.c2TB{
	background-color: rgb(250, 246, 246);
}
.c3TB TH{
	border-style: solid;
	border-width:1px;
	border-color:rgb(8,8,8);
}
.c3TB TD{
	border-style: solid;
	border-width:1px;
	border-color:rgb(8,8,8);
}
.c3TB{
	background-color: rgb(250, 246, 246);
}
.c3TB{
	max-width: 899px;
}