body 
{
  	background: #C0C0C0 url(images/tf2/backtop.png) repeat-x left top;
  	font: 86% Verdana, sans-serif;
  	color: #222222;
    /*background-attachment: fixed;*/
}

#container {
    width: 718px;
    text-align: left;
    margin: 0 auto;
    background: url(images/tf2/bordermiddle.png);
}

#topKeeper
{
    height:20px;
}
#bottomKeeper
{
    height:20px;
}

#main
{
    padding-left: 35px;
    padding-right: 35px;
}
  
#top
{
    background: url(images/tf2/bordertop.png);
    width: 718px;
    height: 7px;
}
  
#nexttop
{
    background: url(images/tf2/bordertopmiddle.png);
    width: 718px;
    height: 17px;
}
 
#bottom
{
    background: url(images/tf2/borderbottom.png);
    width: 718px;
    height: 8px;
}

#header
{
    padding-left: 15px;
  	padding-right: 15px;
  	height: 124px;
    text-align: center;
    margin-top: -25px;
    background: url(images/tf2/headerback.png) repeat-y;
}

#header a
{
    color: #36341A;
    text-decoration: none;	
}

#header h1
{
    color: #36341A;
    font: 186% Verdana, sans-serif;
    font-weight: bolder;
}

#header h4
{   
    font-style: italic;
    font-weight: bold;
    color: #DAD7A4;
}

.image
{
    float: right;
    clear: right;
    padding-bottom: 15px;
    margin-left: 15px;
}

.image img
{
    border: none;
}

#main h2
{
    font-weight: bold;
    font-size: large;
    padding-bottom: 5px;
    background: #FF9E49 url(images/tf2/h2.png) repeat-x left top;
    color: #CC6600;
}

#main h5
{
    font-weight: bold;
    color: #A04D3E;
}

#main ul li
{
    list-style: circle;
  	margin-bottom: 0.4em;
}

#main b
{
    color: #444444;
}

#footer
{
    clear: left;
    font-size: smaller;
    font-style: italic;
    color: #c0c0c0;
    text-align: center;
}

a:link {
  	color: #CC6627;
  	border-bottom: solid 1px #CC6627;
  	text-decoration: none;
  }
  a:visited {
  	color: #CC6644;
  	border-bottom: solid 1px #CC7B4D;
  	text-decoration: none;
  }
  a:hover {
  	color: #000;
  	border-color: #000;
  }

.topContent
{
    background: url('images/top.png');
    height: 22px;
    width: 620px;
    float: left;
    padding-left: 30px;
    padding-top: 3px;
    font-weight: bold;
}

.middleContent
{
    clear: left;
    background: url('images/middle.png') repeat-y;
    width: 630px;
    float: left;
    padding: 10px 10px 0px 10px;
}

.bottomContent
{
    clear: left;
    background: url('images/bottom.png');
    height: 25px;
    width: 650px;
    float: left;
}

.middleContent img
{
	margin-left: 3px;
	margin-top: 4px;
}

.space
{
	height: 40px;
	clear: both;
}

.desc
{
	font-weight: bold;
	padding-left: 5px;
}

.value
{
	padding-left: 5px;
}

.tdC
{
	background: url('images/tr.png') repeat-x;
	height: 22px;
}
