﻿body 
{
	margin-top:0; 
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	background-color:Black;
}

input
{
	font-size: 8.5pt;
}

#outer {height: 540px; overflow: hidden; position: relative;width: 100%;}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 0%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; width: 100%;}

#inner {position: relative; top: -0%; width: 1000px; margin-left: auto; margin-right: auto;} /* for explorer only */
/* optional: #inner[id] {position: static;} */
#left, #right {
   float: left;
   
   margin: 1% 0 1% 1%;
   padding: 1%;
   background-color: black;
   color: white;
   font-family: Helvetica, Arial, Verdana;
   font-size: 9pt;
}

#left
{
	width: 35.5%;
	background-image:url(images/tomgoss1.jpg);
	background-repeat:no-repeat;
	height:540px;
}

#right 
{
	width: 56.5%;
	float: right;
	margin: 1% 1% 1% 0;
	height:465px;
	
}

#rightsub
{
	overflow:auto;
	height:410px;
	width:100%;
}

.clear {
   height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}

#footer  
{
     text-align: center;
     position: absolute;
     right:7%;
     bottom: 0px;
     /*width: 100%;*/
     height: 50px;
     }


/* Rounded Corners */

.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#4c4c4c}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #202020;
  border-right:1px solid #202020;
  background:#393939}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #070707;
  border-right:1px solid #070707;
  background:#3d3d3d}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #3d3d3d;
  border-right:1px solid #3d3d3d;}
.spiffy4{
  border-left:1px solid #202020;
  border-right:1px solid #202020}
.spiffy5{
  border-left:1px solid #393939;
  border-right:1px solid #393939}
.spiffyfg{
  background:#4c4c4c
  }

/* Rounded Buttons */

.btn { display: block; position: relative; background: #e25037; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url(images/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

.btn.blue { background: #2ae; }
.btn.green { background: #9d4; }
.btn.pink { background: #e1a; }
.btn:hover { background-color: #ffb2a5; }
.btn:active { background-color: #444; }
.btn[class] {  background-image: url(images/shade.png); background-position: bottom; }

* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: #9d4; }
* html .btn.pink { border-color: #e1a; }
* html .btn:hover { border-color: #a00; }





/* Rounded Buttons */

.btnblack { display: block; position: relative; background: #e25037; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.btnblack * { font-style: normal; background-image: url(images/btn-black.png); background-repeat: no-repeat; display: block; position: relative; }
.btnblack i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btnblack span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btnblack span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btnblack span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btnblack span,
* html .btnblack i { float: left; width: auto; background-image: none; cursor: pointer; }

.btnblack.blue { background: #2ae; }
.btnblack.green { background: #9d4; }
.btnblack.pink { background: #e1a; }
.btnblack:hover { background-color: #ffb2a5; }
.btnblack:active { background-color: #444; }
.btnblack[class] {  background-image: url(images/shade.png); background-position: bottom; }

* html .btnblack { border: 3px double #aaa; }
* html .btnblack.blue { border-color: #2ae; }
* html .btnblack.green { border-color: #9d4; }
* html .btnblack.pink { border-color: #e1a; }
* html .btnblack:hover { border-color: #a00; }
