body {
	background-color: #ffffff;
	color: #20440c;
	margin: 0px;
	font: normal 1em "Times New Roman", Times, serif;
	background: url(images/back.jpg) repeat-x;
}
a {
	color:#20440c;
	text-decoration: None;
}
a:hover{
	color: #5a5858;
}
#header {
	position: absolute;
	top: 60px;
	left: 180px;
	width: 430;
	height: 35px;
	background: transparent url("images/Soccer.jpg") no-repeat top center;
	
}
#header2 {
	position: absolute;
	top: 40px;
	left: 250px;
	width: 430;
	height: 60px;
	font: normal 700 xx-large/80px serif;
	
}
#logo 	{
	position: absolute;
	top: 20px;
	left: 0;
	width: 88px;
	height: 89px;
	background: transparent url("images/logo1.jpg") no-repeat top left;
}
#logo1 	{
	position: absolute;
	top: 20px;
	right: 0;
	width: 250px;
	height: 89px;
	background: transparent url("images/logo3.jpg") no-repeat top right;
}

#nav {
	position: absolute;
	top: 180px;
	left: 10px;
	width: 160px;
}

	
#content1 {
	position: absolute;
	top: 180px;
	right: 0;
	width: 160px;
	color: #500000;
	font: sans-serif;
	font-weight: bold;
}


#content{
	
	margin-top:200px;
	margin-right:180px;
	margin-left:170px;
	margin-bottom:0px;

}

.ulink{
	
	text-decoration: underline;
}


