body
{
	background-color: #ffffff;
	font-family: Tahoma;
	font-size: x-small;
}
#header
{
	position: absolute;
	height:110px;
	width:800px;
	background: url(http://www.tri-sports.co.uk/images/logo.gif);
	background-repeat:no-repeat;
}
#topnav
{
	position:absolute;
	width:800px;
	height:25px;
	margin-top:112px;
	background-color:#0A56A4;
	font-family: Impact;
	font-size:17px;
	padding-top:5px;
	padding-left:5px;
	letter-spacing:1px;
	color:#F7EF22;
	border-bottom: 2px solid #F7EF22;
}
a.topnav
{
	height:25px;
	width:100px;
	text-decoration:none;
	color:#F7EF22;	
	border-right:1px solid #F7EF22;
}
a.topnav:hover
{
	height:25px;
	width:100px;
	text-decoration:none;
	background-color:#F7EF22;
	border-right:1px solid #F7EF22;
	color:#0A56A4;
}
#content
{
	position:absolute;
	margin-top:147px;
	margin-left:150px;
	width:650px;
	padding-left:5px;
	color:#333333
}
#sidebar
{
	background-color:#B0CAE3;
	width:147px;
	position:absolute;
	margin-left:0px;
	padding-left:5px;
	margin-top:140px;
}
a.sidebar
{
	font-family:impact;
	font-size: 12px;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:2px 2px 10px 26px;
	text-decoration:none;
	background-color: #B0CAE3;
	color:#0A56A4;	
}
a.sidebar:hover
{
	text-decoration:none;
	background-color:#0A56A4;
	color:#F7EF22;
}