* {
	font: 11px Verdana;
	color:#FFF;
}
body {
	margin: 0;
	padding: 0;
	background: #8d9ba0 none;
	font: 9pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
}
body #container {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	background: #8d9ba0 url(../i/container.jpg) repeat-y top left;
}
#container #top {
	width:980px;
	height: 290px;
	background: transparent url(../i/top.jpg) no-repeat top left;
}
#container #site {
	width:980px;
	background: transparent url(../i/bkg.jpg) repeat-y top left;
	position:relative;
	z-index:1;
}
#site #subtop {
	margin: 0 auto;
	position:absolute;
	left:0;
	width:980px;
	height:234px;
	background: transparent url(../i/subtop.jpg) no-repeat top left;
	z-index:-1;
}

#site #left {
	position:relative;
	float:left;
	width:296px;
	margin: 0 auto;
}
#left * {
	text-decoration: none;
	list-style: none none;
	color:#fff;
}
#left #first-node{
	position:relative;
	float:left;
	margin: 5px 0 0 10px;
	width: 286px;
}
#first-node .node {
	position:relative;
	float:left;
	padding: 0 0 12px 0;
	background: transparent url(../i/node1.jpg) no-repeat top left;
	width: 286px;
	height: 38px;
}
#first-node a {
	position:relative;
	float:left;
	color: #C6DEDE;
	font: 12pt "Comic Sans MS";
	letter-spacing: 2pt;
	padding: 0 0 0 66px;
}
#left #second-node{
	position:relative;
	float:left;
	padding-left:58px;
	width: 228px;
}
#second-node .node {
	position:relative;
	float:left;
	margin: -10px 0 11px 0;
	background: transparent url(../i/node2.jpg) no-repeat top left;
	width: 228px;
	height: 25px;
}

#second-node a {
	position:relative;
	float:left;
	font: 14px "Trebuchet MS";
	color:#1E111A;
	letter-spacing: 4pt;
	padding: 5px 5px 0 10px;
}
#left #third-node {
	position:relative;
	float:left;
	width:198px;
	margin-left:20px;
}
#left #third-node .node {
	position:relative;
	float:left;
	background: none;
	width:198px;
}
#left #third-node a {
	position:relative;
	float:left;
	font-size:11px;
	color: #C6DEDE;
	font-family:"Comic Sans MS";
	letter-spacing: 1pt;
}
#site #content {
	float: right;
	padding: 20px 30px 0 0;
	width: 620px;
}
#site #clear {
	clear:both;
}
body #footer {
	position:relative;
	clear:both;
	background: transparent url(../i/footer.jpg) no-repeat top left;
	height: 160px;
	margin: 0 auto;
	width:980px;
}
#footer a {
	display: block;
	width: 71px;
	height: 41px;
	text-decoration: none;
	text-indent: -4000px;
}
