﻿body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: white;
}

#outer {
 	width:=100%;
 	text-align:center;
 	}
#wrapper {
	width: 838px;
	background-image:url('../images/borders.png');
	background-color: white;
	float: none;
	margin:0 auto;
	padding:0px;

}

#header {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
background-image: url('../images/header.png');
		width: 838px;
		height: 126px;
		clear:both;
	
	}

	
#navigation {
	padding: 0px 0 0 0px;
	width: 570px;
	height:30px;
	margin-top:-31px;
	margin-right: 1px;
	background-color: #E9EADA;
	float: right;

}

#navigation ul	{

list-style-type: none;
padding: 0px;
margin: 0px;
display: block;
}

#navigation li	{

float:left;
list-style-type: none;
padding: 4px;
margin: 1px;
display: block;
}

#navigation a {
	font-size: x-small;
	color:black;
	display:block;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
	margin:-2px;
}

#navigation a:hover {
	color:white;
	border-bottom-style: solid;
	border-bottom: thin;
	border-bottom-color: #FFCC00;
	background-color:navy;
}

#left {

padding: 0px 0 0 0px;
	width: 160px;
	margin-top:8px;
	margin-left: 5px;
	background-color: white;
	float: left;

}

#left p {
background-color: #E9EADA;
padding:5px;
//text-align:center;
}

#content {
	width: 480px;
	margin-left: 15px;
	margin-right: 10px;
	padding-bottom: 20px;
	float: left;
	text-align: justify;
}

#content img {
	border:1px black solid;
	margin:5px;
}

#content .wide {
	width:580px;
}

#content p {
padding-left: 5px;
padding-right: 5px;
}
#content h2 {
	padding-top: 25px;
	padding-left: 5px;
	color:maroon;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom-color: #C0C0C0;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}
.title {
font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-weight:bold;
 color:navy;	
}
.bold {
	font-weight:bold;
}
.olympictitle {
	font-size:16pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
	color:#00CCFF;
	padding:25px 0px 15px 0px;
	display:block;
	border-bottom:1px silver dotted;
}

.olympictext {
	padding:0px 20px 10px 20px;
	display:block;
	border-bottom:1px silver dotted;	
}
.normal {
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}
#image {
	text-align: center;
	background-color: #E9EADA;
}

#image img {
	border: 1px black solid;
	margin:5px;
}

.imagelalign {
	float:left;
	margin:0 10px 90px 0;
	
}
#rankings {
	
}

#rankings strong{
	color: #000080;
/*	display:block;*/
	background-color:#E9EADA;
	padding:5px;
}

#rankings table{
	border: 1px #E9EADA solid;
	padding:5px;
	margin-top:4px;
}

#rankings td {
	border-bottom: 1px #800000 solid;
}

#rankings td.players {
	border-bottom: 1px #C0C0C0 dotted;
}

#rankings td.headers {
	font-weight: bold;
	background-color: #C0C0C0;
}

#right {

padding: 0px 0 0 0px;
	width: 160px;
	margin-top:12px;
	margin-left: 5px;
	margin-right:1px;
	background-color: #F5F5F0;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:normal;

}
#right strong {
	color:navy;
}

#footer {
	background-image: url('../images/footer.png');
	width: 838px;
	height: 37px;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	font-size: x-small;
	clear: both;

}

.contentlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #663300;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #996600;
}


a:visited {
	color: #663300;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #663300;
	text-decoration: underline;
}
li {
	line-height: 25px;
}
