@charset "iso-8859-1";

body {
	background: #c2d732 url('assets/tbc_03.png') repeat-x top left;
	font: 12px "Century Gothic", Arial, Verdana, Geneva, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a img {
	border: none;
}

a {
	color: #c1d62f;
	text-decoration: none;
}

a:hover {
	color: #f7fdcf;
	text-decoration: underline;
}

h1 {
	font: 32px lighter;
	letter-spacing: -2px;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 900px;
	z-index: 2;
}

#cross {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#topNav {
	background-color: #4f4231;
	width: 100%;
	height: 63px;
}

#leftNav {
	background-color: #f7fdcf;
	width: 180px;
	height: 100%;
	padding: 5px 15px 15px 15px;
	text-align: center;
	vertical-align: top;
}

#links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#links li {
	color: #c1d62f;
	display: block;
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
}

#links li a {
	color: #4f4231;
	display: block;
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
}

#links li a:hover {
	background: url(assets/tbc_25.png) no-repeat right;
	color: #c1d62f;
}

#contentWindow {
	width: 657px;
	height: 712px;
	padding: 15px;
	color: #ffffff;
	vertical-align: top;
}

#road p {
	color: #f7fdcf;
	margin-top: 0px;
	margin-left: 12px;
}

#footer {
	text-align: center;
}

.shadow-one {
	position: relative;
	padding-top: 100px;
	padding-left: 100px;
}

.corner-a {
	background: url(assets/shadow.png) no-repeat right top;
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 100px;
}

.corner-b {
	background: url(assets/shadow.png) no-repeat left bottom;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 100px;
}

.shadow-two {
	background: url(assets/shadow.png) no-repeat right bottom;
}

.shadow-three {
	position: relative;
	left: -100px;
	top: -100px;
	background: url(assets/shadow.png) no-repeat left top;
}

.shadow-four {
	position: relative;
	left: 50px;
	top: 50px;
	width: 800px;
	text-align: left;
}