a:active, a:focus {
	outline: 0;
}

a:link {color: black;}
a:visited {color: black;}
a:hover {color: black; text-decoration: underline}
a:active {color: black;}

a.main:link {text-decoration:none}
a.main:visited {color: black;text-decoration:none}
a.main:hover {color: black; text-decoration: underline}
a.main:active {color: black;text-decoration:none}

a.orange:link {color: #F78C1A; text-decoration:none}
a.orange:visited {color: #F78C1A; text-decoration:none}
a.orange:hover {color: red; text-decoration:none}
a.orange:active {color: red; text-decoration:none}

h1.navigation, h1.navigation_disabled
{
	margin:2px;
}

h1.navigation_disabled
{
	color:dimgray;
}

p, ul
{
	font-family: arial, helvetica;
	font-size: 15px;
	font-weight: normal;
}


body
{
	margin:0px;
	background-color:white;
}

img
{
	border-style:none;
}

img.block
{
	display:block;
}

h1,h2
{
	font-family: arial, helvetica;
	font-size: 20px;
	margin-top:5px;
	margin-bottom:5px;
}

h2
{
	font-size: 16px;
}

h1.skateDate
{
	color:#F78C1A;
}

h1.location
{
	margin-bottom:0px;
	color:#F78C1A;
}

#homepage_image
{
	width:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

#container
{
	width:1100px; 
	height:600px; 
	margin: 0px 0px auto auto;
	margin-right:auto;
}

#left_side
{
	float:left; 
	margin-top:0px; 
	margin-bottom:0px; 
	margin-left:0px; 
	margin-right:0px; 
	width:333px; 
	height:600px;
}

#right_side
{
	float:right; 
	width:206px; 
	padding:0px; 
	margin:auto;
}

#wide_right_side
{
	float:right; 
	text-align:center;
	width:760px; 
	padding:0px; 
	margin:0px;
}

#wide_content
{
	overflow:auto; 
	width:704px; 
	height:430px; 
	padding-right:15px; 
	padding-left:15px; 
	background-color:white; 
	border-style:solid; 
	border-color:black; 
	border-width:3px; 
	border-style: none solid none solid;
}

#londonskate_text
{
	position:relative; 
	top:28px; 
	margin-bottom:46px;
	margin-left:40px;
}

#londonskate_logo
{
	position:relative; 
	top:28px; 
	left:20px; 
	margin-bottom:30px;
}

#map
{
	top:-1px; 
	border-style:solid; 
	border-width:1px 1px 1px 1px; 
	width:602px; 
	height: 402px;
}

table.data, tbody.data, td.data, td.data_year
{
	padding:0px;
	margin:0px;
	text-align:left;
	font-family: arial, helvetica;
	font-size:14px;
	vertical-align:top;
	padding: 2px 10px;
	border-color:black;
}

td.data_year
{
	font-weight: bold;
	background-color: #ffcccc;
}

table.data
{
	border-style: solid;
	border-width:1px;
	padding:0px;
}

div.latest_news
{
	margin-top: 10px; 
	color:white; 
	background-color:gray; 
	border-style:solid; 
	border-width:1px; 
	float:left; 
	position:relative; 
	width:420px;
}

li
{
padding-left: 35px;
padding-top:8px;
padding-bottom:8px;
background-image: url(images/snowflake_bullet.gif);
background-repeat: no-repeat;
background-position: 0 ;
}

ul
{
	list-style:none;
}