body{
margin:0;
padding:0;
line-height: 1.5em;
background: #C9CABC;
}

a:hover { 
	color: #000000; 
        background-color: #C9CABC;
        cursor: help;
	text-decoration: none; 
	font-weight: bold; 
}

a:link, a:active, a:visited {
	font-weight: bold;
	color: #95978C}

input, textarea, option, select {
	background-color: #FAFAFA;
	font: 8pt arial;
	color: #000000;
	letter-spacing: 1px;
	border: 1px solid #95978C;
	padding:2px; }

td {font: 8pt Arial, Verdana, Tahoma, sans-serif;}

b  {font-size: 13pt; color: #95978C;}
em{font-size: 7pt; 
color: #95978C;
line-height: 15px;
}

.linie {
  border-bottom-color: #95978C;
  border-bottom-width: 3px;
  border-bottom-style:double;
}

hr {display:none}

#maincontainer{
width: 652px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
position: absolute; 
right: 187px; 
border: 1px solid #000000;
background: #FDFDFD;
font-family: verdana, helvetica, sans-serif;
font-size: 10pt; 
color: #000000;
line-height: 20px;
}


#topsection{
background: #FDFDFD;
height: 278px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#navcontainer ul {
padding: 0em 0;
margin: 0;
margin-left: -10px;
margin-top: 232px;
position: absolute; 
list-style-type: none;
background-color: #000000;
color: #FFF;
width: 651px;
height: 23px;
font-family: arial, helvetica, sans-serif;
font-size: 11pt;
text-transform: uppercase;
text-align: center;
}
		
#navcontainer li { display: inline; }
		
#navcontainer li a
{
text-decoration: none;
background-color: #000000;
color: #FDFDFD;
padding: .1em 0.1em;
border-right: 1px solid #FDFDFD;
}
		
#navcontainer li a:hover
{
background-color: #C9CABC;
color: #FDFDFD;
}

#menu
{
	float: right;
	width: 165px;
	border-left: 1px solid #C5C877;
	padding-left: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 200px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -202px; /*Set left margin to -(RightColumnWidth) */
background: #FAFAFA;
border: 1px dotted #000000;
font-size: 10px; 
color: #000000;
line-height: 15px;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #Fafafa;
text-align: center;
padding: 0px 0;
font-size: 7pt; 
color: #C9CABC;
line-height: 15px;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

li.bulletcontent {
list-style-image:url(http://fan.still-breathing.com/kelton/bulletcontent.gif)
}