* {
	margin: 0; padding: 0;
}

body {
	background: white;
	font-family: "Trebuchet MS", "lucida grande", arial, helvetica, verdana, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	line-height: 1.7em;
}

br {
	clear: both;
}

#header {
	background: #e8e8e8;
	border-bottom: 2px solid #b5b5b5;
	color: #eee;
}

#header #nav {
	width: 700px;
	height: 120px;
	margin: 0 auto;
}

#header #nav #links {
	float: right;
	margin: 0;
	padding: 0;
	padding-top: 10px;
}

#header #nav #links a {
	float: left;
	height: 110px;
}

#header #nav #links a img {
	border: 0px;
}

#header #nav #links a:hover {
	background-image: url('img/nav_bg.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}

#header #nav #logo {
	position: relative;
	top: 10px;
	left: 0px;
	float: left;
}

#header #nav #logo a img {
	border: 0px;
}

#main {
	border: 2px solid #b5b5b5;

	width: 700px;
	margin: 80px auto;
	padding: 10px;
	background: #eee;

	font-size: 1.3em;
}

#main h1 {
	margin-bottom: 10px;
	border-bottom: 1px solid #b5b5b5;
	
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 1.7em;
}

#main #matchesbrdr {
	border: 1px solid black;
	border-top-color: #fafafa;
	border-left-color: #fafafa;
	border-bottom-color: #d3d3d3;
	border-right-color: #d3d3d3;
	
	padding-top: 10px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

#main #fight {
	position: relative;
	left: 130px;
	float: left;
}

#main #matches {
	position: relative;
	top: 10px;
	left: 130px;
	float: left;
}

#main #matches .date {
	float: left;
	margin: 2px;
	padding: 1px;

	width: 130px;

	text-align: center;
	font-size: 120%;
	font-weight: bold;
}

#main #matches .signin {
	float: left;
	display: block;
	margin: 2px;
	padding: 1px;
	
	background-color: #0b0;

	border-top: 1px solid #0d0;
	border-left: 1px solid #0d0;
	border-bottom: 1px solid #090;
	border-right: 1px solid #090;

	text-decoration: none;
	color: #020;
}

#main #matches .signout {
	float: left;
	display: block;
	margin: 2px;
	padding: 1px;

	background-color: #b00;

	border-top: 1px solid #d00;
	border-left: 1px solid #d00;
	border-bottom: 1px solid #900;
	border-right: 1px solid #900;

	text-decoration: none;
	color: #f99;
}

#main #matches .match {
	float: left;
	display: block;
	margin: 2px;
	padding: 1px;

	font-size: 120%;
	color: black;
}

#main #matches .inoutmaybe {
	float: left;
	display: block;
	margin: 2px;
	padding: 1px;
	
	font-size: 100%;
}

#main #matches .inoutmaybe .in {
	color: green;
}

#main #matches .inoutmaybe .out {
	color: red;
}

#main #matches .inoutmaybe .maybe {
	color: orange;
}

#main #news a {
	color: #222;
	font-weight: bold;
}

#main #intro a {
	color: #222;
	font-weight: bold;
}

#main .members {
	margin-bottom: 20px;
}

#main .members h1 {
	text-align: center;
}

#main .members table {
	position: relative;
	left: 160px;
}

#main .members .country {
	width: 25px;
}

#main .members .country img {
/*	width: 20px;
	height: 10px; */
	padding-right: 4px;
}

#main .members .name {
	width: 140px;
	font-weight: bold;
}

#main .members .callsign {
	width: 140px;
}


