/* CSS Document */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
}
#header {
	background-image: url(../image/north_american_header.gif);
	height: 562px;
	width: 810px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
#header_flash {
	position: absolute;
	height: 210px;
	width: 730px;
	top: 314px;
	padding-left: 39px;
}


#wrapper {
	width: 810px;
	background-color: #E6CDC6;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#content .h1 {
	font-size: 18px;
	color: #3D3120;
	font-weight: bold;
}
.h1 {
	font-size: 18px;
	font-weight: bold;
	color: #3D3120;
}


#navbar li {
	color: #AA5A45;
	padding-top: 0.4em;
	padding-right: 0.8em;
	padding-bottom: 0.2em;
	padding-left: 0px;
}


#wrapper ul {
	list-style-type: none;
}
a:link {
	text-decoration: none;
	color: #BC705B;
}
a:visited {
	text-decoration: none;
	color: #BC705B;
}
a:hover {
	text-decoration: underline;
}


#content {
	margin-left: 168px;
	position: relative;
	top: 0px;
	width: 639px;
}

#navbar {
	width: 159px;
	text-align: right;
	background-image: url(../image/navbar.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	top: 565px;
	position: absolute; /*change to relative when there is no content or add dummy stuff in the descriptor*/
	right: 0px;
	height: 385px;
	left: 0px;
}

#content img {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}

#wrapper #sitemap {
	text-align: center;
	position: relative;
	top: 0px;
}


#footer {
	text-align: center;
	position: relative;
	top: 0px;
}
#title {
	font-size: 18px;
	color: #3D3120;
	margin-left: 168px;
	background-image: url(../image/title.gif);
	background-repeat: no-repeat;
	text-indent: 5px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	height: 25px;
	width: 639px;
}
#content li {
	list-style-type: circle;
}
.winner {
	text-decoration: blink;
}
.country {
	font-weight: bold;
}

