﻿html, body {
	height: 100%;
}
* { margin: 0px; padding: 0px; border: 0px; }
body { font-size: 80%; background: #371304 url("images/wood_tile.jpg"); }

/* BIG DIVS */
#flag {
	position: absolute;
	margin-left: 60px;
	z-index: 5;
}
#container {
	width: 740px;
	margin: 0px auto;
	padding-bottom: 250px;
	min-height: 100%;
	background: transparent url("images/nav_bar_tile.gif") -1px 0px repeat-y;
}

#nav {
	position: absolute;
	width: 215px;
	min-height: 100%;
	z-index: 4;
}


#content {
	position: relative;
	top: 210px;
	left: 210px;
	width: 530px;
}
#footer {
	clear: both;
	padding: 10px 20px;
	text-align: center;
}
#copy img {
	margin: 5px 0px 15px 0px;
}

ul.thumbs {
	clear: left;
	list-style-type: none;
	margin-bottom: 10px;
}
ul.thumbs li {
	float: left;
	margin-right: 20px;
}

/* TEXT */
#copy p {
	color: #FFFFFF;
	font: 1em Verdana, Arial, sans-serif;
	margin-bottom: 15px;
}
#footer p {
	color: #ac9783;
	font: 0.8em Verdana, Arial, sans-serif;
}
h1 {
	clear: left;
	color: #FFFFFF;
	font: bold 3em Arial, Verdana, sans-serif;
	letter-spacing: -2px;
	line-height: 35px;
	margin-bottom: 15px;
}
a {
	color: #e62c00;
}