body, html
{
	height:100%;
	padding-bottom:1px;
}


body {
	background-color:#090909;
	color: #7F7F7F;
	font-family: tahoma, arial, sans;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

img {
	border: 0px;
}

a:link { 
	color: #9D9D9B;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
	
a:visited { 
	color: #9D9D9B;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;	
}
	
a:hover, a:active { 
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#footer p
{
	line-height:3em;
}

#footer a:link { 
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
}
	
#footer a:visited { 
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;	
}
	
#footer a:hover, #footer a:active { 
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: underline;
}

#banner {
	clear: both;
	height:278px;
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 776px;
}

#content {
	clear: both;
	width: 776px;
	background: #333333;
}

#footer {
	background: url('../img/footer-bg.gif') no-repeat;
	clear: both;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	height: 108px;
	padding-top: 20px;
	text-align: center;
	width: 776px;
}

#headlines {
	background: #1F1F1F;
	height: 199px;
	padding: 10px;
	width: 254px;
}

#title
{
	color:#494949;
	line-height:2em;
	font-size:1.7em;
	font-family:Arial Black, Arial, sans;
	font-style:italic;
	max-width:442px;
}

#title h1
{
	text-transform: uppercase;
	
}

#left, #full-width {
	float: left;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0;
	position:relative;
}

#left
{
	width: 462px;
}

#nav {
	clear: both;
	display: block;
	height: 43px;
	width: 776px;
	background-image: url('../img/nav-bg.gif');
	background-repeat: repeat-x;
}



#nav ul li
{
	margin-top:0;
}

#nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;	
}
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

.nlink, .nlinkend {
	float:left;
	width:auto;
	list-style: none;
	display:inline;
	text-align:center;
	padding-top: 15px;
	padding-left: 12px;
	padding-right: 12px;
	height:28px;
}
.nlink{
	background-image: url('../img/nav-line.gif');
	background-repeat: no-repeat;
	background-position: right top;
}
.nlinkend {
	background-image: none;
}
#right {
	float: left;
	width: 274px;
}

#right p {
	margin-top: 0px;
}

* html #right p {
	margin-top: -5px;
}

#stats {
	background: #494949;
	padding: 10px;
	width: 254px;
}

* html #stats {
	height: 170px;
}

.date {
	color: #827961;
	font-weight: bold;
}

.flt-lft {
	float: left;
	margin-right: 20px;
}

.flt-rgt {
	float: right;
}

.heading1 {
	background: url('../img/heading-bg-1.gif') no-repeat;
	color: #909090;
	display: block;
	font-family: arial, tahoma;
	font-size: 14px;
	font-weight: bold;
	height: 21px;
	margin-bottom: 12px;
	padding-left: 40px;
	padding-top: 4px;
	width: 181px;
}

li
{
	margin-top:0.5em;
	text-decoration:none;
}

* html .heading1 {
	margin-bottom: 5px;
}

.toc
{
	display:inline-block;
	border:1px #494949 dashed;
	padding:10px;
	margin-bottom:2em;
	margin-top:2em;
}

.toc h2
{
	margin-bottom:0.1em;
	margin-top:0;
}

.toc li
{
	padding:0;
	margin:0;
}

.warning, .error, .info, .question
{
	padding-left:52px;
	padding-top:16px;
	padding-right:52px;
	min-height:52px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

.warning
{
	border:2px solid #f69724;
	background:url('../img/tango/warning-32.png') no-repeat 10px 10px #1F1F1F;
}

.error
{
	border:2px solid #d93b30;
	background:url('../img/tango/error-32.png') no-repeat 10px 10px #1F1F1F;
}

.question
{
	border:2px solid #395e90;
	background:url('../img/tango/question-32.png') no-repeat 10px 10px #1F1F1F;
}

.info
{
	border:2px solid #dce5f6;
	background:url('../img/tango/info-32.png') no-repeat 10px 10px #1F1F1F;
}

.warning p, .error p, .question p, .info p
{
	margin-top:0;
}

.gallery-item, .gallery-category
{
	margin:10px;
	padding:10px;
	background-color:white;
	overflow:hidden;
	display:inline-block;
}

thead
{
	font-weight:bold;
}

tfoot
{
	font-size:90%;
	font-style:italic;
}

.heading2 {
	background: url('../img/heading-bg-2.gif') no-repeat;
	color: #909090;
	display: block;
	font-family: arial, tahoma;
	font-size: 14px;
	font-weight: bold;
	height: 21px;
	margin-bottom: 5px;
	padding-left: 38px;
	padding-top: 4px;
	width: 161px;
}

