body
{
	margin: 0;
	padding: 0;
	background-color: #000;
	background-image: url(images/bg5.jpg);
	background-position: right 0px;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	/*font-family: Verdana, Helvetica, Arial, sans-serif;*/
	line-height: 1.4em;
	letter-spacing: .1em;
	font-size: 13px;
	color: #333;
}

h1
{
	margin: 0;
	padding: 17px 10px 12px 10px;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	letter-spacing: .4em;
}

h2
{
	margin: 0;
	padding: 6px 10px 4px 10px;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	letter-spacing: .3em;
}

p
{
	margin: 0;
	padding: 4px 10px 8px 30px;
}

.lead
{
	color: #333;
	letter-spacing: 0;
	font-weight: bold;
}

.label
{
	color: #333;
	font-size: .8em;
}

#env
{
	width: 840px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#main
{
	margin: 0px;
	width: 700px;
	height: 450px;
	position: relative;
	top: 40px;
	left: 40px;
}

#title
{
	margin: 0;
	top: 24px;
	left: 40px;
	position: absolute;
	background-color: transparent;
	color: #000;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	font-size: 24px;
	line-height: 1.8em;
	letter-spacing: .4em;
}

#navigation
{
	margin: 0;
	top: 80px;
	left: 10px;
	width: 114px;
	position: absolute;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	text-align: right;
	line-height: 1.8em;
	letter-spacing: .2em;
	background-color: transparent;
}

#content
{
	margin: 0;
	top: 67px;
	left: 140px;
	width: 512px;
	height: 360px;
	position: absolute;
	background-color: transparent;
	overflow: auto;
	z-index: 100;
}

#contentpage
{
	margin: 0;
	padding: 0;
	background-color: transparent;
}

#links
{
	margin: 0;
	top: 554px;
	left: 0px;
	width: 678px;
	height: 16px;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
	padding-left: 64px;
	font-size: 11px;
	line-height: 1.1em;
}

a:link {color: #000; text-decoration: underline;}
a:visited {color: #000; text-decoration: underline;}
a:focus {color: #333; text-decoration: underline;}
a:hover {color: #333; text-decoration: underline;}
a:active {color: #333; text-decoration: underline;}

#navigation a:link {color: #000; text-decoration: none; display: block;}
#navigation a:visited {color: #000; text-decoration: none; display: block;}
#navigation a:focus {color: #333; text-decoration: none; display: block;}
#navigation a:hover {color: #333; text-decoration: none; display: block;}
#navigation a:active {color: #333; text-decoration: none; display: block;}

#links a:link {color: #666; text-decoration: none;}
#links a:visited {color: #666; text-decoration: none;}
#links a:focus {color: #000; text-decoration: none;}
#links a:hover {color: #000; text-decoration: none;}
#links a:active {color: #000; text-decoration: none;}
