﻿

#body {

	background-image: url(../images/bg.jpg);
    margin:0 auto;
    padding:0 auto;
    background-repeat:repeat-x;
    background-color: #000;
    width: auto;  
  	height: auto;
    z-index: 0;
}
#ts {
	position: absolute;
	width: 400px;
	right: 50%;
	top: -60px;
	z-index: -1;
	background-image: url(../images/bg.png);
	background-repeat:no-repeat;
	vertical-align: top;
}
div#outer {
    width: 880px;
    margin-top: 0px;
    margin-bottom:0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    z-index: 1;
    height: auto;
    clear: both;

}

div#main {
    margin-left: 0;
    margin-top: 0px;
    padding: 0px;
    z-index: 3;
}
.page {
	 text-align:center;
	 background: url(../images/runner.png) no-repeat center;
}
#logo {
position: absolute;
top:0px;
left: 0px;
height: 216px;
width: 490px;
z-index: -1;
text-align: left;
background: url(../images/logo.png) no-repeat;

}
#content {
	width: 990px;
	text-align: left;
	margin-bottom: 100px;
	background: #000 url(../images/bg.jpg) repeat-x;
    margin: 0px;
    padding: 0px;
    font: normal 12px Arial;
}
#buttons {
	
	
}
.buttons {
	font-family: arial;
	font-size: 8pt;
	color: #fff;
    border:1px solid #666;
	background-color: #000;
	cursor: pointer;
}	
.buttons:hover {
	background-color: #030;
}
#ppbutton {
	 float: right;
	 padding: 0px;
	 top:8px;
	 position: fixed;
	 right: 8px;
}
#footer {

	font:normal 10px Arial; color: #fff;
	background-color: #333;
	padding: 1px;
	position: fixed;
	margin-top: 614px;
	vertical-align: bottom;
	bottom: 0px;
	left: 0px;
	width: 100%;

}
#footer div {
	height: 15px;
	vertical-align: bottom;
	text-align: center;

	
}
#footer a {
	
	font:normal 10px Arial; color: #fff;
	text-decoration: none;
}
#footer a:hover {
	
	font:normal 10px Arial; color: #fff;
	text-decoration: underline;
}
.clear {
	
	clear:both;
}
.frame {
	
	border: solid 1px #ccc;
	padding: 8px;
	background-color: #fff;
	width: 850px;
	text-align:center;
	margin:auto;
	padding-bottom: 20px;	
}
.frame2 {
	
	border: solid 1px #ccc;
	padding: 8px;
	background-color: #fff;
	width: 875px;
	text-align:center;
	margin:auto;
	padding-bottom: 15px;
	background-image: url(../images/ts.gif);
	background-repeat:no-repeat;
	padding-left: 35px;
	
}

.headR{
	 color:  #103e19; 
	 font: bold 10px Courier; 
	 text-align:right; 
	 padding-right:10px; 
	 padding-top:5px;
}
.textR {
	 text-align:right; 
	 padding-right:10px; 
	 font: normal 9px Courier;
}
.nav {
	
	font:bold 14px Verdana; 
	color:#727853; 
	text-align:center; 
	padding: 0px;
	margin: 0px;  
	width: auto;
}
.nav a{
	
	font: bold 12px Arial; 
	text-decoration:none; 
	color:#fff;
}
.nav a:hover{
	
	font: bold 12px Arial; 
	text-decoration:underline; 
	color:#d9c989;
}