body{
margin:0;
padding:0;
background: #F2E6B6;
}

a:link {
	font-weight: bold;
	text-decoration: none; 
	color: #6C6C6C;}

a:hover { 
	color: #7F3D28; 
        background-color: #F4BF68;
        cursor: help;
	text-decoration: none; 
	font-weight: bold; 
        border-bottom: 2px solid #7F3D28;
}

a:active {font-weight: bold;
	color: #6C6C6C;
}

a:visited {
        color: #6C6C6C;
	font-weight: bold;
	text-decoration: none; 
	}

#maincontainer{
width: 700px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
position: absolute; 
left: 0px; 
border: 3px solid #7F3D28;
background: #F2E6B6;
font-family: tahoma, helvetica, sans-serif;
font-size: 10pt; 
color: #7F3D28;
line-height: 17px;
}


#topsection{
background: #FDFDFD;
height: 370px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#navcontainer ul
{
padding: .2em 0;
margin: 0;
margin-left: -10px;
margin-top: 335px;
position: absolute; 
list-style-type: none;
background-color: #7F3D28;
color: #F2E6B6;
width: 100%;
font: normal 90% arial, helvetica, sans-serif;
text-align: center;
}

li { display: inline; }

li a
{
text-decoration: none;
background-color: #7F3D28;
color: #F2E6B6;
padding: .2em 1em;
border-right: 1px solid #F2E6B6;
}

li a:link, a:active {
	font-weight: bold;
	color: #F2E6B6;}

li a:hover
{
background-color: #F4BF68;
color: #7F3D28;
text-decoration: none; 
}


#menu
{
	float: right;
	width: 165px;
	border-left: 1px solid #C5C877;
	padding-left: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 5px; /*Set right margin to RightColumnWidth*/
}

#footer{
clear: left;
width: 100%;
background: #7F3D28;
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;
}


input, textarea, option, select {
	padding:2px; 
	font: 8pt tahoma;
	color: #7F3D28;
	letter-spacing: 1px;
        background-color: #F2E6B6; 
        border-right: 1px solid #F2E6B6;
        border-left: 1px solid #F2E6B6;
        border-top: 1px solid #F2E6B6;
        border-bottom: 2px solid #7F3D28; 
        font-weight: normal;
}

td {font: 8pt Arial, Verdana, Tahoma, sans-serif;}

b  {font-size: 13pt; font-weight: bold; color: #7F3D28;}
em {font-size: 8pt; font-weight: bold; color: #7F3D28; line-height: 15px;}

hr {display:none}

.linie {
  border-bottom-color: #7F3D28;
  border-bottom-width: 4px;
  border-bottom-style: double;
}

li.bulletcontent {
list-style-image:url(http://angels.still-breathing.com/bulletcontent.png);
padding-left:2px;
}