﻿@charset "utf-8";
/* CSS Document */
body {
	text-align: center;
	margin-top: 0px;
	background-image:url('images/topBackground.png');
	background-repeat:repeat-x;
}

#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#main {
	margin-left: auto;
	margin-right: auto;
	margin: 0px;
	width: 800px;
	float: left;
}
#topBanner {
	width: 780px;
	height: 105px;
	padding: 10px;
	background-image: url('images/wiiLOGO.png');
	background-repeat: no-repeat;
}
#logo {
	padding: 5px;
	width: 200px;
	float: left;
	clear: left;
	background-image: none;
	height: 95px;
}
#mainContent{
	width: 800px;
	text-align: left;
}
#leftColumn {
	padding: 10px;
	width: 609px;
	float: left;
	border-right-color: #808080;
	border-right-style: dashed;
	border-right-width: 1px;
}
#rightColumn {
	padding: 10px;
	width: 150px;
	float: left;
}
th {
	background-image: url('images/thBackground.png');
	background-repeat: repeat;
	height: 29px;
	text-align: left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
	border-bottom-color: #808080;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
td {
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
table {
	border:1px gray solid;
}
h1 {
	color: #34beed;
}
p {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #21a6d3;
}
a:hover {
	color: #21a6d3;
}
a:visited {
	color: #00beff;
}
a:active {
	color: #21a6d3;
}
#footer {
	float: left;
	clear: left;
	padding: 10px;
	width: 780px;
}