/*

------------------------------------------------------

1. This style sheet uses the Tantek Box Model Hack
(voice-family etc). Read more about this hack here:
http://www.tantek.com/CSS/Examples/boxmodelhack.html
------------------------------------------------------

*/

body, html {
font-family: Arial,Verdana, Helvetica, sans-serif;
background: url(../images/bg.gif);
text-align: center;
margin: 0;
padding: 0;
font-size: 80%;
}

/**** html-Tags ****/

h1 {
width:555px;
font-family:  Verdana, Arial, Helvetica,sans-serif;
font-size: 1.2em;
color: #336699;
line-height: 22px;
margin: 0;
padding: 0 0 0 15px;
}
h2 {
width: 380px;
font-family:  Geneva,Arial, Helvetica,Verdana, sans-serif;
font-size: 1.3em;
color: #061D2A;
line-height: 22px;
margin: 0;
padding: 0 0 0 10px;
}
h3{
font-family:  Geneva,Arial, Helvetica,Verdana, sans-serif;
font-size: 1.2em;
color: #fff;
line-height: 22px;
margin: 2px;
padding: 0 0 0 5px;

}

a {
color: #0099cc;
text-decoration: none; 
}
/**** layout ****/

/* container-content */

#container {
	text-align: left;
	background-color:#000;
	position: relative;
	margin: 0 auto;
	padding: 0 0 8px 0;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
border-bottom: 2px solid #000000;
	width: 750px;
voice-family: "\"}\"";
voice-family:inherit;
width: 746px;
}
html>body #container {
width: 746px;
}
#content {
clear: both;
text-align: left;
font-size: 1.2em;
line-height: 1.2em;
width: 650px;
height: 70%;
overflow: auto;
margin: -3px;
padding: 22px 0 0 50px;
}
#content a {
text-decoration: underline;
color: #336699;
}
#content p, #content ol, #content ul {
width: 85%;
line-height: 1.6em;
padding: 8px 0 8px 30px;
margin: 0;
color: #ffffff;
}


#content a:hover {
text-decoration: none;
color: #999; }


/* footer */
#info-site {
	font: 9px "small fonts", Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/footer.gif) no-repeat;
	height: 30px;
	color: #999999;
	text-align: left;
	line-height: 1.1em;
	width: 750px;
	margin: 0 auto;
	padding: 0;
	position:absolute;
    left:-2px;
}


#info-site a {
color: #336699;
}
#info-site a:hover {
color: #ffffff;
}
#info-site p {
padding: 8px 0 0 90px;
}


.floatleft {
	float: left;
	margin: 2px 2px 0 0px;
}
.floatleft-logo {
position: relative;
left: 15px;

}

tr#nav-bg {
 background: url("../images/nav-bg.gif") 0px 0px no-repeat;
 display:block;
 height:auto;
 }

tr#nav-bg td { width:80px;}