/* main.css - for main page */


        .header {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 1240px;
		height: 155px;
		border-style: solid;
		border-width: 0px;
		border-color: black;
                background-image:url("images/Background.jpg");
                a:link {color: Black}
		}
			
	   .ads {
		position: Absolute;
		left: 0px;
		top: 162px;
		width: 245px;
                height: Auto;
		border-style: solid;
		border-width: 0px;
		border-color: black;
		background-image:url("images/footballs.jpg");	
		}

          .Main {
		position: absolute;
		left: 245px;
		top: 162px;
		width: 739px;
                height: 1400px;
                padding-right: 40px;
                padding-left: 40px; 
		border-style: solid;
		border-width: 0px;
		border-color: White;
		background: white;
                color: black;
                background-image:url("images/Main_Blank_1400.jpg");
                a:link {color: Blue}
                }
          .Main a:link {
	        text-decoration: underline;
	        color: Blue;
	        }

          .Main a:visited {
	        text-decoration: underline;
	        color: Blue;
	        }

          .Main a:active {
	        text-decoration: underline;
	        color: Blue;
	        }

        .header a:link {
	        color: Black;
	        }

        .header a:visited {
	        color: Black;
	        }

        .header a:active {
	        color: Black;
	        }

 	.Right {
		position: absolute;
		left: 985px;
		top: 155px;
		width: 255px;
                height: 1850px;
		border-style: solid;
		border-width: 0px;
		border-color: White;
		background-image:url("images/Background.jpg");
                color: gray;
	        }

 	.Bottom {
		position: absolute;
		left: 230px;
		top: 950px;
		width: 756px;
                height: 1055px;
		border-style: solid;
		border-width: 0px;
		border-color: White;
		background-image:url("images/Background.jpg");
                color: gray;
	        }

	.ads a:link {
	        text-decoration: underline;
	        color: Blue;
	        }

         .ads a:visited {
	        text-decoration: underline;
	        color: Blue;
	        }

         .ads a:active {
	        text-decoration: underline;
	        color: Blue;
	        }